1) Yes. On any MS-Windows system, fork has to be replaced by a series of
statements involving CreateProcess; see
http://msdn.microsoft.com/library/en-us/dnucmg/html/UCMGch09.asp?frame=true#ucmgch09_topic8
http://msdn.microsoft.com/library/en-us/dnucmg/html/UCMGch09.asp?frame=true#ucmgch09_topic13e
http://msdn.microsoft.com/library/en-us/dnucmg/html/UCMGch09.asp?frame=true#ucmgch09_topic13f
2) What are 'backticks'?
3) Pipe is implemented with system or CreateProcess.
4) No.

Kees Zeelenberg

----- Oorspronkelijk bericht ----- 
Van: "Walter Reed" <[EMAIL PROTECTED]>
Aan: <[EMAIL PROTECTED]>
Verzonden: vrijdag 12 maart 2004 21:53
Onderwerp: [GnuWin32-Users] Cannot fork...


> All,
>
> I am trying to perform the following:
>      find . -name "*.tmp" -exec ls -l {} ;
> and receive the following error:
>      find: cannot fork: Function not implemented
>
> I have searched and found a couple of old posts which say fork is
unimplemented.
>
> Questions:
>      1) Does fork remain unimplemented under Windows XP?
>      2) Is there any way to use backticks under XP?
>      3) If fork is unimplemented, why does pipe work?
>      4) Is there a way to use fork in libgw32c?
>
> Thanks! Great project!
>
> -Wreckx N Effect
>
> killah () priest -dot- com
>
>
> -- 
> ___________________________________________________________
> Sign-up for Ads Free at Mail.com
> http://www.mail.com/?sr=signup
>
> ------------------------------------------------------- This SF.Net email
is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel
Robbins, President and CEO of GenToo technologies. Learn everything from
fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________ GnuWin32-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
GnuWin32-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to