|
我的mplayer运行到make的时候出错,我看不懂,请各位大侠帮帮忙啊
之前的configure命令是这样的
./configure --enable-gui --with-codecsdir=/mnt/windows/E/all-20050412
make之后,截取如下:
make[1]: Entering directory `/mnt/windows/E/MPlayer-1.0pre7try2/libdha'
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=pentium4
-mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE
_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I
/usr/lib/glib/include -I/usr/X11R6/include -fPIC -I. -I.. -o libdha.o libdha.c
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE _SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I /usr/lib/glib/include -I/usr/X11R6/include -fPIC -I. -I.. -o mtrr.o mtrr.c
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE _SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I /usr/lib/glib/include -I/usr/X11R6/include -fPIC -I. -I.. -o pci.o pci.c
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE _SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I /usr/lib/glib/include -I/usr/X11R6/include -fPIC -I. -I.. -o pci_names.o pci_nam es.c
#cc -shared -Wl,-soname,libdha.so.1 -o libdha.so.1.0 libdha.o mtrr.o pci.o pci_ names.o
cc -shared -Wl,-soname -Wl,libdha.so.1.0 -o libdha.so.1.0 libdha.o mtrr.o pci. o pci_names.o
ln -sf libdha.so.1.0 libdha.so.1
ln: creating symbolic link `libdha.so.1' to `libdha.so.1.0': Operation not permi tted
make[1]: *** [libdha.so.1.0] Error 1
make[1]: Leaving directory `/mnt/windows/E/MPlayer-1.0pre7try2/libdha'
make: *** [libdha/libdha.so] Error 2
[root@lemon MPlayer-1.0pre7try2]#
是什么原因呢,我第一次问问题,也不知道说清楚没,请帮忙啊 |
|