gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] running program compiled by GCL via Wine


From: Robert Dodier
Subject: Re: [Gcl-devel] running program compiled by GCL via Wine
Date: Thu, 17 Oct 2013 17:33:15 -0700

Thanks, Camm. Actually I figured out that that error was
caused by not  configuring the binfmt system to recognize
.exe files to be executed by wine. So after I do that,
I can get a little farther.

$ ./configure --host=mingw32 --build=mingw32 --enable-ansi
checking for gawk... gawk
checking build system type... i386-pc-mingw32
checking host system type... i386-pc-mingw32
host=i386-pc-mingw32
The host is canonicalised to i386-pc-mingw32
enable_machine=
use=mingw
checking for mingw32-gcc... /usr/bin/i586-mingw32msvc-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/i586-mingw32msvc-gcc accepts -g... yes
checking for /usr/bin/i586-mingw32msvc-gcc option to accept ISO C89...
none needed
checking how to run the C preprocessor... /usr/bin/i586-mingw32msvc-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for mingw32-gcc... (cached) /usr/bin/i586-mingw32msvc-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/i586-mingw32msvc-gcc accepts -g... (cached) yes
checking for /usr/bin/i586-mingw32msvc-gcc option to accept ISO C89...
(cached) none needed
checking how to run the C preprocessor... /usr/bin/i586-mingw32msvc-gcc -E
WARNING: Remove -fno-zero-initialized-in-bss from makedefs if gcc less
than 3.3.1.
         It is ptherwise needed for the Unexec stuff to work.
checking for CFLAG -Wno-unused-but-set-variable... no
checking for egrep... (cached) /bin/grep -E
checking for makeinfo... makeinfo
checking system version (for dynamic loading)... Linux-3.2.0-41-generic
checking for unistd.h... (cached) yes
checking for sysconf in -lc... no
checking gmp.h usability... no
checking gmp.h presence... no
checking for gmp.h... no
checking use_gmp=yes, doing configure in gmp directory...
#
#
# -------------------
# Subconfigure of GMP
#
#
checking build system type... i386-pc-mingw32
checking host system type... i386-pc-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking ABI=32
checking whether /usr/bin/i586-mingw32msvc-gcc is gcc... yes
checking compiler /usr/bin/i586-mingw32msvc-gcc -m32 -O2 -pedantic
-fomit-frame-pointer ... yes
checking compiler /usr/bin/i586-mingw32msvc-gcc -m32 -O2 -pedantic
-fomit-frame-pointer has sizeof(long)==4... yes
checking compiler /usr/bin/i586-mingw32msvc-gcc -m32 -O2 -pedantic
-fomit-frame-pointer  -mtune=i386... yes
checking compiler /usr/bin/i586-mingw32msvc-gcc -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=i386  -march=i386... yes
checking compiler /usr/bin/i586-mingw32msvc-gcc -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=i386 -march=i386  -mno-cygwin... yes
checking for gcc... /usr/bin/i586-mingw32msvc-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/i586-mingw32msvc-gcc accepts -g... yes
checking for /usr/bin/i586-mingw32msvc-gcc option to accept ISO C89...
none needed
checking for /usr/bin/i586-mingw32msvc-gcc option to accept ISO C99...
-std=gnu99
checking for /usr/bin/i586-mingw32msvc-gcc -std=gnu99 option to accept
ISO Standard C... (cached) -std=gnu99
checking how to run the C preprocessor...
/usr/bin/i586-mingw32msvc-gcc -std=gnu99 -E
checking build system compiler /usr/bin/i586-mingw32msvc-gcc -std=gnu99... yes
checking for build system preprocessor...
/usr/bin/i586-mingw32msvc-gcc -std=gnu99 -E
checking for build system executable suffix... configure: error:
Cannot determine executable suffix
#
#
#
# Subconfigure of GMP done
# ------------------------
#
cp: cannot stat `gmp4/gmp.h': No such file or directory
checking for size of gmp limbs... cat: confdefs.h: No such file or directory
configure: error: Cannot determine mpsize

There do exist a couple of other gmp-something.h files
in gmp4, namely:

./gmp4/gmpxx.h
./gmp4/gmp-impl.h

Elsewhere there is ./h/gmp_wrappers.h, and in subdirectories
many gmp-mparam.h files.

As for confdefs.h, I see it is in the top-level gcl directory,
so I wonder why it wasn't found.

Thanks for your help,

Robert Dodier

PS. I've also attached config.log.

Attachment: config.log
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]