Hi, all

Recently, I'm studying about libmetric code and gnu autotools.
In srclib/libmetrics directory, I tried to test the configure.in script.
I executed the 'bootstrap' script, but following error displayed.

...
Making all in linux
make[2]: Entering directory `.../srclib/libmetrics/linux'
source='metrics.c' object='metrics.lo' libtool=yes \
depfile='.deps/metrics.Plo' tmpdepfile='.deps/metrics.TPlo' \
depmode=gcc3 /bin/sh ../build/depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
   -I.. -I../lib -g -O2 -c -o metrics.lo
   `test -f 'metrics.c' || echo './'`metrics.c
../libtool: line 1: s,^.*/,,g: No such file or directory
../libtool: line 1: -e: command not found
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require -mode=MODE be specified.
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
: compile: cannot determine name of library object from `'
make[2]: *** [metrics.lo] Error 1
make[2]: Leaving directory `.../srclib/libmetrics/linux'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `.../srclib/libmetrics'
make: *** [all] Error 2


I don't modify the configure.in file and just execute bootstrap.

My GNU AutoTool version is that,
    automake (GNU automake) 1.6.3
    autoconf (GNU Autoconf) 2.53 (also, 2.57)
    ltmain.sh (GNU libtool) 1.4.2

Anyone else have any ideas?


Thanks,
Sanghyun





Reply via email to