http://bugs.winehq.org/show_bug.cgi?id=15152
--- Comment #2 from Xavier Vachon xvachon@gmail.com 2008-09-06 11:17:29 --- (In reply to comment #1)
Please run a regression test http://wiki.winehq.org/RegressionTesting
I am having problems to prepare the grounds for the testing. I have downloaded the source with GIT, and now when I try to build the dependencies required, I get this message.
xavier@Xavier:~$ sudo apt-get build-dep wine Reading package lists... Done Building dependency tree Reading state information... Done E: Build-dependencies for wine could not be satisfied.
When I try to run the .configure command in the wine-git directory
xavier@Xavier:~/wine-git$ CC="ccache gcc -m32" ./configure --verbose 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 -m32 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details.
I am not a developer, so I am having a hard time to understand all of this! Can you provide me some help so that I can get going with the testing afterwards? Thanks!