[sleuthkit-developers] [ sleuthkit-Bugs-2856510 ] Snapshot buid fails on OS X
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2009-10-28 21:12:19
|
Bugs item #2856510, was opened at 2009-09-10 17:51 Message generated for change (Settings changed) made by carrier 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: Closed >Resolution: Fixed 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. ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2009-10-28 16:12 Message: Checked in. Thanks. Sending trunk/bootstrap Transmitting file data . Committed revision 112. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2856510&group_id=55685 |