This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
> nm -A *.o | grep _IO_link_in > > to see where this should be coming from . . . for example, I get: > > %nm -A *.o |grep _IO_link_in > fileops.o: U _IO_link_in > genops.o:00000050 T _IO_link_in > Here's what I get: $ nm -A *.o | grep _IO_link_in fileops.o: U __IO_link_in genops.o:0000003c T __IO_link_in yet even after reconfiguring with --disable-shared, fileops.o is not in libstdc++.a: $ar t libstdc++.a | grep fileops fileops.lo Hopefully, the libtool change Alexandre listed fixes this. Mark