automake
[Top][All Lists]
Advanced

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

Re: automake and shared libraries


From: Alexandre Duret-Lutz
Subject: Re: automake and shared libraries
Date: Tue, 29 Jul 2003 11:17:38 +0200

On Tue, Jul 29, 2003 at 10:45:18AM +0200, Mattias Br?ndstr?m wrote:
> lib_LTLIBRARIES = libproject.la
> librkcone_la_LIBADD = foo/libfoo.a
>
> When I do it like these I get a warning during the build process saying:
>
> *** Warning: Linking the shared library libproject.la against the
> *** static library foo/libfoo.a is not portable!
>
> Since I'm new to building shared libraries and automake I wonder what
> the portable way to do it would be.

Let Libtool build the intermediary libraries.
http://sources.redhat.com/ml/automake/2003-07/msg00064.html

> All comments are usefull!

The weather is nice in Paris.




reply via email to

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