This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: mkcheck.in partial patch for AIX


>>>>> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]