home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9335 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.3 KB  |  37 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!gatech!darwin.sura.net!convex!constellation!phyast!baron
  3. From: baron@phyast.nhn.uoknor.edu (Eddie Baron)
  4. Subject: Xdvi on AIX 3.2
  5. Originator: usenet@kittyhawk.ecn.uoknor.edu
  6. Sender: usenet@constellation.ecn.uoknor.edu (Usenet Administrator)
  7. Message-ID: <baron.715459913@phyast.nhn.uoknor.edu>
  8. Date: Wed, 2 Sep 1992 18:51:53 GMT
  9. Organization: Engineering Computer Network, University of Oklahoma, Norman, OK, USA
  10. Lines: 25
  11.  
  12. Well I got TeX3.14 to compile
  13. (the trick was to change the compile flags to -ma -g and dump the -O)
  14.  
  15. now I am working on xdvi and this is what I get:
  16.  
  17. I don't understand this since -lXmu is on the link line and libXmu.a is 
  18. in /usr/lib ? thanks for the help in advance
  19.  -- ed baron
  20.  
  21.     cc -c -g -ma -I/usr/lpp/X11/include -DMSBITFIRST -DBMSHORT -DBUTTONS xdvi.c
  22. "xdvi.c", line 34.0: 1506-167 (W) String literal is longer than target array dv_c. Literal is truncated on the right.
  23.  
  24.  
  25.     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
  26. 0706-317 ERROR: Unresolved or undefined symbols detected:
  27.          Symbols in error (followed by references) are
  28.          dumped to the load map.
  29.          The -bloadmap:<filename> option will create a load map.
  30. XmuCvtStringToPixmap
  31. make: 1254-004 The error code from the last command is 8.
  32.  
  33. Make Quitting.
  34.  
  35.  
  36.  
  37.