From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 16:16:55 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 B06121065672 for ; Sun, 8 Feb 2009 16:16:55 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: from mail-fx0-f14.google.com (mail-fx0-f14.google.com [209.85.220.14]) by mx1.freebsd.org (Postfix) with ESMTP id 2DAFE8FC13 for ; Sun, 8 Feb 2009 16:16:54 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: by fxm7 with SMTP id 7so527583fxm.19 for ; Sun, 08 Feb 2009 08:16:54 -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=UqWxW1WNQIGG1AATL6wUws/+6eH2O2ffXmIMb5BPMgc=; b=pZpB8ZU8LfwHB9kBBKy9hONvpQIt03swYXOQ8x6/En+Nm/mMuGOfaljrpys8/+mEmQ e9D1VKeLZxgDODapAVNtUFxkOZyuO5B2/UC6utgrf/in+WT0CXoV53luerLBz2mt0j/c RQaM4QjWZ3/Eqcy6QGK5jC6qUqvYFVgEHZOew= 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=sVtAJbqhuFwtd1XEZkBKULK1Pi4zfj+mZC6+EETICbZF7D5spkQOhpl+XcyOpiWQ0A 7yxIgS1sS8ySvlS7O2JTrDzjuLIl/v34Cl77yt/igBYlfA4cHZ2Tsxr0GiyADRQ8/WwK BVPTESEuJqY2W5M2s6Av75n57V6DmW9EuQnE4= MIME-Version: 1.0 Received: by 10.223.110.211 with SMTP id o19mr162622fap.57.1234109813679; Sun, 08 Feb 2009 08:16:53 -0800 (PST) In-Reply-To: <20090207075521.GA93084@melon.esperance-linux.co.uk> References: <1b30fd140902050032x20e84ef6oc5030c99e6a62d81@mail.gmail.com> <498ABACC.3060102@bsdforen.de> <1b30fd140902050218m1660ad97ife6b0a679d8a946a@mail.gmail.com> <20090207075521.GA93084@melon.esperance-linux.co.uk> Date: Sun, 8 Feb 2009 16:16:53 +0000 Message-ID: <1b30fd140902080816v7dfb8bb6g6f3c9a3d162f48c0@mail.gmail.com> From: David Collins To: Frank Shute , Dominic Fandrey , 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: Sun, 08 Feb 2009 16:16:55 -0000 > How did you uninstall that port after which everything fails at the > configure stage? Which port was it? It was rtorrent that I uninstalled, I used "make deinstall" > Check a couple of things: > > $ which c++ > > and: > > $ locate gcc_s | grep lib viper:~$ which c++ /usr/bin/c++ also viper:~$ which gcc /usr/bin/gcc viper:~$ which cc /usr/bin/cc viper:~$ locate gcc_s | grep lib |more /usr/lib/libgcc_s.so /usr/local/lib/gcc-4.2.5/libgcc_s.so /usr/local/lib/gcc-4.2.5/libgcc_s.so.1 > Have you installed/uninstalled a c/c++ compiler from ports? I don't think that I have I haven't installed/uninstalled a compiler from ports unless one of the ports did it, and I doubt this is the case. David