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.
