automake
[Top][All Lists]
Advanced

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

Re: AIX shared libraries, make install misses them


From: Daniel Pocock
Subject: Re: AIX shared libraries, make install misses them
Date: Sun, 31 Jan 2010 10:24:32 +0000
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707)

Ralf Wildenhues wrote:
Hello Michael,

* Michael Perzl wrote on Fri, Jan 29, 2010 at 07:46:57PM CET:
That is without the "-Wl,-brtl" passed to LDFLAGS, so libtool is
behaving correctly on AIX to put the modcpu.so into the modcpu.a
library archive.

The "misbehavior" is that the "*.a" containing the "*.so" files are
not installed as expected:

You say that but then you (as well as Daniel) quote a line ...

 /opt/freeware/bin/bash ../../../libtool   --mode=install
../../../build/install-sh -c  'modcpu.la'
'/var/tmp/gg/lib/ganglia/modcpu.la'
../../../build/install-sh -c .libs/modcpu.a /var/tmp/gg/lib/ganglia/modcpu.a

... that shows the .a file being installed.  Now, what's the matter here?
Does libtool print that line but not execute it?  Does it execute it but
the library is installed into the wrong place?  Please explain.
../../../build/install-sh -c .libs/modcpu.lai
/var/tmp/gg/lib/ganglia/modcpu.la


That line appears in the `make install' output

However, the .a files are missing from the tree - every other file appears in the tree





reply via email to

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