📄 configure
字号:
echo Checking libraries ... >&2g++ util/test02.ccTEMP=`./a.out`case $TEMP in*27.1.4) echo OK you have libg++-2.7.1 >&2 ;;*27.2*) echo OK you have libg++-2.7.2 >&2 ;;2.7.2) echo OK you have libg++-2.7.2 >&2 ;;*) echo Sorry, ears won\'t compile with this libg++. >&2 echo Please upgrade to libg++-2.7.2. >&2 exit 1 ;;esacrm -f a.out#echo Checking gcc version ... >&2sleep 1TEMP=`gcc -v 2>&1`case $TEMP in*2.7.2*) echo OK you have gcc-2.7.2 >&2 ;;*) echo Sorry, ears won\'t compile with this gcc. >&2 echo Please upgrade to gcc-2.7.2. >&2 exit 1 ;;esacecho Checking libg++ headers ... >&2TEMP=`gcc util/test01.cc 2>&1`case $TEMP in*fail*) echo Your libg++-2.7.1.4 headers don\'t seem to be installed properly. >&2 echo Please make sure the newest ones are in /usr/include/g++ >&2 exit 1 ;;*) echo OK your libg++ headers seem to be installed properly. >&2 rm -f a.outesacecho >&2echo Please specify in Makefile which sound driver you have. >&2echo The default is the Linux kernel sound driver \(VOXWARE\). >&2echo Others are Open Sound System \(OSS\), SUN, and AF. >&2echo >&2echo After that, type make again. >&2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -