This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Automake/Libtool does not create shared libraries
- From: Johnny Wezel <j at netfeed dot ch>
- To: automake at gnu dot org
- Date: Sat, 23 Aug 2003 07:38:34 +0200
- Subject: Automake/Libtool does not create shared libraries
What's needed to create shared libraries? My automake only creates
static libraries.
This is my Makefile.am:
AM_CXXFLAGS = -g -DGC_OPERATOR_NEW_ARRAY -DGC_DEBUG
lib_LTLIBRARIES = libj.la
library_includedir = $(includedir)/libj
libj_la_SOURCES =\
JFlAdd.cc\
JFlAdd.h\
JFlAnyValue.h\
JFlArray.cc\
JFlArray.h\
JFlBinaryOperation.cc\
JFlBinaryOperation.h\
...
I tried several versions of automake (1.4 thru 1.7); all behave the same.
Cheers
Johnny