On 10-04-2015 18:12, [email protected] wrote: > > Attempting to compile liba52 In BLFS 7.7 produces the following during > ./configure: > > checking for C compiler default output... configure: error: C > compiler cannot create executables > > I assume the problem is "CFLAGS="-g O2 $([ $(uname -m) = x86_64 ] &&
It is -g -O2 You are missing - just before 2. If you copy and paste from the book, it will work. -- []s, Fernando -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
