This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: install: fixinc/fixincl does not exist
- From: llewelly at xmission dot com
- To: Steve Mertz <spam at dragon-ware dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 09 Apr 2004 20:52:05 -0600
- Subject: Re: install: fixinc/fixincl does not exist
- References: <1081550499.1021.7.camel@nymph.dragon-ware.com>
Steve Mertz <spam@dragon-ware.com> writes:
> I'm trying to install gcc 3.3.3 on OpenBSD 3.2.
>
> I run 'make install' and I works through and comes back with:
I am guessing 'make' is not GNU make. Try 'gmake install', assuming
gmake is GNU make.
If gnu make does not work, consider reporting a bug, see
gcc.gnu.org/bugs.html .
>
> install: fixinc/fixincl does not exist
> *** Error code 1
>
> Stop in /home2/steve/dl/gcc/objdir/gcc (line 3513 of Makefile).
> *** Error code 1
>
> Stop in /home2/steve/dl/gcc/objdir (line 1641 of Makefile).
>
> objdir/gcc/Makefile:3512: mkheaders xlimits.h
> objdir/gcc/Makefile:3513: -rm -rf $(DESTDIR)$(itoolsdir)
>
> I ran configure with:
> ../gcc-3.3.3/configure
> --with-gcc-version-trigger=/home2/steve/dl/gcc/gcc-3.3.3/gcc/version.c
> --host=i386-unknown-openbsd3.2 --prefix=/usr/local/software/gcc/3.3.3
> --enable-threads=posix --with-cpu=i686 --enable-languages=c,c++,objc
> --norecursion
[snip]