[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: Re: gmake .... seems to be moved...
From: |
Ralf Wildenhues |
Subject: |
Re: Fwd: Re: gmake .... seems to be moved... |
Date: |
Tue, 5 Sep 2006 16:06:43 +0200 |
User-agent: |
Mutt/1.5.13 (2006-09-01) |
* 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