Ok guys, I hope this is a pretty simple question: is there a way to run a C program compiled under Linux using gcc on a Windows operating system? Please do not tell me to recompile it under windows, as I already tried, but it seems that the cc compiler does not have a 128-bit native type, and using the bignum libraries makes my program about 10-100 times slower. Is there a way to actually run a linux file under windows? Someone told me something about cygwin, but I don't know where to start. (My program must also be portable, so I do not need to install programs and stuff on my machine).
Many thanks! Matteo
source share