libtool
[Top][All Lists]
Advanced

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

make test with a program that dlopen()s a shared lib "peer"


From: Jack Andrews
Subject: make test with a program that dlopen()s a shared lib "peer"
Date: Sun, 27 Mar 2011 22:46:26 +1100

i want to use the usual sequence of

  autoreconf --install
  ./configure
  make
  make test
  make install

but my program dlopen()s a lib which
i find here:
   .libs/libj.so

i've read that shared objects are hidden in
.libs for a reason and that they should be
installed prior to use.

if this is the case, how can i run tests
"legally", before installing the .libs/libj.so ?

thanks,


jack



reply via email to

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