ozfinngeek
November 15th, 2007, 02:49 AM
Hi all,
I am having issues with creating a makefile in Ubuntu 7.04 for wine 0.9.49. I have gotten the latest source (which i need for the app i am running under wine) via git.
I have installed all the packages that should be required to compile and then run to ./tools/wineinstall (which just seems to be a ./configure command script with switches). I get the following result in the config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Wine configure 0.9.49, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure -C --prefix=/usr/local
## --------- ##
## Platform. ##
## --------- ##
hostname = BlackBuntu
uname -m = x86_64
uname -r = 2.6.20-15-lowlatency
uname -s = Linux
uname -v = #2 SMP PREEMPT Sun Apr 15 06:20:10 UTC 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1737: creating cache config.cache
configure:1888: checking build system type
configure:1906: result: x86_64-unknown-linux-gnu
configure:1928: checking host system type
configure:1943: result: x86_64-unknown-linux-gnu
configure:2009: checking whether make sets $(MAKE)
configure:2030: result: yes
configure:2087: checking for gcc
configure:2114: result: gcc -m32
configure:2352: checking for C compiler version
configure:2359: gcc -m32 --version >&5
gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2362: $? = 0
configure:2369: gcc -m32 -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
configure:2372: $? = 0
configure:2379: gcc -m32 -V >&5
gcc: '-V' must come at the start of the command line
configure:2382: $? = 1
configure:2405: checking for C compiler default output file name
configure:2432: gcc -m32 conftest.c >&5
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
configure:2435: $? = 1
configure:2473: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "0.9.49"
| #define PACKAGE_STRING "Wine 0.9.49"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2480: error: C compiler cannot create executables
See `config.log' for more details.
Any ideas, i have complied mumble successfully before, so i have recent versions of gcc and build essentials plus all the dev packages i need (I think).
Thanks
I am having issues with creating a makefile in Ubuntu 7.04 for wine 0.9.49. I have gotten the latest source (which i need for the app i am running under wine) via git.
I have installed all the packages that should be required to compile and then run to ./tools/wineinstall (which just seems to be a ./configure command script with switches). I get the following result in the config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Wine configure 0.9.49, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure -C --prefix=/usr/local
## --------- ##
## Platform. ##
## --------- ##
hostname = BlackBuntu
uname -m = x86_64
uname -r = 2.6.20-15-lowlatency
uname -s = Linux
uname -v = #2 SMP PREEMPT Sun Apr 15 06:20:10 UTC 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1737: creating cache config.cache
configure:1888: checking build system type
configure:1906: result: x86_64-unknown-linux-gnu
configure:1928: checking host system type
configure:1943: result: x86_64-unknown-linux-gnu
configure:2009: checking whether make sets $(MAKE)
configure:2030: result: yes
configure:2087: checking for gcc
configure:2114: result: gcc -m32
configure:2352: checking for C compiler version
configure:2359: gcc -m32 --version >&5
gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2362: $? = 0
configure:2369: gcc -m32 -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
configure:2372: $? = 0
configure:2379: gcc -m32 -V >&5
gcc: '-V' must come at the start of the command line
configure:2382: $? = 1
configure:2405: checking for C compiler default output file name
configure:2432: gcc -m32 conftest.c >&5
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
configure:2435: $? = 1
configure:2473: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "0.9.49"
| #define PACKAGE_STRING "Wine 0.9.49"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2480: error: C compiler cannot create executables
See `config.log' for more details.
Any ideas, i have complied mumble successfully before, so i have recent versions of gcc and build essentials plus all the dev packages i need (I think).
Thanks