|
|
我的内核是2.6.16.18,编译安装LFS时使用的是GC4.03,glibc-2.4.
我按照blfs svn中的方法安装mpg123-0.59r出现了如下的错误:
root@jinke:/sources/mpg123-0.59r# make linux-alsa
make CC=gcc LDFLAGS= \
AUDIO_LIB='-lasound' \
OBJECTS='decode_i386.o dct64_i386.o decode_i586.o \
audio_alsa.o term.o' \
CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DPENTIUM_OPT -DLINUX \
-DREAD_MMAP -DALSA -DTERM_CONTROL\
-Wall -O2 -m486 \
-fomit-frame-pointer -funroll-all-loops \
-finline-functions -ffast-math \
' \
mpg123-make
make[1]: Entering directory `/sources/mpg123-0.59r'
make[2]: Entering directory `/sources/mpg123-0.59r'
make[2]: *** No rule to make target `\
', needed by `mpg123'. Stop.
make[2]: Leaving directory `/sources/mpg123-0.59r'
make[1]: *** [mpg123-make] Error 2
make[1]: Leaving directory `/sources/mpg123-0.59r'
make: *** [linux-alsa] Error 2
root@jinke:/sources/mpg123-0.59r#
不知这是什么原因,请知道的朋友教教我,谢谢回复! |
|