On Tue, Apr 04, 2006 at 01:12:26PM +0200, Alexandre Julliard wrote:
Marcus Meissner meissner@suse.de writes:
It also adds -L/opt/kde/lib64 for me, so this will likely not fully work.
I would say we just do not configure arts and esd on 64->32 compiles. :/
Hmmm... does it fail to link if you simply remove the -L/opt/kde/lib64? And if it fails, does configure detect the failure properly?
Currently: configure:10975: gcc -m32 -o conftest -D_FORTIFY_SOURCE=2 -O2 -Wall -I/opt/kde3/include/artsc -I/opt/gnome/include/glib-2.0 -I/opt/gnome/l ib64/glib-2.0/include conftest.c -lartsc -L/opt/kde3/lib64 -ldl -lartsc -lpthread -L/opt/gnome/lib64 -lgmodule-2.0 -ldl -lgthread-2.0 -l glib-2.0 >&5 /usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /opt/kde3/lib64/libartsc.so when searchi ng for -lartsc /usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: cannot find -lartsc
If I remove it, it does not find /opt/kde3/lib/libartsc.so because it is not in the search path. So we just do not detect it now, and do not detect it after removing it.
Ciao, Marcus