Compiling Wine 1.1.19 on 64-bit Hardy Heron
Follow the instructions here:
here
(make sure you create the symbolic links)
At this point configure will complain that it can’t find gnutls so you won’t get schannel support. Gnutls provides secure socket capabilities so it’s not something you want to go without.
Get updated packages for the library and the header files
here
and here
Copy the library to /usr/lib32, and re-create the link in the download directory
Copy the header files to /usr/local/include
Reconfigure with this command just to be sure you find the header files correctly: (note: this is different from the command on the winehq site)
CC=”gcc-4.2 -m32 -I/usr/local/include” LDFLAGS=”-L/lib32 -L/usr/lib32 -L`pwd`/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32″ ./configure -v
Build and install.
Leave a Reply