Discussion:
error_message
hikmat
2005-08-13 18:14:17 UTC
Permalink
Hi,

I 'm experiencing some problem with running SFS, I need to installed to
carry on work on chord and INS , most recently I'd the error message follows
,



***@localhost sfs-0.7.2]$ gmake



sed -f ./autoconf.sed config.h > autoconf.h~



cmp autoconf.h~ autoconf.h || mv -f autoconf.h~ autoconf.h



cmp: autoconf.h: No such file or directory



gmake all-recursive



gmake[1]: Entering directory `/home/hikamt/sfs-0.7.2'



Making all in async



gmake[2]: Entering directory `/home/hikamt/sfs-0.7.2/async



source='clock_gettime.c' object='clock_gettime.lo' libtool=yes \



depfile='.deps/clock_gettime.Plo' tmpdepfile='.deps/clock_gettime.TPlo' \



depmode=gcc3 /bin/sh depcomp \



/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I/usr/local

/include -I.. -I../async -I../arpc -I../crypt -I../sfsmisc -I../sfsrodb
-I../ad

b -I../svc -I../svc -DEXECDIR=\"/usr/local/lib/sfs-0.7.2\"
-DETCDIR=\"/etc/sfs\

" -DDATADIR=\"/usr/local/share/sfs\" -DPIDDIR=\"/var/run\"
-DSFSDIR=\"/var/sfs

\"

-g -O2 -Wall -Werror -c -o clock_gettime.lo `test -f 'clock_gettime.c' ||
echo

'./'`clock_gettime.c



libtool: ltconfig version `' does not match ltmain.sh version `1.3.5



Fatal configuration error. See the libtool docs for more information



gmake[2]: *** [clock_gettime.lo] Error 1



gmake[2]: Leaving directory `/home/hikamt/sfs-0.7.2/async



gmake[1]: *** [all-recursive] Error 1



gmake[1]: Leaving directory `/home/hikamt/sfs-0.7.2



regards



Hikmat Aldelou

Wireless Network & Communecation Group

School of Engineering & Design

Brunel University

Tel:+44 (0) 1895265405
Jaakko Niemi
2005-08-13 19:51:55 UTC
Permalink
Post by hikmat
libtool: ltconfig version `' does not match ltmain.sh version `1.3.5
Fatal configuration error. See the libtool docs for more information
You might need to run "libtoolize", to get the regenerated
to match your version of libtool.

http://www.gnu.org/software/libtool/manual.html

--j

Loading...