From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18194 invoked by alias); 25 Oct 2007 21:05:35 -0000 Received: (qmail 18172 invoked by uid 22791); 25 Oct 2007 21:05:34 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 25 Oct 2007 21:05:32 +0000 Received: by nf-out-0910.google.com with SMTP id h3so529482nfh for ; Thu, 25 Oct 2007 14:05:28 -0700 (PDT) Received: by 10.86.99.9 with SMTP id w9mr1648285fgb.1193346328465; Thu, 25 Oct 2007 14:05:28 -0700 (PDT) Received: from MFL5Vista ( [192.38.112.134]) by mx.google.com with ESMTPS id b17sm4719942fka.2007.10.25.14.05.26 (version=SSLv3 cipher=OTHER); Thu, 25 Oct 2007 14:05:27 -0700 (PDT) From: "Jon Theil Nielsen" To: "'Ralf Wildenhues'" Cc: References: <20071024153243.GA11626@ins.uni-bonn.de> <5F85621EEE3241E8A5ABB018F71DE176@MFL5Vista> <20071025054818.GB26589@ins.uni-bonn.de> In-Reply-To: <20071025054818.GB26589@ins.uni-bonn.de> Subject: SV: SV: Libtool versioning on FreeBSD Date: Thu, 25 Oct 2007 22:09:00 -0000 Message-ID: <2216D45EDACF4589A6BAFCE0D7DDFF21@MFL5Vista> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-IsSubscribed: yes 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/msg00331.txt.bz2 Hello again Ralf, Ironically, I could not reinstall GCC in the first place. But after renaming /usr/bin/objformat, I could compile again. The problem is not _solved_ since libtool --config stille reports "version_type=freebsd-". But now I can do everything I need to do (it is a very old workstation, which will be taken out of action soon). Thanks very much for your help. Cheers, Jon > -----Oprindelig meddelelse----- > Fra: Ralf Wildenhues [mailto:Ralf.Wildenhues@gmx.de] > Sendt: 25. oktober 2007 07:48 > Til: Jon Theil Nielsen > Cc: gcc-help@gcc.gnu.org > Emne: Re: SV: Libtool versioning on FreeBSD > > 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