Op donderdag 28-01-2010 om 17:46 uur [tijdzone -0800], schreef Paarvai Naai: > Now the following works: > # x86_64-apple-darwin9-gcc -o darwin64 darwin64.c > > but the following does not: > # darwinx-gcc -arch x86_64 -o darwin64 darwin64.c > ld warning: in > /usr/darwinx/SDKs/MacOSX10.5.sdk/usr/lib/i686-apple-darwin9/4.2.1/libgcc.a, > file is not of required architecture > > (This is only a moderate problem because now we have gotten to the > point where the standalone x86_64-apple-darwin9-gcc is able to link > x86_64 binaries.) > > However, there is a more significant problem that I have seen. I > modified my hello-world example, to include stdarg.h at the top. I > see the following error: > # x86_64-apple-darwin9-gcc -o darwin darwin64.c > In file included from darwin64.c:3: > /usr/darwinx/SDKs/MacOSX10.5.sdk/usr/include/stdarg.h:4:25: error: > stdarg.h: No such file or directory
Ah yes, it's something I forgot to copy/paste for the x86_64 compiler. A new version of the darwinx-gcc package has just been published which should solve both issues (a patch has also been added to fix the first issue). Regards, Erik van Pienbroek _______________________________________________ mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/mingw
