On 2/4/06, Greg Schafer <[EMAIL PROTECTED]> wrote:
> Dan Nicholson wrote:
>
> > After looking over Configure for a while, I would suggest this
> >
> > sed -i 's,/usr/include,/tools/include,g' Configure
>
>
> usrinc="${prefix}/include"
>
> to hints/linux.sh and it fixed the strings, timeincl and usrinc params.I thought I'd tried that. Guess not. > > 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). Right, I remembered that after I'd written it that it wouldn't actually link anything in. I like adding usrinc=... to hints/linux.sh. Much cleaner than just hammering /tools/include in there. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
