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@xxxxxxxxxxxx wrote: > Steve Mertz <spam@xxxxxxxxxxxxxxx> 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]