Re: [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 20:58:43
|
Yes, of course. I need a coffee... Thanks! On Tue, Feb 3, 2015 at 8:19 PM, Alex Nelson <ajn...@cs...> wrote: > By "order," do you mean "command"? > > If so, then it seems you don't have the compiler g++ installed. Note that > g++ is packaged separately from gcc, at least in Ubuntu. > > If you'd like a list of packages that gets you what you need to build TSK > from scratch, this script will take care of you: > > > https://github.com/ajnelson/regxml_extractor/blob/unstable/deps/install_dependent_packages-ubuntu-14.04.sh > > That script is tested in Ubuntu 14.04. It does include a bit more than > you'd need; for instance, you probably don't want ocaml. But if installing > g++ alone leaves you with more dependencies to fulfill, that list will more > than take care of your needs. > > --Alex > > > > On Tue, Feb 3, 2015 at 2:07 PM, Jose Navarro Hernández <jo...@jn...> > wrote: > >> 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 >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming. The Go Parallel Website, >> sponsored by Intel and developed in partnership with Slashdot Media, is >> your >> hub for all things parallel software development, from weekly thought >> leadership blogs to news, videos, case studies, tutorials and more. Take a >> look and join the conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> sleuthkit-users mailing list >> https://lists.sourceforge.net/lists/listinfo/sleuthkit-users >> http://www.sleuthkit.org >> >> > |