automake
[Top][All Lists]
Advanced

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

Libtool libraries in checks?


From: Magnus Therning
Subject: Libtool libraries in checks?
Date: Thu, 10 Apr 2003 11:37:16 +0200
User-agent: Mutt/1.5.4i

Hi,

How can I get libtool to generate a dynamic library out of something
that is used in a test only, i.e. never installed?

I have something like the following:

check_PROGRAMS = test
check_LTLIBRARIES = libTest.la
TESTS = test

test_DEPENDENCIES = libTest.la

'test' will try to dlopen libTest.so, but 'make check' doesn't generate
any dynamic library for libTest.la...

/M

-- 
Magnus Therning  mailto:address@hidden  PGP:0xD3BC7468
+31-40-2745179  http://pww.innersource.philips.com/magnus/ 

The law, in its majestic equality, forbids the rich as well as the poor to
sleep under bridges, to beg in the streets and steal bread.
     -- Anatole France

Attachment: pgpyBgWTocJLN.pgp
Description: PGP signature


reply via email to

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