Re: building static on AIX

2002-03-18 Thread Samuel Meder
On Mon, 18 Mar 2002, Howard Chu wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > > Samuel Meder > > > On Mon, 18 Mar 2002, Robert Boehne wrote: > > > > > Under AIX, both shared and static libraries are > > > named lib*.a, so by default w

RE: building static on AIX

2002-03-18 Thread Howard Chu
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Samuel Meder > On Mon, 18 Mar 2002, Robert Boehne wrote: > > > Under AIX, both shared and static libraries are > > named lib*.a, so by default we don't build static > > libraries, i.e. you get one or

RE: building static on AIX

2002-03-18 Thread Howard Chu
un http://www.symas.com http://highlandsun.com/hyc Symas: Premier OpenSource Development and Support > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Robert Boehne > Sent: Monday, March 18, 2002 6:00 AM > To: Samuel Meder > Cc: [EMAI

Re: building static on AIX

2002-03-18 Thread Robert Boehne
Samuel: Yes, that clears it up. I agree with you, and I was not aware of this behavior. Robert ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool

Re: building static on AIX

2002-03-18 Thread Samuel Meder
On Mon, 18 Mar 2002, Robert Boehne wrote: > Under AIX, both shared and static libraries are > named lib*.a, so by default we don't build static > libraries, i.e. you get one or the other. When the > library is shared, the archvie file contains one > member, the shared library. This is how share

Re: building static on AIX

2002-03-18 Thread Robert Boehne
Under AIX, both shared and static libraries are named lib*.a, so by default we don't build static libraries, i.e. you get one or the other. When the library is shared, the archvie file contains one member, the shared library. This is how shared libraries are typically done under AIX, if you're h