mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] Stable Branch Update - Call for Testers


From: Martin Gerhardy
Subject: Re: [Mingw-cross-env-list] Stable Branch Update - Call for Testers
Date: Sat, 20 Jul 2013 11:55:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

Am 20.07.2013 09:27, schrieb Tony Theodore:
On 19/07/2013, at 11:13 PM, Alois Schlögl <address@hidden> wrote:
Biosig uses MXE for its win32 and win64 builds
http://biosig.sourceforge.net/download.html
Thanks, added:

https://github.com/mxe/mxe/commit/dc626d8787bbf76de76d0b56dc097a4af2f2da5d



Hi.

I currently don't have time to investigate this - maybe in the evening:

Failed to build package ocaml-core!
------------------------------------------------------------
/usr/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
Unable to compile the test program.
Make sure the C compiler gcc -m32 -O  is properly installed.
make[1]: *** [build-only-ocaml-core_i686-pc-mingw32] Fehler 2
make[1]: Verlasse Verzeichnis '/opt/mxe'
real    0m1.296s
user    0m1.020s
sys    0m0.156s
------------------------------------------------------------
[log]      /opt/mxe/log/ocaml-core


# Build native ocamlrun and ocamlc which contain the
# filename-win32-dirsep patch.
#
# Note that we must build a 32 bit compiler, even on 64 bit build
# architectures, because this compiler will try to do strength
# reduction optimizations using its internal int type, and that must
# match Windows' int type.    (That's what -cc and -host are for).
cd '/opt/mxe/tmp-ocaml-core/ocaml-4.00.1' && ./configure -prefix '/opt/mxe/usr/i686-pc-mingw32' -bindir '/opt/mxe/usr/i686-pc-mingw32/bin' -libdir '/opt/mxe/usr/i686-pc-mingw32/lib/ocaml' -no-tk -cc "gcc -m32" -no-shared-libs -host 'i686-pc-mingw32' -x11lib /usr/lib -verbose
Configuring for a i686-pc-mingw32 ...
runtest: gcc -m32 -O  -o tst ansi.c
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: cannot find -lgcc_s
/usr/bin/ld: cannot find -lc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: cannot find -lgcc_s
/usr/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
Unable to compile the test program.
Make sure the C compiler gcc -m32 -O  is properly installed.
make[1]: *** [build-only-ocaml-core_i686-pc-mingw32] Fehler 2
make[1]: Verlasse Verzeichnis '/opt/mxe'


Regards
Martin



reply via email to

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