Re: wine-0.9.2 compile problems under suse10-x86_64

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear Peter,

many thanks for your reply,

uid  -L/usr/X11R6/lib64  -lXext -lX11   -L../../libs/port -lwine_port
      ^^^^^^^^^^^^^^^^^^^^
You point it to the 64bit libraries.Which won't work with wine.

/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: ski
pping incompatible /usr/X11R6/lib64/libXext.so when searching for -lXext
Thats why it is skipping the found libXext.so.And complains about not finding a suitable one.

Im not sure who to blame for this(the configure script or your setup) but you could try to
look for the string(/usr/X11R6/lib64), which should be somewhere in the Makefiles and
change it to /usr/X11R6/lib32. Or add -L/usr/X11R6/lib32 as an extra cflag.

solved the problem with
   ./configure --x-libraries=/usr/X11R6/lib

(on my box /usr/X11R6/lib means /usr/X11R6/lib32)

Of course if you could find out why configure chooses the wrong directory at all that
would be nice as well ;)
sorry, wasn't able to figure this out, maybe it depends on the order
in /etc/ld.so.conf if both types of lib are present? in my ld.so.conf
the lib64 appears before lib.

regards - hartmut

_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux