This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem with newer automake versions and _LTLIBRARIES?


I have a Makefile.am file that has served me well for several years.  It
contains:
lib_LTLIBRARIES = libVHDL.la

libVHDL_la_SOURCES = \
    tyvis/_savant_entity_elab.cc

(and so forth).  It works fine with automake 1.7.6.  I'm trying to build
with automake 1.8.5 on Debian unstable.  Instead of producing:
./src/.libs/libVHDL.so.0
./src/.libs/libVHDL.so
./src/.libs/libVHDL.so.0.0.0

I'm getting:
./src/.libs/libVHDL
./src/.libs/libVHDL.0
./src/.libs/libVHDL.0.0.0
./src/.libs/libVHDL.a

(Note the missing ".so" suffixes).  Any thoughts about why this is
happening?
automake 1.8.5
autoconf 2.59
libtool  1.5.6

Thanks,
	Dale
-- 
Dale E. Martin, Clifton Labs, Inc.
Senior Computer Engineer
dmartin@cliftonlabs.com
http://www.cliftonlabs.com
pgp key available



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]