Re: Supporting -export-dynamic on AIX

2006-06-10 Thread Albert Chin
On Sat, Jun 10, 2006 at 07:12:34PM -0500, Albert Chin wrote: > On Sun, Jun 11, 2006 at 01:04:17AM +0200, Ralf Wildenhues wrote: > > * Albert Chin wrote on Sat, Jun 10, 2006 at 08:49:29PM CEST: > > > On Sat, Jun 10, 2006 at 08:29:44PM +0200, Ralf Wildenhues wrote: > > > > * Albert Chin wrote on Sat,

Re: Supporting -export-dynamic on AIX

2006-06-10 Thread Albert Chin
On Sun, Jun 11, 2006 at 01:04:17AM +0200, Ralf Wildenhues wrote: > * Albert Chin wrote on Sat, Jun 10, 2006 at 08:49:29PM CEST: > > On Sat, Jun 10, 2006 at 08:29:44PM +0200, Ralf Wildenhues wrote: > > > * Albert Chin wrote on Sat, Jun 10, 2006 at 08:08:15PM CEST: > > > > Any reason we don't use -be

Re: Supporting -export-dynamic on AIX

2006-06-10 Thread Ralf Wildenhues
* Albert Chin wrote on Sat, Jun 10, 2006 at 08:49:29PM CEST: > On Sat, Jun 10, 2006 at 08:29:44PM +0200, Ralf Wildenhues wrote: > > * Albert Chin wrote on Sat, Jun 10, 2006 at 08:08:15PM CEST: > > > Any reason we don't use -bexpall to support -export-dynamic on AIX? > > > > Yes, as commented in li

Re: MSVC Support

2006-06-10 Thread Peter Ekberg
On Sat, Jun 10, 2006 at 07:02:02PM +1000, Brendon Costa wrote: > I will have a better look at the MSVC patch mentioned before when i > better understand how libtool operates. > > > I guess i am asking you people with more experience, is this a > reasonable path to be taking? Also i am almost cert

Re: Supporting -export-dynamic on AIX

2006-06-10 Thread Albert Chin
On Sat, Jun 10, 2006 at 08:29:44PM +0200, Ralf Wildenhues wrote: > * Albert Chin wrote on Sat, Jun 10, 2006 at 08:08:15PM CEST: > > Any reason we don't use -bexpall to support -export-dynamic on AIX? > > Yes, as commented in libtool.m4: > # It seems that -bexpall does not export symbols beginning

Re: Supporting -export-dynamic on AIX

2006-06-10 Thread Ralf Wildenhues
Hi Albert, * Albert Chin wrote on Sat, Jun 10, 2006 at 08:08:15PM CEST: > Any reason we don't use -bexpall to support -export-dynamic on AIX? Yes, as commented in libtool.m4: # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of sy

Supporting -export-dynamic on AIX

2006-06-10 Thread Albert Chin
Any reason we don't use -bexpall to support -export-dynamic on AIX? >From ld(1): autoexp Automatically exports some symbols from the output module without having to list them in an export file. (This option does not export all symbols from the output module. Use the -bexpall

Re: libtool + MinGW

2006-06-10 Thread Ralf Wildenhues
* Brendon Costa wrote on Fri, Jun 09, 2006 at 03:58:24PM CEST: > > As part of my quest to get libtool and MSVC working together, i thought > i would first get libtool working with an example project on a few other > systems first. Are you building upon the efforts of Peter Ekberg? Because if you

Re: MSVC Support

2006-06-10 Thread Brendon Costa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> I will try to have a look at the patch later on tonight (If I get some >> time after work). If it is just regressions that need to be tested and >> there is an appropriate set of tests then I can run it on Windows >> using MSVC, and MinGW and on Net