libtool
[Top][All Lists]
Advanced

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

Re: Libtool libraries in checks?


From: Ronald Landheer-Cieslak
Subject: Re: Libtool libraries in checks?
Date: Wed, 16 Apr 2003 09:55:12 +0200 (CEST)

I don't have the answer, but I think you may stand a better chance of 
getting one on the proper list - I've cc'd address@hidden 

good luck :)

rlc

On Thu, 10 Apr 2003, Magnus Therning wrote:

> 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
> 
> 





reply via email to

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