automake
[Top][All Lists]
Advanced

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

Re: Partial linking with _RELOCATABLES - Proposed enhancement


From: Ralf Wildenhues
Subject: Re: Partial linking with _RELOCATABLES - Proposed enhancement
Date: Wed, 29 Mar 2006 10:22:46 +0200
User-agent: Mutt/1.5.11

* Ralf Wildenhues wrote on Wed, Mar 29, 2006 at 10:19:36AM CEST:

> $LIBTOOL --mode=link $CC -o main main.$OBJEXT \
>          -use-as-whole-archive libconv.la
> the_binary=.libs/main           # this is not portable.
> $NM $the_binary | grep unneeded

D'oh.  Replace those last two lines with
  $LIBTOOL --mode=execute $NM main | grep unneeded

Sorry,
Ralf




reply via email to

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