[sleuthkit-developers] [ sleuthkit-Bugs-3382081 ] tsk 3.2.2 missing libstdc++ in static build
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2011-09-20 03:14:40
|
Bugs item #3382081, was opened at 2011-07-29 06:45 Message generated for change (Comment added) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3382081&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Joachim Metz (jbmetz) Assigned to: Nobody/Anonymous (nobody) Summary: tsk 3.2.2 missing libstdc++ in static build Initial Comment: The static build of the sleuthkit 3.2.2 is missing the C++ standard library. Bindings that use the static library fail to find __cxa_pure_virtual A work around is run: LDFLAGS=-lstdc++ ./configure LDFLAGS=-lstdc++ make ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2011-09-19 22:14 Message: Is there a autoconf/automake solution for this? I haven't experienced this problem yet when using the library. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3382081&group_id=55685 |