On 10-04-2015 18:50, Fernando de Oliveira wrote: > 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.
This sentence is wrong and inaccurate. Please forget it. The correct is "-g O2" must be replaced by "-g -O2". s/-g O2/-g -O2/ > > 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
