From owner-freebsd-questions@FreeBSD.ORG Thu Jul 15 16:21:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C15DE16A4CE for ; Thu, 15 Jul 2004 16:21:52 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B9C43D70 for ; Thu, 15 Jul 2004 16:21:52 +0000 (GMT) (envelope-from henrik.w.lund@broadpark.no) Received: from [10.0.0.3] (52.80-202-129.nextgentel.com [80.202.129.52]) by mail.broadpark.no (Postfix) with ESMTP id 52B443158; Thu, 15 Jul 2004 18:22:22 +0200 (MEST) Message-ID: <40F72DBF.9020803@broadpark.no> Date: Thu, 15 Jul 2004 18:22:07 -0700 From: Henrik W Lund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: nb, en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Christian_Sch=FCler?= References: <4074.1089847947@www37.gmx.net> In-Reply-To: <4074.1089847947@www37.gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: freebsd-questions@freebsd.org Subject: Re: Anjuta and libtools problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 16:21:52 -0000 Christian Schüler wrote: >This problem may be related to the problem reported in this >post: >http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-June/049088.html > >When trying to Autogen a new project, the configure script bails with the >message: > >... >./ltconfig: Can't open ./ltconfig: No such file or directory >configure: error: libtool configure failed > >I then created an empty ./ltconfig file inside the Project directory. >This fixed the Autogen process, but the build is nevertheless broken. >When I build a wizard generated test project, I get the following message: > >../libtool: Can't open ../libtool: No such file or directory > >I do believe him that there is no ../libtool. So I tried to change >./ltconfig to contain a line emitting where I have libtool installed, like >so > >#!/bin/sh >echo /usr/local/bin > >and another version > >#!/bin/sh >echo /usr/local/bin/libtool15 > >however, to no avail. I also tried symlinking libtool to different versions >like libtool13 and libtool15, and also copying a libtool executable to ../ >relative to the project directory, nothing works. > > >Now I am clueless. Has anyone running Anjuta-1.2.2 on FreeBSD? >Might be worth noting that I run xFce, not the complete Gnome package. > >-chris > > Greetings! I'm the one that posted the original inquiry regarding my libtool problems, and I think you're experiencing a different kind of problem. It seems to me that your Anjuta does not properly create your project. Why this is, I do not know. Did you install Anjuta from ports, or did you download the sources off of its website? If the latter is true, it may be that whatever generates the scripts (or maybe even the scripts themselves) have hardcoded linuxisms in them. After creating a fresh project (any error messages notwithstanding), what's in the project directory? Could you give an ls of it? And where do you place your project directories? ~/Projects is the default, if I recall correctly. I'm thinking that since the files obviously aren't created it might be a permission problem. Just exhausting the possibilities here. :-) I did find the solution to my initial problem, by the way. I posted a follow-up in reply to myself, but I guess you've already read that. -Henrik W Lund