Re: No glibc in cygwin

2014-06-18 Thread Christopher Faylor
On Wed, Jun 18, 2014 at 11:03:52PM +, Lucero, Aldo wrote: >I am trying to port some Fortran/C code from Linux to Windows using >Cygwin (CYGWIN_NT-6.1 elp-w7wks-40 1.7.30(0.272/5/3) 2014-05-23 10:36 >i686 Cygwin) The main program spawns several processes using fork() and >one of those processes

No glibc in cygwin

2014-06-18 Thread Lucero, Aldo
I am trying to port some Fortran/C code from Linux to Windows using Cygwin (CYGWIN_NT-6.1 elp-w7wks-40 1.7.30(0.272/5/3) 2014-05-23 10:36 i686 Cygwin) The main program spawns several processes using fork() and one of those processes will create another process using clone(). I have read under th