Dear Alfred, On Wed, 2004-08-11 at 17:04, Alfred M. Szmidt wrote: > Ok, I might be missing your point. > > Yup, patches end typically with .diff or .patch. Not .tar.gz. > > Maybe you could tell me where the exact location of your patches > really is? > > Bah... Lazy person. ;) I cleaned up a bit so patches will be easier > to find in the future. > > http://www.update.uu.se/~ams/patches/ > > You will need Marco's autoconf update patch to make it compile though. > It is avaiable in the Savannah patch tracker I belive. >
I got this error while I was cross compiling gnumach with your nic-update patches and acupdate2.diff from Marco (got from savannah): ############# --- START OF PASTE --- ############## set -e; i386-gnu-gcc -O -nostdinc -DMACH -DCMU -DMACH_KERNEL -DKERNEL -DMACH_KMSG=1 -DCONTINUATIONS -D__ELF__ -Di386 -DLINUX_DEV -I./i386/i386at -I./i386/i386 -I./i386/include -I./i386/include/mach/sa -I./i386/bogus -I./i386 -I. -I. -I./include -I./bogus -I./util -I./kern -I./device -M -MG ./i386/i386at/boothdr.S | sed > boothdr.d.new -e 's/boothdr\.o:/boothdr.o boothdr.d:/' mv -f boothdr.d.new boothdr.d ./config.status --recheck running /bin/sh ./configure --enable-kmsg --enable-lpr --enable-floppy --enable-ide --enable-eexpresspro --enable-eexpress --enable-eexpresspro100 --prefix=/gnu --host=i386-gnu --build=i386-pc-linux-gnu --no-create --no-recursion checking build system type... i386-pc-linux-gnu checking host system type... i386-pc-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk checking for i386-gnu-gcc... i386-gnu-gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. ############# --- END OF PASTE --- ############## I dont know autotools enough to do investigation about this. (Although, I'll try to give it a shot). Anyone kind to help? Thanks. Best Regards. -arief

