From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mumit Khan To: Joe Buck Cc: egcs@cygnus.com Subject: Re: Plans for fixing libio on i386-linux-gnulibc1? Date: Fri, 26 Sep 1997 17:28:00 -0000 Message-id: <199709270029.TAA21917@eh_pc11.xraylith.wisc.edu> References: <199709270013.RAA04445@atrus.synopsys.com> X-SW-Source: 1997-09/msg01014.html Joe Buck 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