[parisc-linux] Troubles following the 'recipe'

Brian Poole raj@cerias.purdue.edu
Sat, 14 Oct 2000 15:10:26 -0500 (EST)


> Alan Modra wrote..
> Can you show the command line that failed here? If you followed the

Sure. The exact command that this output came from was..

make -j2 LIBGCC2_INCLUDES=-I$DEST/include

And I configured it as per the recipe with..

../gcc/configure --target=hppa1.1-linux --prefix=$DEST --host=$MACH
--disable-nls --without-libc

which according to configure configured gcc as..

../gcc/configure
--with-gcc-version-trigger=/home/raj/parisc/gcc/gcc/version.c
--target=hppa1.1-linux --prefix=/usr/parisc --host=i386-linux
--disable-nls --without-libc --norecursion

> recipe, then you should have configured gcc with --prefix=$DEST, and have 
> $DEST/include/errno.h on your system.

Indeed, I noted this myself, was wondering why it had not found headers
that I should have. The errno.h header is in fact in $DEST/include,
checked then and just checked again.

However doesn't prefix indicate where it is installing to, and not where
it is reading from for it's includes, or am I missing something? 


Thanks for the help,

-b