[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: testing with .so
From: |
Alexandre Duret-Lutz |
Subject: |
Re: testing with .so |
Date: |
Mon, 05 Aug 2002 14:58:09 +0200 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) |
>>> "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
[...]
--
Alexandre Duret-Lutz