From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25321 invoked by alias); 25 Oct 2007 05:48:25 -0000 Received: (qmail 25312 invoked by uid 22791); 25 Oct 2007 05:48:24 -0000 X-Spam-Check-By: sourceware.org Received: from merkur.ins.uni-bonn.de (HELO merkur.ins.uni-bonn.de) (131.220.223.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 25 Oct 2007 05:48:22 +0000 Received: from localhost.localdomain (xdsl-87-78-90-61.netcologne.de [87.78.90.61]) by merkur.ins.uni-bonn.de (Postfix) with ESMTP id 6DA5D40002234; Thu, 25 Oct 2007 07:48:19 +0200 (CEST) Received: from ralf by localhost.localdomain with local (Exim 4.63) (envelope-from ) id 1IkvZq-0006wH-Vv; Thu, 25 Oct 2007 07:48:18 +0200 Date: Thu, 25 Oct 2007 08:11:00 -0000 From: Ralf Wildenhues To: Jon Theil Nielsen Cc: gcc-help@gcc.gnu.org Subject: Re: SV: Libtool versioning on FreeBSD Message-ID: <20071025054818.GB26589@ins.uni-bonn.de> References: <20071024153243.GA11626@ins.uni-bonn.de> <5F85621EEE3241E8A5ABB018F71DE176@MFL5Vista> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5F85621EEE3241E8A5ABB018F71DE176@MFL5Vista> User-Agent: Mutt/1.5.13 (2006-08-11) Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-10/txt/msg00311.txt.bz2 Hello Jon, * Jon Theil Nielsen wrote on Thu, Oct 25, 2007 at 12:44:06AM CEST: > > Thanks for your reply. I must admit that I'm not usually a programmer, so > I'm not sure I understand all of your answer. /usr/bin/objformat does still > exist. If I run run it without any parameteres, it returns a segfault, while > the "test" statment completed without any problems or output. That's the problem then: Libtool assumes that, if /usr/bin/objformat is executable, then it can be run and produces useful output. What you need to do is: either move /usr/bin/objformat out of the way temporarily, or fix things so that it returns useful output. Then recompile whatever port belongs to gnome-libtool. Sorry I can't be more precise, I'm not a FreeBSD expert at all. Cheers, Ralf