Umarzuki Mochlis wrote: > Following article from > http://www.burghardt.pl/2008/01/zsnes-amd64-debian-opengl-troubles/ > [...] > > config.log >> http://pastebin.com/f5459ec04 > > hope somebody can give me direction on solving this.
>From your config.log: #/usr/bin/ld: skipping incompatible /usr/lib/libSDL.so when searching for -lSDL #/usr/bin/ld: skipping incompatible /usr/lib/libSDL.a when searching for -lSDL #/usr/bin/ld: skipping incompatible /usr/lib/libSDL.so when searching for -lSDL #/usr/bin/ld: skipping incompatible /usr/lib/libSDL.a when searching for -lSDL #/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../libSDL.so when searching for -lSDL #/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../libSDL.a when searching for -lSDL #/usr/bin/ld: skipping incompatible /usr/lib/libSDL.so when searching for -lSDL #/usr/bin/ld: skipping incompatible /usr/lib/libSDL.a when searching for -lSDL #/usr/bin/ld: cannot find -lSDL Which I think means it can't find the 32-bit version of libsdl. Do you have the package ia32-libs installed? What version? This bug report might be helpful: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402104 Particularly, you might need to apply Josh Triplett's patch from message #24 of that bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=24;filename=zsnes-x86-64.patch;att=1;bug=402104 But I don't have a 64-bit system, so I've never had the pleasure of sorting out the whole 32/64-bit library mess. I hope this points you in the right direction. - Chris Burkhardt -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org