[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gdk-pixbuf-0.22.0 fails to link with libtool
From: |
Dyre Tjeldvoll |
Subject: |
gdk-pixbuf-0.22.0 fails to link with libtool |
Date: |
10 Mar 2003 20:49:09 +0100 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/20.4 (Emerald) |
I'm not sure that this is a libtool bug, but making the following
changes to the ltmain.sh script made it work:
address@hidden/local/src/gdk-pixbuf-0.22.0$ diff ltmain.sh
/tmp/gdk-pixbuf-0.22.0/ltmain.sh
1395c1395
< for searchdir in $newlib_search_path $lib_search_path
$shlib_search_path $sys_lib_search_path; do
---
> for searchdir in $newlib_search_path $lib_search_path
$sys_lib_search_path $shlib_search_path; do
Basically the problem is that the order in which the search paths are
scanned causes gdk-pixbuf to try to link with same lib from two
different locations.
I have no idea whether my change would break other things...
For more info, check out the gdk-pixbuf bug I opened:
http://bugzilla.gnome.org/show_bug.cgi?id=107835
--
dt
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gdk-pixbuf-0.22.0 fails to link with libtool,
Dyre Tjeldvoll <=