Re: libtool quoting error

2012-08-20 Thread Bob Friesenhahn
On Mon, 20 Aug 2012, Peter Rosin wrote: On 2012-08-19 22:18, Peter Rosin wrote: Oops, forgot a couple of backslashes, trying again. Sorry for the noise. Testsuite running, just in case... The patch does not seem to affect the testsuite, so I'll push in a few days. Unless someone speaks up

Re: libtool quoting error

2012-08-20 Thread Peter Rosin
On 2012-08-20 16:14, Bob Friesenhahn wrote: > On Mon, 20 Aug 2012, Peter Rosin wrote: > >> On 2012-08-19 22:18, Peter Rosin wrote: >>> Oops, forgot a couple of backslashes, trying again. >>> >>> Sorry for the noise. >>> >>> Testsuite running, just in case... >> >> The patch does not seem to affect

AIX PIC shared library support

2012-08-20 Thread David Edelsohn
The GCC -fpic/-fPIC option has evolved to mean code generation for a shared library and changes the optimization behavior of the compiler. Code for AIX PowerPC always is PIC, but the optimization behavior is affecting AIX. libtool exports all global symbols on AIX while GCC binds_local_p() determi

Re: AIX PIC shared library support

2012-08-20 Thread Michael Haubenwallner
On 08/20/2012 07:12 PM, David Edelsohn wrote: > The GCC -fpic/-fPIC option has evolved to mean code generation for a > shared library and changes the optimization behavior of the compiler. > Code for AIX PowerPC always is PIC, but the optimization behavior is > affecting AIX. > > libtool exports