2008/3/31, Danny Backx <[EMAIL PROTECTED]>:
>  I can compile it with :
>   arm-wince-mingw32ce-gcc -o echo.exe echo.c -lws2

This works, and it helped me to figure out why my code didn't link.
Apparently, the -lws2 option should be at the end of the command. I
had my -lws2 in between the -o option and the input file. Moving it
after the input file, solved my problem.

Thanks for your help!
Tijl

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to