Ben Collins <[EMAIL PROTECTED]> writes:

> > Sorry to say but this script is fairly useless for most people. Strace
> > cannot follow vfork() (yes I know -F says it will, but according to the
> > maintainer, and my own tests, it does not work at all). Once make -C
> > executed, strace stopped showing output.
> 
> Ok, I wrote a really simple vfork() wrapper library you can preload (like
> libfakeroot), and was able to get it working perfectly. Note then vfork()
> manpage says fork() can be used to implement vfork(), so this is perfectly
> acceptable behavior. Now I can actually get libfoo-dev package build
> dependencies and such (aswell as sgml and tetex related things). So it
> works pretty well.
> 
> Would you like me to send you the source I have?
>
Yes, please. Is it as easy as

pid_t vfork() { return(fork()); } /* ;-) */

??

Andy
-- 
Andreas Rottmann     | [EMAIL PROTECTED]      | [EMAIL PROTECTED] | [EMAIL 
PROTECTED]
Pfeilgasse 4-6/725   | A-1080 Wien  | Austria      | Europe
http://www.8ung.at/rotty            | GnuPG Key: www.8ung.at/rotty/dru.asc
Fingerprint          | 3E9A C485 49A4 1D17 2EA7  2BA7 22AE C9BF 8173 6279
[one of 78,35% Austrians who didnĀ“t vote for Haider!]

Reply via email to