Dan Nicholson wrote: > After looking over Configure for a while, I would suggest this > > sed -i 's,/usr/include,/tools/include,g' Configure
Hmmm, yes it should work. But I believe hints/linux.sh is the place to sort this stuff out. I just tried adding: usrinc="${prefix}/include" to hints/linux.sh and it fixed the strings, timeincl and usrinc params. Tho' as you pointed out, it doesn't fix the gdbm.h include so I still ended up with -I/usr/include/gdbm on the compile line.. but like I said that's harmless. There is no chance of gdbm or db being linked in from the host because the libs are not found (only the header). Much of a muchness I s'pose.. Regards Greg -- http://www.diy-linux.org/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page