Does anyone know where vfork.h comes from?

To cut a long story short, i'm trying to compile gcc 3.0.3
on an Ultra5 Solaris 8 box and the 'make bootstrap' barfs with :

-DTARGET_MACHINE=\"sparc-sun-solaris2.8\"  \
-c ../../gcc/collect2.c
../../gcc/collect2.c:42: vfork.h: No such file or directory

I have found a vfork.h in /usr/ucbinclude/
and i tried copying that /usr/include
but it then complained about a conflict.

i thought this was to do with the threading support,
so i even tried 'configure --enable-threads=single' thinking that would
work as a last resort, but still the same vfork.h error as above.

So yeah, i'd like to find out where i can get vfork.h or else how i can
work around it.

Anyone with any experiences?

many thanks,
thorsten

-- 
[[EMAIL PROTECTED] ]#


_______________________________________________
Bits mailing list
[EMAIL PROTECTED]
http://www.sugoi.org/mailman/listinfo/bits

Reply via email to