|
hey ...
depends on what you mean, the pthreads library will work on posix compatible platforms, windows is not one of them and it has its own set of thread tools. getopt is available on windows but its a little bit different, search on it on google.
note, you cannot just "cross-compile" you will need to work with ansi libraries and headers. this is a wide topic of its own. linux-posix system will in most cases be ok but not linux-windows.
by the way, take a look at cygwin or mingw for running native linux on the windows platform ... mingw links against the windows runtime libs!!!
hope this helps ...
- mike -
Last edited by joda; 06-15-2004 at 05:56 AM.
|