* Caloro Maurizio wrote on Tue, Sep 05, 2006 at 03:57:29PM CEST:
> 
> LDFLAGS=-L/usr/lib; export LDFLAGS; /bin/bash ../libtool --debug ........
> 
> i see on the file on line 17775, 17790, 18011 end on the end....
> start to swap with /usr/local/lib..... 
> 
> but its all under /usr/lib at home
> i dont know why he swap ...

The culprit is /usr/lib/libatk-1.0.la.  It contains references to
/usr/local:
  dependency_libs=' -L/usr/local/lib /usr/local/lib/libgobject-2.0.la 
/usr/local/lib/libgmodule-2.0.la /usr/local/lib/libglib-2.0.la 
/usr/local/lib/libintl.la /usr/local/lib/libiconv.la -lc'

If you know that all of the libraries libatk was linked against are
installed in /usr/lib (or binary compatible ones), then you may edit
the file /usr/lib/libatk-1.0.la and fix these references.

Cheers,
Ralf


_______________________________________________
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to