Plans for fixing libio on i386-linux-gnulibc1?
Mumit Khan
khan@xraylith.wisc.edu
Fri Sep 26 17:28:00 GMT 1997
Joe Buck <jbuck@synopsys.com> writes:
> It appears that this can be done just by editing libio/config/linux.mt
> (or linuxlibc1.mt) and following the directions under
>
> # Comment this out to avoid including the stdio functions in libiostream.a:
>
> It appears that it would be experimental, but hey, we're egcs.
I of course tried that before posting my query ... looks like the new libio
code includes a few functions older libio didn't have (libc v5.3.12). I now
get something like the following when linking trival program containing
say fputs():
libstdc++.so: undefined reference to `_IO_outfloat'
libstdc++.so: undefined reference to `_IO_getc'
libstdc++.so: undefined reference to `_IO_peekc_locked'
libstdc++.so: undefined reference to `_IO_putc'
Mumit
More information about the Gcc
mailing list