automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with newer automake versions and _LTLIBRARIES?


From: Dale E Martin
Subject: problem with newer automake versions and _LTLIBRARIES?
Date: Thu, 15 Jul 2004 10:36:08 -0400
User-agent: Mutt/1.5.4i

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
address@hidden
http://www.cliftonlabs.com
pgp key available




reply via email to

[Prev in Thread] Current Thread [Next in Thread]