As a note, on OS X
$ make -j 8

for mingw-w64 crt results in this:

/Library/Developer/CommandLineTools/usr/bin/make all-am
i686-w64-mingw32-gcc -E -x c
/Users/packrd/dev/temp/source/mingw-w64-3.3.0/mingw-w64-crt/lib32/
msvcrt.def.in -Wp,-w
-I/Users/packrd/dev/temp/source/mingw-w64-3.3.0/mingw-w64-crt/def-include |
/usr/bin/sed ‘s/^#/;/’ >lib32/msvcrt.def
/bin/sh: lib32/msvcrt.def: No such file or directory
i686-w64-mingw32-gcc -DHAVE_CONFIG_H -I.
-I/Users/packrd/dev/temp/source/mingw-w64-3.3.0/mingw-w64-crt -m32
-I/Users/packrd/dev/temp/mingw-w64-i686/include -pipe -std=gnu99 -Wall
-Wextra -Wformat -Wstrict-aliasing -Wshadow -Wpacked -Winline
-Wimplicit-function-declaration -Wmissing-noreturn -Wmissing-prototypes -g
-O2 -MT lib32_libm_a-_libm_dummy.o -MD -MP -MF
.deps/lib32_libm_a-_libm_dummy.Tpo -c -o lib32_libm_a-_libm_dummy.o `test
-f ‘_libm_dummy.c’ || echo
‘/Users/packrd/dev/temp/source/mingw-w64-3.3.0/mingw-w64-crt/’`_libm_dummy.c
make[1]: *** [lib32/msvcrt.def] Error 1
make[1]: *** Waiting for unfinished jobs….
mv -f .deps/lib32_libm_a-_libm_dummy.Tpo .deps/lib32_libm_a-_libm_dummy.Po
make: *** [all] Error 2

(seems to work ok in linux).

Anyway compiling with make -j 2 works ok and is a work around for now.
Let me know if you'd like this filed somewhere else or any feedback on it.
Cheers!
-roger-
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to