[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gmake .... seems to be moved...
From: |
Ralf Wildenhues |
Subject: |
Re: gmake .... seems to be moved... |
Date: |
Mon, 4 Sep 2006 15:54:42 +0200 |
User-agent: |
Mutt/1.5.12 (2006-08-10) |
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