help,编译mplay出现的错误。
./configure --enable-gui
make
之后一大串东西,最后显示
#gcc -shared -Wl,-soname,libdha.so.0 -o libdha.so.0.1 libdha.o mtrr.o pci.o pci_names.o
gcc -shared -Wl,-soname -Wl,libdha.so.0.1 -o libdha.so.0.1 libdha.o mtrr.o pci.o pci_names.o
ln -sf libdha.so.0.1 libdha.so.0
ln: creating symbolic link `libdha.so.0' to `libdha.so.0.1': Operation not permitted
make[1]: *** [libdha.so.0.1] Error 1
make[1]: Leaving directory `/mnt/g:/mplayer/mplayer/MPlayer-0.90pre10/libdha'
make: *** [libdha/libdha.so] Error 2
[root@localhost MPlayer-0.90pre10]#
是什么问题,我该怎样做?