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


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

2006-09-04 Thread Maurizio Caloro

Hello Ralf,

Thanks for your fast feedback...  
as desired  :-)


thanks for you help 
best regards
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:Mon, 4 Sep 2006 15:54:42 +0200
 Subject: Re: gmake  seems to be moved...


Hello Caloro,

Thanks for the report.  To decide whether this is a bug, we need more
information:

* Caloro Maurizio wrote on Mon, Sep 04, 2006 at 03:46:16PM CEST:
> 
> my solaris has the following status SunOS filemoon 5.9
> Generic_118559-11 i86pc i386 i86pc
> 
> GCC-4.1.1
> Binutils-2.17
> Libtool-2.1a

> configure run without error messages
> [./configure --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --with-gnu-ld]
> 
> .[Make]
> -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
> libtool: link: warning: 
> `/usr/lib/gcc/i386-pc-solaris2.9/4.1.1/../../..//libgmodule-2.0.la' seems to 
> be moved
*snip*

> grep: /usr/local/lib/libgobject-2.0.la: No such file or directory
> Can't open /usr/local/lib/libgobject-2.0.la
> libtool: link: `/usr/local/lib/libgobject-2.0.la' is not a valid libtool 
> archive

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

And also please show
  .../libtool --config

It may also help if you pointed a URL to the exact package you were
compiling (but probably that is rather not so important).  Please pack
large output with gzip or bzip2.

Cheers,
Ralf


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