Socket inheritance with fork/dup2/exec

2007-06-21 Thread Jim Powers
uot; error when compiled using VC8 under windows. I've included both the parent and child code below. I am running cygwin 1.5.24 and gcc3.4.4. -- Jim Powers Powers Consulting Services, Inc. jim dot powers at powers-consulting dot com parent.c #include #include #include

Re: Socket inheritance with fork/dup2/exec

2007-06-22 Thread Jim Powers
Corinna, I took your suggestion and downloaded the latest sanpshot (cygwin1- 20070616.dll) and that fixed the problem. The Win32 version of the client compiled with VC8 now works fine. Thanks!! Jim Corinna Vinschen <[EMAIL PROTECTED]> said: > On Jun 21 22:45, Jim Powers wrot