This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

compilation of gcc 2.95.3 fails on Solaris 8


Hi there,

I'm to compile gcc 2.95.3 sources from sunfreeware site. In doing

   make bootstrap

it complains about a missing vfork.h. I've edited the mentioned file to include
hardcoded /usr/ucbinclude/vfork.h but it ended up in another error
message saying that another declaration of vfork's prototype is done
and they differ.

I suspect my inclusion of

#include "/usr/ucbinclude/vfork.h"

was less than adequate. What should I do instead? Should I edit the
autoconf script? I have /usr/ucb/cc compiler on our Solaris 8 server.

- Gergely


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]