Sent from my BlackBerry wireless handheld. -----Original Message----- From: Robert Connolly <[EMAIL PROTECTED]>
Date: Sun, 26 Aug 2007 16:48:44 To:Hardened LFS Development List <[email protected]> Subject: Re: stray references I've seen this before but I ignored it at the time. >From what I can see with: find /usr/ |xargs grep -n -e "/butterfly-build" the /usr/lib/*.la GCC files reference the build directory with -L's, but not with -I's. Maybe some ./configure scripts are using the .la files to find extra include directories, but this happens with non-combined builds too, so this issue should be happening in LFS too. quantum (linuxfromscratch.org) is running LFS-SVN-20060527, and has "dependency_libs=' -L/sources/binutils-build/libiberty/pic -liberty'" in her .la files. I'm running LFS-SVN-20070514, with modifications which I can no longer recall but I did use a combined build (butterfly) tree, and my "dependency_libs=" lines are empty. So I have no idea what's going on here. Other than that, I'm not sure what could be the cause of the -I's. If they are hard coded in gcc/g++'s program then the grep should have matched it, and it doesn't. robert On Sunday August 26 2007 03:35:24 pm [EMAIL PROTECTED] wrote: > SVN-20070820 > > With a booted running system I find many references to the build source > within the libs and binaries. ( -I /source/butterfly-build/... ). > ie: libstdc++, cpp, libmudflap, etc > Has not noticably hindered anything yet, but sure is strange to see when > compiling new apps. This is wrong I presume??? > > Marty B -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
