Hello,
I am trying to install wine on my AMD64 machine.. As there is no built-in package in the wine page, I followed there instructions for building wine from scratch... I got stuck up with an exception error
Before helping, kindly note that I have
*re-installed build-essential
*re-installed libc6-dev
*
Here is the entire output when I tried, apt-get --build source wine
Please assist...
I am trying to install wine on my AMD64 machine.. As there is no built-in package in the wine page, I followed there instructions for building wine from scratch... I got stuck up with an exception error
Code:
configure: error: C compiler cannot create executables See `config.log' for more details. make: *** [config.status] Error 77 Build command 'cd wine-0.9.21~winehq0~ubuntu~6.06 && dpkg-buildpackage -b -uc' failed. E: Child process failed
*re-installed build-essential
*re-installed libc6-dev
*
I want to use wine to run Nortel VPN client software only (If you have got a way/amd-64 Nortel package to use Nortel VPN Client without WINE, I would be the HAPPIEST person in this world)
Code:
root@poonguzhali:/bin# apt-get --build source wine Reading package lists... Done Building dependency tree... Done Need to get 14.4MB of source archives. Get:1 [url]http://wine.budgetdedicated.com[/url] dapper/main wine 0.9.21~winehq0~ubuntu~6.06-1 (dsc) [1319B] Get:2 [url]http://wine.budgetdedicated.com[/url] dapper/main wine 0.9.21~winehq0~ubuntu~6.06-1 (tar) [14.4MB] Get:3 [url]http://wine.budgetdedicated.com[/url] dapper/main wine 0.9.21~winehq0~ubuntu~6.06-1 (diff) [49.3kB] Fetched 14.4MB in 13m35s (17.7kB/s) dpkg-source: extracting wine in wine-0.9.21~winehq0~ubuntu~6.06 dpkg-source: unpacking wine_0.9.21~winehq0~ubuntu~6.06.orig.tar.gz dpkg-source: applying ./wine_0.9.21~winehq0~ubuntu~6.06-1.diff.gz dpkg-buildpackage: source package is wine dpkg-buildpackage: source version is 0.9.21~winehq0~ubuntu~6.06-1 dpkg-buildpackage: source changed by Scott Ritchie <scott@open-vote.org> dpkg-buildpackage: host architecture amd64 debian/rules clean dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. /usr/bin/make distclean make[1]: Entering directory `/bin/wine-0.9.21~winehq0~ubuntu~6.06' make[1]: *** No rule to make target `distclean'. Stop. make[1]: Leaving directory `/bin/wine-0.9.21~winehq0~ubuntu~6.06' make: [clean] Error 2 (ignored) #-/usr/bin/make -C documentation clean dh_clean debian/rules build dh_testdir # Add here commands to configure the package. CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for x86_64-linux-gnu-gcc... gcc -m32 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make: *** [config.status] Error 77 Build command 'cd wine-0.9.21~winehq0~ubuntu~6.06 && dpkg-buildpackage -b -uc' failed. E: Child process failed
Comment