[sleuthkit-users] compiling error of sleuthkit 4.x.x on debian 7.8.0
Brought to you by:
carrier
From: Jose N. H. <jo...@jn...> - 2015-02-03 19:07:24
|
Hi all. I have just installed a new stable debian 7.8.0: # uname -a Linux server 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u1 x86_64 GNU/Linux and downloaded source code for sleuthkit-4.1.3. ./configure ends flawlessly, but make ends with this error: source='tsk_error_win32.cpp' object='tsk_error_win32.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/bash ../../config/depcomp \ /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -pthread -I/usr/local/include -c -o tsk_error_win32.lo tsk_error_win32.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../tsk -I../.. -Wall -pthread -I/usr/local/include -c tsk_error_win32.cpp -o .libs/tsk_error_win32.o ../../libtool: línea 981: g++: no se encontró la orden Sorry for the spanish. Basically says, '../../libtool: línea 981: g++: order not found' I have reproduced the problem with sleuthkit 4.1.2 and 4.0.0. Anyone has found the same problem? Thanks in advance |