Dan Nicholson wrote: > sed -i 's/SFLAGS=.*/SFLAGS="${CFLAGS-"-O3"} -fPIC"/' configure
This confuses me. Do you mean: SFLAGS="${CFLAGS:--O3} -fPIC" Note the colon and missing internal double quotes. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page