From owner-freebsd-questions@FreeBSD.ORG Mon Aug 1 01:08:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 256FD16A41F for ; Mon, 1 Aug 2005 01:08:26 +0000 (GMT) (envelope-from haoniukun@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA25943D46 for ; Mon, 1 Aug 2005 01:08:25 +0000 (GMT) (envelope-from haoniukun@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so925775wra for ; Sun, 31 Jul 2005 18:08:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GqQ0JXSOLkk7Vbg1g5iU0jvzbZUF5tQe9YQIThwMJMtfN8EbUMbYhy4MjzK62gWzBb4NhQXZM3Znm5IcOZPl0fb6W8esPaacNISQJ7djrDNmSTg1DxDQ0Xk2yckfktp0xZ2l8SRHshxyM7Q8NAtwihJBz51OO2xozQ6xXvgThtI= Received: by 10.54.47.17 with SMTP id u17mr2534080wru; Sun, 31 Jul 2005 18:08:25 -0700 (PDT) Received: by 10.54.124.16 with HTTP; Sun, 31 Jul 2005 18:08:25 -0700 (PDT) Message-ID: Date: Mon, 1 Aug 2005 09:08:25 +0800 From: Kun Niu To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Question about gcc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kun Niu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2005 01:08:26 -0000 Dear all, I'm trying to compile my program with my gcc bundled with Release 5.3 I always get the error "Installation problem: exec 'as' no such file or directory". It seems that I should install the as program. Can someone tell me where I can download the tbz ball? Any help would be appreciated:) Thanks in advance.