home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aix
- Path: sparky!uunet!gatech!darwin.sura.net!convex!constellation!uokmax.ecn.uoknor.edu!stsiegem
- From: stsiegem@uokmax.ecn.uoknor.edu (Stephan Siegemund-Broka)
- Subject: TeX3.14
- Sender: usenet@constellation.ecn.uoknor.edu (Usenet Administrator)
- Message-ID: <1992Sep1.145014.636@constellation.ecn.uoknor.edu>
- Date: Tue, 1 Sep 1992 14:50:14 GMT
- Organization: Engineering Computer Network, University of Oklahoma, Norman, OK, USA
- Lines: 36
-
-
- Does anyone know the magic that I need to do to be able to compile
- TeX3.14 on AIX 3.2? I got what was supposed to be a port from someone
- and it can't find the alloca routine when loading pltotf. I have xlc
- 1.02.0000.0009. Thanks in advance. My access to news is currently dead
- so please respone via mail.
-
- ed baron (baron@phyast.nhn.uoknor.edu)
-
- Here's the error message I get.
-
-
-
- for name in web tex mf texware mfware fontutil bibtex dviutil; \
- do \
- (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); \
- done
- web
- tex
- mf
- texware
- cc -ma -o pltotf -bnotypchk pltotf.o ../common/extra.o ../common/main.o ../common/getopt.o ../common/getopt1.o
- 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.
- .alloca
- make: 1254-004 The error code from the last command is 8.
-
- Make Quitting.
- make: 1254-004 The error code from the last command is 2.
-
- Make Quitting.
-
-
-
-