Information about the currently installed TeX/MF builds. Note: for specific details, see .build.@sys/web2c-5.851d/config.status ------------------------------------------------------------------------------- PLATFORM: sun4m_51 DATE: 01/14/94 ATHENA RELEASE: 7.6Q C COMPILER USED: sunsoft cc LEX USED: native (/usr/ccs/bin/lex) YACC USED: native (/usr/ccs/bin/yacc) X LIBRARIES USED: /usr/openwin/lib ENVIRONMENT: C compiler: CC=/mit/sunsoft/sun4bin/cc compiler flags: CFLAGS=-Xc -g -O -Bdynamic CONFIGURE: ./configure --prefix=/mit/tex STATUS: built, passed trip and trap. ------------------------------------------------------------------------------- PLATFORM: pmax_ul4 DATE: 01/14/94 ATHENA RELEASE: 7.6G C COMPILER USED: native (/bin/cc) LEX USED: native (/usr/bin/lex) YACC USED: native (/usr/bin/lex) X LIBRARIES USED: x11r5 ENVIRONMENT: C compiler: CC=cc compiler flags: CFLAGS=-g3 -O1 CONFIGURE: ./configure --prefix=/mit/tex COMMENTS: as shipped, getopt{,1}.c don't compile successfully. c-auto.h needs to be #included, to make const go away. (Just #defining HAVE_CONFIG_H doesn't work, because there is a naming conflict between macros in pascal.h and the variable names in getopt{,1}.c) Metafont fails trap if you use -O2. STATUS: built, passed trip and trap. ------------------------------------------------------------------------------- PLATFORM: rs_aix32 DATE: 01/14/94 ATHENA RELEASE: 7.6H C COMPILER USED: gcc (cygnus-930630) LEX USED: flex (cygnus-930630) YACC USED: byacc (cygnus-930630) X LIBRARIES USED: /usr/athena/lib (x11r5) ENVIRONMENT: C compiler: CC=gcc compiler flags: CFLAGS=-Wall -g -O2 CONFIGURE: ./configure --prefix=/mit/tex COMMENTS: I originally tried using the native C compiler (XL C). Things were breaking all over the place, especially with optimization. (MetaFont fails trap in fairly impressive ways. TeX does pass trip OK.) After a lot of effort, I gave up; it compiled cleanly with gcc. vftovp has a naming conflict with an AIX-specific function in math.h. The easiest workaround is putting a modified math.h in the build tree. mft needs to be compiled -O1, since -O2 runs out of core. STATUS: built, passed trip and trap. -------------------------------------------------------------------------------