[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug 100599] Changed - libtool executed with wrong args (fwd)
From: |
Martin MOKREJŠ |
Subject: |
[Bug 100599] Changed - libtool executed with wrong args (fwd) |
Date: |
Sat, 7 Dec 2002 17:22:51 +0100 (CET) |
Hi,
can you please help with this problem?
--
Martin Mokrejs <address@hidden>, <address@hidden>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3683 , fax: +49-89-3187 3585
---------- Forwarded message ----------
From: address@hidden
To: address@hidden, address@hidden
Date: Sat, 7 Dec 2002 10:08:48 -0500 (EST)
Subject: [Bug 100599] Changed - libtool executed with wrong args
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=100599
Changed by address@hidden
--- shadow/100599 Sat Dec 7 08:53:45 2002
+++ shadow/100599.tmp.16861 Sat Dec 7 10:08:48 2002
@@ -109,6 +109,34 @@
make[3]: *** [libgdk_pixbuf-2.0.la] Error 1
make[3]: Leaving directory `/usr/local/scratch/gtk+-2.0.9/gdk-pixbuf'
Also, there's sometimes in *.la files present "-R/path/lib". The problem
is, that this makes crazy my linker. I use Compaq's cc and ld.
+
+------- Additional Comments From address@hidden 2002-12-07 10:08 -------
+This is a apparently a libtool bug, and should be reported
+to address@hidden
+
+The problem is that in libtool-1.4.3, the configuration for
+osf includes:
+
+ archive_expsym_cmds='for i in `cat $export_symbols`; do printf
+"-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo
+"-hidden">> $lib.exp~
+
+And apparently your printf is interpreting the format string as
+an argument.
+
+One possibility is that the problem is because
+libtool is running under bash instead of the OSF native
+shell; and the bash builtin printf acts differently from the
+system printf. (The errors above are identical to what
+the bash builtin prints.) Still, if this configuration
+is easy to achieve, libtool should handle it.
+
+(If you could paste a link here to your bug report in the
+archives http://mail.gnu.org/pipermail/bug-libtool/, that would
+be useful.)
+
+The -R problems are apparently due to a gettext bug; see
+http://bugzilla.gnome.org/show_bug.cgi?id=78302.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug 100599] Changed - libtool executed with wrong args (fwd),
Martin MOKREJŠ <=