install: fixinc/fixincl does not exist
Steve Mertz
spam@dragon-ware.com
Sat Apr 10 18:59:00 GMT 2004
Yup, using gmake worked. Guess I should have rtfm'd that :/
Thanks for the help though!
-- Steve
On Fri, 2004-04-09 at 21:52, llewelly@xmission.com wrote:
> 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]
More information about the Gcc-help
mailing list