|
From: James B. <w.j...@go...> - 2009-10-04 15:36:19
|
Dear all,
I install the rtftr according the document on ubuntu 9.04, however, in
the end, I can not make out the result, it report as:
(It waste my several weeks, is their any who can help me fixed it? Thank
you very much.)
lsc@lsc-desktop:~/rtftr/rtftr$ make
make all-recursive
make[1]: Entering directory `/home/lsc/rtftr/rtftr'
Making all in src
make[2]: Entering directory `/home/lsc/rtftr/rtftr/src'
Making all in adaboost
make[3]: Entering directory `/home/lsc/rtftr/rtftr/src/adaboost'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/lsc/rtftr/rtftr/src/adaboost'
Making all in kepenekci
make[3]: Entering directory `/home/lsc/rtftr/rtftr/src/kepenekci'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/lsc/rtftr/rtftr/src/kepenekci'
Making all in rowleynn
make[3]: Entering directory `/home/lsc/rtftr/rtftr/src/rowleynn'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/lsc/rtftr/rtftr/src/rowleynn'
Making all in subspacelda
make[3]: Entering directory `/home/lsc/rtftr/rtftr/src/subspacelda'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/lsc/rtftr/rtftr/src/subspacelda'
make[3]: Entering directory `/home/lsc/rtftr/rtftr/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/lsc/rtftr/rtftr/src'
make[2]: Leaving directory `/home/lsc/rtftr/rtftr/src'
make[2]: Entering directory `/home/lsc/rtftr/rtftr'
/bin/bash ./libtool --tag=CXX --mode=link g++ -g -O2 -o rtftr
RtftrUserInterface.o ./src/subspacelda/librtftr_subspacelda.a
./src/kepenekci/librtftr_kepenekci.a ./src/adaboost/librtftr_adaboost.a
./src/librtftr_common.a -lxml2 -loctave -lml -lfftw3 -lvigraimpex -lcvaux
-lhighgui -lcv -lboost_serialization-gcc43-mt -lboost_filesystem-gcc43-mt
g++ -g -O2 -o rtftr RtftrUserInterface.o
./src/subspacelda/librtftr_subspacelda.a
./src/kepenekci/librtftr_kepenekci.a ./src/adaboost/librtftr_adaboost.a
./src/librtftr_common.a /usr/lib/libxml2.so -loctave /usr/lib/libml.so
-lfftw3 /usr/lib/libvigraimpex.so /usr/lib/libcvaux.so
/usr/lib/libhighgui.so /usr/lib/libcv.so -lboost_serialization-gcc43-mt
-lboost_filesystem-gcc43-mt -lrt -lfontconfig -lpng12 -lz -lswscale
-lpthread -ldl
/usr/bin/ld: cannot find -loctave
collect2: ld returned 1 exit status
make[2]: *** [rtftr] Error 1
make[2]: Leaving directory `/home/lsc/rtftr/rtftr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lsc/rtftr/rtftr'
make: *** [all] Error 2
lsc@lsc-desktop:~/rtftr/rtftr$
|