Mail Archives: pgcc/1998/05/22/10:26:32
Well, I have the Slakware 3.4 dist, running a 2.1.102 kernel,
make 3.7.5
gcc 2.7.2.3
binutils 2.9.1
glibc 2.0.6
Please tell me where I should look to fix this! putc is stdio.h stuff...
Why is this giving me problems!?!
make[3]: Entering directory `/usr/src/egcs-19980517/texinfo/makeinfo'
gcc -g -O2 -o makeinfo makeinfo.o multi.o ../lib/libtxi.a ../intl/libintl.a -lz
makeinfo.o: In function `error':
/usr/src/egcs-19980517/texinfo/makeinfo/makeinfo.c:847: undefined reference to `_IO_putc'
multi.o: In function `out_char':
/usr/src/egcs-19980517/texinfo/makeinfo/multi.c:81: undefined reference to `_IO_putc'
make[3]: *** [makeinfo] Error 1
make[3]: Leaving directory `/usr/src/egcs-19980517/texinfo/makeinfo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/egcs-19980517/texinfo'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/src/egcs-19980517/texinfo'
make: *** [all-texinfo] Error 2
- Raw text -