|
今天我在编译ethereal软件时,configure时,一切正常,可是到了make时,运行了半天,到最后却出现如下错误,哪位高手看看这是什么原因啊?
/bin/sh ../../libtool --mode=link gcc -Wall -g -O2 -I../.. -I../../wiretap -I/usr/local/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -o gryphon.la -rpath /usr/local/lib/ethereal/plugins/0.8 -module -avoid-version packet-gryphon.lo
rm -fr .libs/gryphon.la .libs/gryphon.* .libs/gryphon.*
gcc -shared packet-gryphon.lo -lc -Wl,-soname -Wl,gryphon.so -o .libs/gryphon.so
ar cru .libs/gryphon.a packet-gryphon.o
ranlib .libs/gryphon.a
creating gryphon.la
(cd .libs && rm -f gryphon.la && ln ../gryphon.la gryphon.la)
ln: creating hard link `gryphon.la' to `../gryphon.la': Operation not permitted
make[3]: *** [gryphon.la] Error 1
make[3]: Leaving directory `/mnt/e/ethereal-0.8.0/plugins/gryphon'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/e/ethereal-0.8.0/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/e/ethereal-0.8.0'
make: *** [all-recursive-am] Error 2 |
|