libtool
[Top][All Lists]
Advanced

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

Re: link_all_deplibs


From: Ralf Wildenhues
Subject: Re: link_all_deplibs
Date: Fri, 21 Jan 2005 15:10:34 +0100
User-agent: Mutt/1.4.1i

* Christoph Wellner wrote on Thu, Jan 20, 2005 at 02:08:28PM CET:
> 
*snip*
> 
> I attached the files you requested.

Thanks.  Can you do a favor for me: add
  -Xlinker --no-add-needed
to LDFLAGS on build, i.e., run
  path/to/configure [OPTIONS]
with the options you used before, then use
  make LDFLAGS='-Xlinker --no-add-needed'

to build.  If you still have your old build tree, it should suffice to
just remove all .la files like this
  find $top_builddir -name \*.la | xargs rm

and then issue the make line, no need to rebuild all objects. (Of
course, now the workaround I mentioned should _not_ be in place.)

What happens now?  Does clic start? The objdump outputs are
interesting again.

Regards,
Ralf




reply via email to

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