Subj : Compiling Linux based C source code on and for Windows To : comp.programming From : yashgadhiya Date : Thu Jul 07 2005 09:09 am Hello Everybody, OK this thing is making me nuts!!! I hope someone of you can help me. First of all what am I trying to do is I am tying to extract files from a .cab file on Pocket PC programmatically. There is no ready made tool or library available for Pocket PC to do this but I found a very good library called cabextract. I have the source of cabextract in c - now how do I compile it to run on Pocket PC? If someone can guide me at least how to compile c source code on windows then I can figure out a way of compiling it on Pocket PC. Basically what compiler do I need to use? Any help will be much appreciated. Thanks. .