Re: gmake .... seems to be moved...

2006-09-05 Thread Maurizio Caloro

Thanks a bomb! for your help !!!

i have learn with you to analyse error on a other way

gtk run now without question to end
and this "seems to be move" are now story.!!!

greetings 
Maurizio





Forwarded by Maurizio Caloro <[EMAIL PROTECTED]>
--- Original Message ---
 From:Ralf Wildenhues <[EMAIL PROTECTED]>
 To:  Caloro Maurizio <[EMAIL PROTECTED]>
 Cc:  bug-libtool@gnu.org
 Date:Tue, 5 Sep 2006 16:06:43 +0200
 Subject: Re: Fwd: Re: gmake  seems to be moved...


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


Re: Fwd: Re: gmake .... seems to be moved...

2006-09-05 Thread Ralf Wildenhues
* 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


Fwd: Re: gmake .... seems to be moved...

2006-09-05 Thread Caloro Maurizio
Hello Ralf,

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 ...

thanks 
Maurizio



 Original-Nachricht 
Datum: Tue, 5 Sep 2006 14:46:32 +0200
Von: Ralf Wildenhues <[EMAIL PROTECTED]>
An: Caloro Maurizio <[EMAIL PROTECTED]>
Betreff: Re: gmake  seems to be moved...

* Caloro Maurizio wrote on Tue, Sep 05, 2006 at 02:15:43PM CEST:
> 
> Sorry for the mistake, i think now i have the correct one

Yes, the correct command.  Now please issue it in the
/usr/source/gtk+-2.10.2/gtk directory.  If you omit the
--debug, it should give the same errors as the ones you
originally reported.  I apologize for being sloppy in my
descriptions.

Cheers,
Ralf

-- 
---
--- say NO to Html in mail -- Maurizio   Caloro 
-  <[EMAIL PROTECTED]> 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
"Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl


libtool-gtk-log-txt.tar.bz2
Description: Binary data
___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


Re: gmake .... seems to be moved...

2006-09-05 Thread Ralf Wildenhues
* Caloro Maurizio wrote on Tue, Sep 05, 2006 at 02:15:43PM CEST:
> 
> Sorry for the mistake, i think now i have the correct one

Yes, the correct command.  Now please issue it in the
/usr/source/gtk+-2.10.2/gtk directory.  If you omit the
--debug, it should give the same errors as the ones you
originally reported.  I apologize for being sloppy in my
descriptions.

Cheers,
Ralf


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


Re: gmake .... seems to be moved...

2006-09-05 Thread Caloro Maurizio
Hello Ralf,

Sorry for the mistake, i think now i have the correct one
thanks to take a precautionary approach with me

thanks in advance
Maurizio



 Original-Nachricht 
Datum: Tue, 5 Sep 2006 10:57:30 +0200
Von: Ralf Wildenhues <[EMAIL PROTECTED]>
An: Maurizio Caloro <[EMAIL PROTECTED]>

Hello Maurizio,

There was a small misunderstanding.  

I meant you should run
/bin/bash ../libtool --debug --mode=link gcc  -DG_DISABLE_DEPRECATED -g -O2 \ 
-g -Wall   -o libgtk-x11-2  xdgmime/libxdgmime.la

That is the failing link command with '--debug' added.  In practice, you
would either run 'make', and copy and paste the command from its output
to your shell terminal and add '--debug' manually, and rerun as above;
or you fiddle with the Makefile to add the --debug there.

Cheers,
Ralf

-- 
---
--- say NO to Html in mail -- Maurizio   Caloro 
-  <[EMAIL PROTECTED]> 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


liblog-txt.tar.bz2
Description: Binary data
___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


Re: Fw: Re: gmake .... seems to be moved...

2006-09-05 Thread Ralf Wildenhues
Hello Maurizio,

There was a small misunderstanding.  With this line below:

> Please print the complete link command line that fails (the one that
> starts with ".../libtool --mode=link") and its output, with --debug
> added as the first libtool option:
>   .../libtool --debug --mode=link ... >link-log 2>&1

I meant you should run
/bin/bash ../libtool --debug --mode=link gcc  -DG_DISABLE_DEPRECATED -g -O2 \
 -g -Wall   -o libgtk-x11-2.0.la  -version-info 1000:2:1000 -export-dynamic \
  -export-symbols-regex "^[^_].*" -rpath /usr/lib  fnmatch.lo \
  gtkaboutdialog.lo gtkaccelgroup.lo gtkaccellabel.lo gtkaccelmap.lo \
  gtkaccessible.lo gtkaction.lo gtkactiongroup.lo gtkadjustment.lo \
  [ ... lots of stuff deleted ... ]
  gtktrayicon-x11.lo   ../gdk-pixbuf/libgdk_pixbuf-2.0.la \
  ../gdk/libgdk-x11-2.0.la -L/usr/openwin/lib -R/usr/openwin/lib -lXrender \
  -lX11 -lsocket -lnsl -lpangocairo-1.0 -lpango-1.0 -latk-1.0 \
  -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lcairo -lm \
  xdgmime/libxdgmime.la

That is the failing link command with '--debug' added.  In practice, you
would either run 'make', and copy and paste the command from its output
to your shell terminal and add '--debug' manually, and rerun as above;
or you fiddle with the Makefile to add the --debug there.

Cheers,
Ralf


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