From owner-freebsd-questions@FreeBSD.ORG Mon Feb 9 19:53:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 997421065670 for ; Mon, 9 Feb 2009 19:53:00 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: from mail-bw0-f163.google.com (mail-bw0-f163.google.com [209.85.218.163]) by mx1.freebsd.org (Postfix) with ESMTP id E3FAE8FC1B for ; Mon, 9 Feb 2009 19:52:59 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: by bwz7 with SMTP id 7so2007624bwz.19 for ; Mon, 09 Feb 2009 11:52:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=GY/pkuOldi+P8+DEU+33NyqmFYojHcr+MpzB/aE352g=; b=vkvTIS6juGEzHidQOko9HYRSXX3rJM3B7lqAMcoobjHj+eKAw38AjAoV7AdzDohNqa d0NG24FcHvZqK4LQIHvM6u1W0HcoqdxurHWle3ndxOk7gUAbYjp28idAezckBoEZ564e iGn4X5hktV6ebS90l9+vmQknuRr/R62xA3q5A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=u3Xfw7TFl1KaA4tjJreTItKCMQ1qutsZ9y+vhwUp1WXIACK10h1doxApVHWMPuf215 +CqqlkV1X1w9KBQ3r1x5zZN44AdZ4dJqcQ2FBSHXwxHZxw7zMjnBEDuN50Lg4yw38Iuz 7uYXWCh8vAvCR/kKiwQelp6DG3xe60kGsbYdA= MIME-Version: 1.0 Received: by 10.223.111.211 with SMTP id t19mr2010039fap.64.1234209178749; Mon, 09 Feb 2009 11:52:58 -0800 (PST) In-Reply-To: <20090209093505.GA2835@melon.esperance-linux.co.uk> References: <498ABACC.3060102@bsdforen.de> <20090207075521.GA93084@melon.esperance-linux.co.uk> <1b30fd140902080816v7dfb8bb6g6f3c9a3d162f48c0@mail.gmail.com> <20090208203553.GA99661@melon.esperance-linux.co.uk> <1b30fd140902081424p1d75e304y9f4ef9f9b472328c@mail.gmail.com> <20090209055634.GA2116@melon.esperance-linux.co.uk> <1b30fd140902082330m21b4aecyf99cb83a080e972a@mail.gmail.com> <20090209083338.GA2666@melon.esperance-linux.co.uk> <1b30fd140902090108m292ef929tdce1ce2c946ead6b@mail.gmail.com> <20090209093505.GA2835@melon.esperance-linux.co.uk> Date: Mon, 9 Feb 2009 19:52:58 +0000 Message-ID: <1b30fd140902091152x17ed90e5sf915b361927067e@mail.gmail.com> From: David Collins To: Frank Shute , David Collins , freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: broken ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: davidcollins001@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 19:53:00 -0000 > Then you should be able to build rtorrent. > > Then what I'd do is deinstall gcc42: > > # pkg_deinstall -f gcc-4.2.5_20080702 > > Comment out the CC line in /etc/make.conf & run ldconfig: > > # /etc/rc.d/ldconfig start > > and hopefully your system is then back to normal. I tried all this and rtorrent would still not install, with the same error at configure. I was however able to pkg_deinstall the gcc it installed. That didn't solve any problems though. I feel that it might be easier to focus on the following compiling problem that still exists: viper:~$ gcc -o hello hello.c /usr/bin/ld: cannot find -lgcc_s