From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 15:52:23 2011 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 9AC42106564A for ; Thu, 14 Jul 2011 15:52:23 +0000 (UTC) (envelope-from Lowell@Be-Well.Ilk.Org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.50]) by mx1.freebsd.org (Postfix) with ESMTP id 7BE4D8FC14 for ; Thu, 14 Jul 2011 15:52:23 +0000 (UTC) Received: (qmail 2825 invoked from network); 14 Jul 2011 15:52:22 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Jul 2011 15:52:22 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id A03B45C61; Thu, 14 Jul 2011 11:52:21 -0400 (EDT) From: Lowell Gilbert To: jyl_2006 References: <1310646886784-4586491.post@n5.nabble.com> Date: Thu, 14 Jul 2011 11:52:21 -0400 In-Reply-To: <1310646886784-4586491.post@n5.nabble.com> (jyl's message of "Thu, 14 Jul 2011 05:34:46 -0700 (PDT)") Message-ID: <44hb6o3lmy.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: when compile,gcc can not work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2011 15:52:23 -0000 jyl_2006 writes: > Anyone who encounter this problem? > checking whether the complier (*gcc -L/usr/local/v6/lib*) works... no > > The gcc version is 4.2.1 20070719 .And if I complie a simple program such as > hello,world. It works well,but when I compile mozilla,it shows the problme? Use the ports system; handling this sort of thing is exactly what it's there for.