Re: Install of libtool module on AIX 4.2 does not work.

2005-01-18 Thread Gary Kumfert
On Mon, 17 Jan 2005, Ralf Wildenhues wrote: > Hi Gary, > > * Gary Kumfert wrote on Sat, Jan 15, 2005 at 02:04:55AM CET: > > > > There aren't two types of shared libraries... there's shared > > and there's dynamic (or "run time linked" in AIX speak. hence -brtl.) > > This I can mostly agree with.

Re: Install of libtool module on AIX 4.2 does not work.

2005-01-17 Thread Ralf Wildenhues
Hi Gary, * Gary Kumfert wrote on Sat, Jan 15, 2005 at 02:04:55AM CET: > > There aren't two types of shared libraries... there's shared > and there's dynamic (or "run time linked" in AIX speak. hence -brtl.) This I can mostly agree with. > Even then, the switch doesn't *really* care about the ty

Re: Install of libtool module on AIX 4.2 does not work.

2005-01-14 Thread Gary Kumfert
On Fri, 14 Jan 2005, Albert Chin wrote: > On Fri, Jan 14, 2005 at 09:28:54PM +0100, Peter Ekberg wrote: > > Albert Chin wrote: > > > On Thu, Jan 13, 2005 at 07:32:46PM +0100, Peter Ekberg wrote: > > >> Albert Chin wrote: > > >>> On Tue, Jan 11, 2005 at 06:31:19PM +0100, Peter Ekberg wrote: > > >>

Re: Install of libtool module on AIX 4.2 does not work.

2005-01-14 Thread Albert Chin
On Fri, Jan 14, 2005 at 09:28:54PM +0100, Peter Ekberg wrote: > Albert Chin wrote: > > On Thu, Jan 13, 2005 at 07:32:46PM +0100, Peter Ekberg wrote: > >> Albert Chin wrote: > >>> On Tue, Jan 11, 2005 at 06:31:19PM +0100, Peter Ekberg wrote: > When installing a "libtool module" on aix 4.2, the

RE: Install of libtool module on AIX 4.2 does not work.

2005-01-14 Thread Peter Ekberg
Albert Chin wrote: > On Thu, Jan 13, 2005 at 07:32:46PM +0100, Peter Ekberg wrote: >> Albert Chin wrote: >>> On Tue, Jan 11, 2005 at 06:31:19PM +0100, Peter Ekberg wrote: When installing a "libtool module" on aix 4.2, the .so file is not installed, even though the .la file specifies:

Re: Install of libtool module on AIX 4.2 does not work.

2005-01-13 Thread Albert Chin
On Thu, Jan 13, 2005 at 07:32:46PM +0100, Peter Ekberg wrote: > Albert Chin wrote: > > On Tue, Jan 11, 2005 at 06:31:19PM +0100, Peter Ekberg wrote: > >> When installing a "libtool module" on aix 4.2, the .so file is not > >> installed, even though the .la file specifies: > >> dlname='x.so' > >> >

RE: Install of libtool module on AIX 4.2 does not work.

2005-01-13 Thread Peter Ekberg
Albert Chin wrote: > On Tue, Jan 11, 2005 at 06:31:19PM +0100, Peter Ekberg wrote: >> When installing a "libtool module" on aix 4.2, the .so file is not >> installed, even though the .la file specifies: >> dlname='x.so' >> >> Copying x.so to the intended directory makes it work. However, >> trying

Re: Install of libtool module on AIX 4.2 does not work.

2005-01-13 Thread Albert Chin
On Tue, Jan 11, 2005 at 06:31:19PM +0100, Peter Ekberg wrote: > When installing a "libtool module" on aix 4.2, the .so file is not > installed, even though the .la file specifies: > dlname='x.so' > > Copying x.so to the intended directory makes it work. However, trying to > dlopen more than one su