automake
[Top][All Lists]
Advanced

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

Re: testing with .so


From: Waldemar Rosenbach
Subject: Re: testing with .so
Date: Mon, 05 Aug 2002 16:02:21 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204

Alexandre Duret-Lutz wrote:

"Waldemar" == Waldemar Rosenbach <address@hidden> writes:


Waldemar> Although it works, I don't want "test" to be linked
Waldemar> with the library, but dlopened by it.

Maybe try to replace test_LDADD = ../libFiniteStateMachine.la
by
test_LDFLAGS = -dlopen ../libFiniteStateMachine.la

That doesn't work. Symbols from libFiniteStateMachine.so are not found.

The followind doesn't work either:
   test_LDADD = ../libFiniteStateMachine.la -dlopen libTestAction.la

libTestAction.so is not found.

no matter whether using test_LDADD or test_LDFLAGS




reply via email to

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