On 23/02/2011 22:19, Robert Connolly wrote: > On Wednesday 23 February 2011 16:49:01 you wrote: >> Most recent log attached. >> >> Thanks. >> >> Steve. > It's a g++ test error. Add: > CXX="g++ -O2 -fno-stack-protector -nopie -fno-PIE -no-warn-shared-textrel" > > robert Thankyou Robert, thats tested cleanly now. For information, the final line I used was :
make CC="gcc -O2 -fno-stack-protector -nopie -fno-PIE -no-warn-shared-textrel" CXX="g++ -O2 -fno-stack-protector -nopie -fno-PIE -no-warn-shared-textrel" check The '-no-fatal-warnings' did not appear to make any difference. Just a small observation at the start of the HLFS build guide. Chapter 2.4 Mounting The New Partition The very first command there reads 'export LFS=/mnt/lfs', followed by 'mkdir -pv $HLFS'. I'll continue on with the remainder of this build tomorrow and report back how that goes. Thanks. Steve. -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page