Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2004 11:15:46 -0700
From:      Henrik W Lund <henrik.w.lund@broadpark.no>
To:        John Oxley <oxo@rucus.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: anjuta
Message-ID:  <4120F9D2.2090204@broadpark.no>
In-Reply-To: <20040816010453.GC49855@rucus.ru.ac.za>
References:  <20040816010453.GC49855@rucus.ru.ac.za>

next in thread | previous in thread | raw e-mail | index | archive | help
John Oxley wrote:

>I have installed anjuta 1.2.2 from ports and am getting some odd errors:
>
>It complains that libtool is not installed but I have installed as
>dependencies both libtool13 and libtool15.  When I symlink
>/usr/local/bin/libtool15 to libtool and do the same for libtoolize, the
>autogen.sh script works but configure is failing with:
>
>loading cache /dev/null within ltconfig
>ltconfig: you must specify a host type if you use `--no-verify'
>Try `ltconfig --help' for more information.
>configure: error: libtool configure failed
>
>Can anyone help me
>
>TIA,
>
>-Ox
>
>  
>
Greetings!

Supply the following argument to the configure script (this can be done 
via the menu, I forget the exact one):

--target=<your system type>

<your system type> is output by the configure script, so just check the 
logs and copy-paste. Why this mechanism fails to supply this information 
to ltconfig automatically is beyond me.

Hope this helps!
-Henrik W Lund



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4120F9D2.2090204>