Re: Newbie problem building sablevm-sdk-1.12
Rene Wagner <[email protected]> Sat, 09 Jul 2005 17:02:47 +0200
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 2005-07-09 at 02:22, Etienne Gagnon wrote: > The error tells it all... You don't have libtool installed on your > system. You can fetch it from: > > http://www.gnu.org/software/libtool/libtool.html > > You install as usual: "configure && make install" Don't do that. Given that this is apparently on FreeBSD and libtool is one of the packages that almost always have system (or vendor) specific patches, this is likely to break stuff especially on a build-from-source centric system like FreeBSD. Either install libtool from ports or use binary packages from the installation CDs (or ftp of course). Rene