bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Installing modules on AIX


From: Wayne Stewart
Subject: Installing modules on AIX
Date: Tue, 11 Mar 2003 14:01:03 -0800 (PST)

Hi,

I'm not sure if you would classify this as a 'bug' or an
enhancement request.

Background:

I am using libtool 1.4.3 (with automake 1.7.3 & autoconf 2.57) on
IBM AIX 4.3.2 (PowerPC).  As you know, shared libraries end in '.a'
on AIX, whereas dlopen'able modules end in '.so'.  I'm trying to
build the latter (a dlopen'able module - actually a Tcl extension,
which is essentially the same thing).  I use the following libtool
options in my Makefile.am: -module -no-undefined -avoid-version.

Issue:

When I 'make install' my module, only the '.a' (& .la) library
gets installed.  I've already specified that I'm trying to build
a module (via the -module option), so I don't understand why my
desired end-item (the .so file) does not get installed.

Thanks,
----
    Wayne






reply via email to

[Prev in Thread] Current Thread [Next in Thread]