libtool
[Top][All Lists]
Advanced

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

Re: uninstalled modules do not build .so files


From: Ralf Wildenhues
Subject: Re: uninstalled modules do not build .so files
Date: Mon, 29 Dec 2008 19:56:27 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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




reply via email to

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