Hi, With much help from Roland McGrath, I have a (mostly) complete set of cross-compiler tools (host=alpha-linux, build=alpha-linux, target=alpha-gnu) in place, but I am having problems getting gnumach-oskit to compile.
I tried the following: cd gnumach-oskit mkdir build cd build ../configure --host=alpha-gnu --build=alpha-linux and the output is as follows: loading cache ./config.cache checking host system type... alpha-unknown-gnu checking for a BSD compatible install... (cached) /usr/bin/install -c checking for gawk... (cached) mawk checking build system type... alpha-unknown-linux-gnu checking for alpha-gnu-gcc... (cached) gcc -O checking for gcc... (cached) gcc -O checking whether the C compiler (gcc -O ) works... yes checking whether the C compiler (gcc -O ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking for alpha-gnu-ld... (cached) ld checking for alpha-gnu-nm... (cached) nm checking for alpha-gnu-mig... (cached) mig checking for mbchk... (cached) : checking how to run the C preprocessor... (cached) gcc -O -E checking for oskit version >= 19991121... (cached) creating ./config.status creating Makefile creating doc/Makefile creating config.h config.h is unchanged linking ../alpha/alpha to machine Then I do "make," but I get a bunch of errors about missing oskit header files that are nevertheless present under /usr/local/alpha-gnu/include/oskit--does anyone see anything wrong with what I'm doing with the configure? Sincerely, Andrew Miklic _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd