* 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


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

Reply via email to