I need this paticular version of wine because a patch was created to correct this issue
Here is the output for ./configure http://pastebin.com/5pev4LSf
Here is as much as the output from the attempted compile http://pastebin.com/wuVYYWbi
at first ./confiure would return this
Code: Select all
root@ns212765:/home/d2admin/winesrc/wine-0.9.48# ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -m32
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
root@ns212765:/home/d2admin/winesrc/wine-0.9.48#
Code: Select all
./configure --host=i686-unknown-linux-gnu --build=i686-unknown-linux-gnu --target=i686-unknown-linux-gnu
Code: Select all
setarch i386 ./configure
I also tried the script ./tools/wineinstall but get the same error about the compiler executeable here is a pastebin of that log http://pastebin.com/NtKspL6i
So it's a debian system with no X interface. anyone familiar with d2gs thats refered to in the first link at the top will know its a windowless process. ie works in the background as a windows service.
I can provide any more infomation on request if anyone has any idea how to solve this I'd really appreciate it.