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
[EMAIL PROTECTED]
http://www.cliftonlabs.com
pgp key available


Reply via email to