Re: [sleuthkit-users] statically compiling sleuthkit
Brought to you by:
carrier
From: Kalin K. <me....@gm...> - 2013-12-21 01:53:32
|
Hello Simson, On Dec 21, 2013 12:06 AM, "Simson Garfinkel" <si...@ac...> wrote: > You sent us the commands that you sent but not the output after they ran. > Yes, I intentionally did that, will post more later. > My guess is that the configure script won’t make a static linked executable unless you have all of the necessary static libraries installed on your system. > I am almost certain I don't have all those statically linked, great guess! I am willing to spend some time on fixing this, but is there a simple fix of the Makefiles so that build fails if one of them is missing? Then I can rinse-n-repeat until I have all deps cleared. > Can you verify that you have libz.a, libdl.a, libstdc++.a, libgcc_s.a, libc.a, and the others? There may be version number issues and 32/64 bit issues as well. > Alternatively, is there a programmatic way to list all those dependencies? Kalin. |