This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
compilation of gcc 2.95.3 fails on Solaris 8
- From: Gergely Buday <gbuday at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 23 Sep 2005 09:20:24 +0200
- Subject: compilation of gcc 2.95.3 fails on Solaris 8
- Reply-to: Gergely Buday <gbuday at gmail dot com>
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