Hello Andy,

* Andy Wingo wrote on Tue, Dec 23, 2008 at 07:18:18PM CET:
> 
> Expected results: ./autogen.sh && make produces a .so file in .libs.
> 
> Actual results: No .so file is produced.

Content-Description: Makefile.am
> # -*- makefile-gmake -*-
> 
> noinst_LTLIBRARIES = libfoo.la
> 
> libfoo_la_SOURCES = foo.c
> libfoo_la_LDFLAGS = -module

Add `-rpath /nowhere' here.

Cheers,
Ralf


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to