This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: wrong files in libstdc++.a?
- To: libstdc++@sourceware.cygnus.com
- Subject: Re: wrong files in libstdc++.a?
- From: "Mark E." <snowball3@usa.net>
- Date: Thu, 15 Apr 1999 09:59:27 -0400
- References: <199904150007.AAA47754@out4.ibm.net>
> 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