libtool
[Top][All Lists]
Advanced

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

AM_LDFLAGS += -no-undefined


From: Akim Demaille
Subject: AM_LDFLAGS += -no-undefined
Date: Tue, 8 Apr 2014 12:37:20 +0200

Hi all,

My project builds many libraries and some modules.  I've just started
using ltdl in it, with a non-recursive build.  As a result,
I have inherited the following line in my single Makefile:

AM_LDFLAGS             += -no-undefined

so my libraries now fail to link.  Is this on purpose?
Shouldn't this flag be for libltdl only?  I have not seen
information about this in the documentation, but I might
have not looked correctly (I looked at occurrences of
-no-undefined and LDFLAGS).

Cheers,

        Akim




reply via email to

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