http://bugs.winehq.org/show_bug.cgi?id=24627
--- Comment #3 from puk007@gmail.com 2010-10-04 16:13:21 CDT --- hi, problem is that I can't compile wine from sources,
I'm running ubuntu 10.04 got wine sources from the git, but when trying to compile I get error:
I tried to follow: http://wiki.winehq.org/WineOn64bit#head-f6a7d1b561fe7ce26bb3a061d96d16380d90...
pb@skynet:~/Desktop/inst/wine-git$ sudo apt-get build-dep wine Reading package lists... 0% Reading package lists... Done Building dependency tree Reading state information... Done Picking 'wine1.2' as source package instead of 'wine' The following packages have unmet dependencies: libsane-dev: Depends: libsane (= 1.0.20-13ubuntu2) but 1.0.21-0ubuntu1 is to be installed
OK, so I skipped, let's suppose I have all deps installed, but then when I run: CC="ccache gcc" LDFLAGS="-L./lib32" ./configure -v
I get error: pb@skynet:~/Desktop/inst/wine-git$ CC="ccache gcc" LDFLAGS="-L./lib32" ./configure -v 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... ccache gcc checking whether the C compiler works... no configure: error: in `/home/pb/Desktop/inst/wine-git': configure: error: C compiler cannot create executables See `config.log' for more details
see attached config-20101004.log
any idea how to proceed?
thanks a lot.