Re: Automake/Libtool does not create shared libraries

2003-08-26 Thread Alexandre Duret-Lutz
>>> "Johnny" == Johnny Wezel <[EMAIL PROTECTED]> writes: Johnny> What's needed to create shared libraries? My automake only creates Johnny> static libraries. Johnny> This is my Makefile.am: Johnny> AM_CXXFLAGS = -g -DGC_OPERATOR_NEW_ARRAY -DGC_DEBUG Johnny> lib_LTLIBRARIES = libj.la Johnny

Automake/Libtool does not create shared libraries

2003-08-23 Thread Johnny Wezel
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\ JFlAnyVa