mingw64
Thomas Stover
thomas at wsinnovations.com
Fri Jun 25 22:46:48 UTC 2010
ok most likely this is going to get bounced from the list, but I think the
win64 cross compiler package is missing some files...
x2stover at hdas-linux-laptop:~/WSI/demosandtests$ cat hello.c
#include <stdio.h>
int main(int argc, char **argv)
{
printf("hello\n");
return 0;
}
x2stover at hdas-linux-laptop:~/WSI/demosandtests$ amd64-mingw32msvc-gcc
hello.c
/usr/lib/gcc/amd64-mingw32msvc/4.4.2/../../../../amd64-mingw32msvc/bin/ld:
cannot find -lgcc
collect2: ld returned 1 exit status
More information about the Ubuntu-devel-discuss
mailing list