Neo-drexx wrote: > /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lX11 Perhaps you missed this part of the wiki page (http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0): > > Run configure with: > > ./configure --prefix=/usr --x-libraries=/usr/X11R6/lib > > The --x-libraries switch is important, otherwise it will pick up the 64bit X libraries and just not work. >