|
From: Christophe Prud'h. <pru...@MI...> - 2001-07-06 14:57:05
|
* Frank V. Castellucci [Vendredi 06 Juillet 2001 06:24 AM ] : > I'm thinking. > > Isn't there a Linux OS emulation library for windows or something? I'= d > hate to mod any code (there is a bunch of the Guard usage throughout)= or > remove any for that matter. cygwin is a POSIX Layer over cygwin it supports signals, pthread and other POSIX stuff so far this is working for me (however corelinux thread is using none POS= IX stuff) the idea is not to remove/change code but to disable the compilation of s= ome files=20 under cygwin . this is done using conditional in automake=20 This way the code is safe :) C. --=20 Christophe Prud'homme=20 OOA and OOD for Linux CoreLinux -- http://corelinux.sourceforge.net Finite Element Method Codes KFem -- http://kfem.sourceforge.net |