[sleuthkit-developers] [ sleuthkit-Bugs-2856510 ] Snapshot buid fails on OS X
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2009-09-10 22:51:22
|
Bugs item #2856510, was opened at 2009-09-10 18:51 Message generated for change (Tracker Item Submitted) made by robjoyce You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2856510&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: Rob (robjoyce) Assigned to: Nobody/Anonymous (nobody) Summary: Snapshot buid fails on OS X Initial Comment: On Mac OS, libtoolize is called glibtoolize by default. So ./bootstrap fails on line 3. I've changed my ./bootstrap from && libtoolize \ to && ( libtoolize || glibtoolize ) \ Not the most elegant solution, but it works for me and doesn't break other platforms. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2856510&group_id=55685 |