每当我尝试在libowfat(程序)上使用make命令时,似乎都会出错。
Debian 7输出:
root@testing1:~/libowfat# make
gcc -c byte/byte_chr.c -pipe -W -Wall -Wextra -D_REENTRANT -O3 -fomit-leaf-frame-pointer -I.
gcc: error: unrecognized command line option ‘-fomit-leaf-frame-pointer’
make: *** [byte_chr.o] Error 1
我还在Ubuntu上进行了测试,以确保它不是正在运行的操作系统。
Ubuntu 14.04输出:
root@testing4:~/libowfat# make
gcc -c byte/byte_chr.c -pipe -W -Wall -Wextra -D_REENTRANT -O3 -fomit-leaf-frame-pointer -I.
gcc: error: unrecognized command line option ‘-fomit-leaf-frame-pointer’
GNUmakefile:176: recipe for target 'byte_chr.o' failed
make: *** [byte_chr.o] Error 1
任何人都知道修复?