Re: [sleuthkit-users] compile error
Brought to you by:
carrier
|
From: Simson G. <si...@ac...> - 2010-11-16 14:10:42
|
Strangely, I am now getting another error which seems to be unrelated to the sqlite error: /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../tsk3 -I/home/slgarfin/local/include/ -I../.. -Wall -g -O2 -I/usr/local/include -MT md5c.lo -MD -MP -MF .deps/md5c.Tpo -c -o md5c.lo md5c.c mv -f .deps/md5c.Tpo .deps/md5c.Plo mv: cannot stat `.deps/md5c.Tpo': No such file or directory I've tried backing out Joachim's patch and it doesn't seem to matter. On Nov 16, 2010, at 8:06 AM, Joachim Metz wrote: >> Does not solve the problem: > > Adding the following (quick-hack) statement to configure.ac did the > trick for me. > LDFLAGS="$LDFLAGS -lsqlite3 -lpthread -ldl" > > Joachim > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org |