'SunOS 5.9 sun4u sparc SUNW,Sun-Blade-100' with the following:
GCC 3.2, GNU Make 3.80, GNU Bison 1.75, GNU flex 2.5.4

Configure yields one item of interest, though probably not related:
# ./configure --prefix=/usr/local/teTeX > configure.log

configure: WARNING: sys/ptem.h: present but cannot be compiled
configure: WARNING: sys/ptem.h: check for missing prerequisite headers?
configure: WARNING: sys/ptem.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to [EMAIL PROTECTED] ##
configure: WARNING:     ## ------------------------------------ ##

with no other obvious errors/problems in the configure.log


Make dies as such:
#make
...
...
make[3]: Entering directory `/homes/cbrown/tetex-src-2.0/texk/web2c/web2c'
gcc -DHAVE_CONFIG_H  -I. -I. -I../.. -I../.. -I.. -I./..  -g -O2  -c splitup.c
../../klibtool link gcc -o splitup   splitup.o ../lib/lib.a 
../../kpathsea/libkpathsea.la -lm  
gcc -o splitup splitup.o ../lib/lib.a ../../kpathsea/STATIC/libkpathsea.a -lm
make[3]: Leaving directory `/homes/cbrown/tetex-src-2.0/texk/web2c/web2c'
cd web2c && make -w CC='gcc' CFLAGS='-g -O2 ' LDFLAGS=''  web2c
make[3]: Entering directory `/homes/cbrown/tetex-src-2.0/texk/web2c/web2c'
Expect one shift/reduce conflict.
bison -y -d -v ./web2c.y
conflicts:  1 shift/reduce
test -f y.tab.c && mv -f y.tab.c y_tab.c
make[3]: [y_tab.h] Error 1 (ignored)
test -f y.tab.h && mv -f y.tab.h y_tab.h
make[3]: [y_tab.h] Error 1 (ignored)
gcc -DHAVE_CONFIG_H  -I. -I. -I../.. -I../.. -I.. -I./..  -g -O2  -c main.c
main.c:18:19: y_tab.h: No such file or directory
main.c: In function `yyerror':
main.c:164: `undef_id_tok' undeclared (first use in this function)
main.c:164: (Each undeclared identifier is reported only once
main.c:164: for each function it appears in.)
main.c:167: `var_id_tok' undeclared (first use in this function)
main.c:170: `const_id_tok' undeclared (first use in this function)
main.c:173: `type_id_tok' undeclared (first use in this function)
main.c:176: `proc_id_tok' undeclared (first use in this function)
main.c:179: `proc_param_tok' undeclared (first use in this function)
main.c:182: `fun_id_tok' undeclared (first use in this function)
main.c:185: `fun_param_tok' undeclared (first use in this function)
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/homes/cbrown/tetex-src-2.0/texk/web2c/web2c'
make[2]: *** [web2c/web2c] Error 2
make[2]: Leaving directory `/homes/cbrown/tetex-src-2.0/texk/web2c'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/homes/cbrown/tetex-src-2.0/texk'
make: *** [all] Error 1

Reply via email to