From owner-freebsd-questions@FreeBSD.ORG Mon Feb 9 09:08:31 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 B4A08106566B for ; Mon, 9 Feb 2009 09:08:31 +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 0F6ED8FC17 for ; Mon, 9 Feb 2009 09:08:30 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: by bwz7 with SMTP id 7so1154574bwz.19 for ; Mon, 09 Feb 2009 01:08:30 -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=93K8X8XybOib8OfuozXnkrmb/ej/YUX75h1MwLszKEc=; b=Ylzl8DtqjcQ3SqIW+/sbaIv/GXS1eavNg9lHkLYWiRR6Zw7wJUhcP7zOYH7VE0keD4 gAA04qgvQfauAfU2oj4UX6fPnh1wX7Wo7h/O8d5MpHoFqWK9VdMyNPZW35xiN+AYpK+D aousZdDA+NzhR2JLMjumZFx1xPsw310YURWNY= 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=Tnd1KPUeHylfEXHrrSegtqq/NMJAW1wo/56Bl7i0h7Dq8tSnVoEuD5lvcM8L7ulwx2 QiIgTL4DHiLooN8Mah+kEUCXZ7rM/DQmEzKi5dBiotbAi8eXSEIK0RGFmJVXJUbl8/zn dxNZ8qoHAQ5ppAgEmAVHZeZZdI8rfi3ODoWtM= MIME-Version: 1.0 Received: by 10.223.106.15 with SMTP id v15mr1083963fao.15.1234170508796; Mon, 09 Feb 2009 01:08:28 -0800 (PST) In-Reply-To: <20090209083338.GA2666@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> <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> Date: Mon, 9 Feb 2009 09:08:28 +0000 Message-ID: <1b30fd140902090108m292ef929tdce1ce2c946ead6b@mail.gmail.com> From: David Collins To: Frank Shute , 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 09:08:31 -0000 > I think the problem is that somebody has installed a compiler out of > ports on your machine & it's associated libraries. See what cc -v > says. My cc is exactly the same as yours viper:~$ cc -v Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] > It could be that it's invoking the system compiler (or not). Check: > > $ pkg_info | grep gcc viper:~$ pkg_info | grep gcc gcc-4.2.5_20080702 GNU Compiler Collection 4.2 This is different, does this mean that there is an alternate c compiler on my system? If ithis is the case how can I fix this? I don't know what I would have installed that would have required an additional compiler? > aswell. Also look at /etc/make.conf & see if there's anything about > GCC_VERSION or something similar. My make.conf doesn't have anything in it really viper:~$ cat /etc/make.conf PERL_VER=5.8.8 PERL_VERSION=5.8.8 WITHOUT_X11=yes