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

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!gatech!darwin.sura.net!convex!constellation!uokmax.ecn.uoknor.edu!stsiegem
  3. From: stsiegem@uokmax.ecn.uoknor.edu (Stephan Siegemund-Broka)
  4. Subject: TeX3.14
  5. Sender: usenet@constellation.ecn.uoknor.edu (Usenet Administrator)
  6. Message-ID: <1992Sep1.145014.636@constellation.ecn.uoknor.edu>
  7. Date: Tue, 1 Sep 1992 14:50:14 GMT
  8. Organization: Engineering Computer Network, University of Oklahoma, Norman, OK, USA
  9. Lines: 36
  10.  
  11.  
  12. Does anyone know the magic that I need to do to be able to compile
  13. TeX3.14 on AIX 3.2? I got what was supposed to be a port from someone
  14. and it can't find the alloca routine when loading pltotf. I have xlc
  15. 1.02.0000.0009. Thanks in advance. My access to news is currently dead
  16. so please respone via mail.
  17.  
  18. ed baron (baron@phyast.nhn.uoknor.edu)
  19.  
  20. Here's the error message I get.
  21.  
  22.  
  23.  
  24.     for name in web tex mf texware mfware fontutil bibtex dviutil;                        \
  25.             do                                \
  26.               (cd ${name}; echo ${name}; make SITEDIR=".." CC="cc -ma" OPT="-O -g -qextchk"  SHELL="/bin/sh" LDFLAGS="-bnotypchk" LOADLIBES="" wlibs="-lXt -lX11" wincs="-I/usr/include/X11" all);        \
  27.             done
  28. web
  29. tex
  30. mf
  31. texware
  32.     cc -ma -o pltotf -bnotypchk pltotf.o ../common/extra.o ../common/main.o  ../common/getopt.o ../common/getopt1.o 
  33. 0706-317 ERROR: Unresolved or undefined symbols detected:
  34.          Symbols in error (followed by references) are
  35.          dumped to the load map.
  36.          The -bloadmap:<filename> option will create a load map.
  37. .alloca
  38. make: 1254-004 The error code from the last command is 8.
  39.  
  40. Make Quitting.
  41. make: 1254-004 The error code from the last command is 2.
  42.  
  43. Make Quitting.
  44.  
  45.  
  46.  
  47.