home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aix
- Path: sparky!uunet!gatech!darwin.sura.net!convex!constellation!phyast!baron
- From: baron@phyast.nhn.uoknor.edu (Eddie Baron)
- Subject: Xdvi on AIX 3.2
- Originator: usenet@kittyhawk.ecn.uoknor.edu
- Sender: usenet@constellation.ecn.uoknor.edu (Usenet Administrator)
- Message-ID: <baron.715459913@phyast.nhn.uoknor.edu>
- Date: Wed, 2 Sep 1992 18:51:53 GMT
- Organization: Engineering Computer Network, University of Oklahoma, Norman, OK, USA
- Lines: 25
-
- Well I got TeX3.14 to compile
- (the trick was to change the compile flags to -ma -g and dump the -O)
-
- now I am working on xdvi and this is what I get:
-
- I don't understand this since -lXmu is on the link line and libXmu.a is
- in /usr/lib ? thanks for the help in advance
- -- ed baron
-
- cc -c -g -ma -I/usr/lpp/X11/include -DMSBITFIRST -DBMSHORT -DBUTTONS xdvi.c
- "xdvi.c", line 34.0: 1506-167 (W) String literal is longer than target array dv_c. Literal is truncated on the right.
-
-
- cc -o xdvi xdvi.o dvi_init.o dvi_draw.o gf.o pk.o pxl.o pxl_open.o tpic.o -lXaw -lXmu -lXt -lXext -lX11 -lm
- 0706-317 ERROR: Unresolved or undefined symbols detected:
- Symbols in error (followed by references) are
- dumped to the load map.
- The -bloadmap:<filename> option will create a load map.
- XmuCvtStringToPixmap
- make: 1254-004 The error code from the last command is 8.
-
- Make Quitting.
-
-
-
-