This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: mkcheck.in partial patch for AIX
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: mkcheck.in partial patch for AIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Sat, 04 Nov 2000 01:07:14 -0500
- cc: libstdc++ at sources dot redhat dot com
>>>>> Mark Mitchell writes:
Mark> I think the patch is fine. How do the AIX test results look?
When linking with the -static flag, one needs to include -liconv
on the link line. I am not sure where to implement this.
libtool current uses AIX "-bexpall" to try to avoid explicitly
exporting global symbols. This only exports symbols not beginning with
period (.) of which libstdc++ has many. The current libtool script to
generate an export list is broken.
When the test program does not require symbols with ".", things
look good.
David