Re: noinst shared libraries?

2008-06-19 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bob Rossi wrote: | Is it possible to create a noinst shared library? The easiest way to do this is to add "-rpath `pwd`" to the _la_LDFLAGS. (You could substitute another path for `pwd` if you wish.) Yaakov Cygwin Ports -BEGIN PGP SIGNATURE--

Re: noinst shared libraries?

2008-06-19 Thread Ralf Wildenhues
Hi Bob, * Bob Rossi wrote on Thu, Jun 19, 2008 at 08:48:16PM CEST: > > This question has been asked before, here, It's also been answered before a few times, here or on automake@, > Is it possible to create a noinst shared library? Yes, use 'libfoo_LDFLAGS = -rpath /nowhere'. Cheers, Ralf _

noinst shared libraries?

2008-06-19 Thread Bob Rossi
Hi, This question has been asked before, here, http://lists.gnu.org/archive/html/libtool/2004-12/msg00308.html with no response apparently. Is it possible to create a noinst shared library? Thanks, Bob Rossi ___ http://lists.gnu.org/mailman/listinf

noinst shared libraries?

2004-12-28 Thread Michael Poole
My program uses loadable modules for extensibility. Due to the dependencies in both directions between modules and the core program, it seems easiest to implement the test suite by loading test modules into the program. I would rather not install these test modules during "make install." When I