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.
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
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:
> > >>
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
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:
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'
> >>
>
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
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