From owner-freebsd-questions@FreeBSD.ORG Thu Oct 13 19:21: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 D3F3C16A41F for ; Thu, 13 Oct 2005 19:21:26 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC30743D49 for ; Thu, 13 Oct 2005 19:21:25 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so398007nzd for ; Thu, 13 Oct 2005 12:21:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e9lBERP7MbxUb+ZUJJVDIe15Q3SlT0PqLIk73LQCdWfM64vYCLO1RkdBRtQ5DmPcqS+iuTL4ApwEQFpOlYQrgsroaHSqkqKQHVrgkMsCh8JusK6apboiHXcoKl+JU3nEEKdKZ70X4nEdoWSxAJG9eGdMaP9p4KqQ52xRvi7uI7M= Received: by 10.37.2.27 with SMTP id e27mr2767566nzi; Thu, 13 Oct 2005 12:21:25 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Thu, 13 Oct 2005 12:21:24 -0700 (PDT) Message-ID: Date: Thu, 13 Oct 2005 23:21:25 +0400 From: "Andrew P." To: Garrett Cooper In-Reply-To: <137DFC7A-AB87-42AB-A58D-775210D424A3@u.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <434A7447.8090209@ywave.com> <137DFC7A-AB87-42AB-A58D-775210D424A3@u.washington.edu> Cc: freebsd-questions@freebsd.org Subject: Re: distcc and cross-compiling for FreeBSD on Linux/Solaris X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 19:21:26 -0000 Today i had success compiling: firefox on Debian/i386 with gcc version 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) (worked out-of-the-box) squid on FC4/amd64 with gcc version 4.0.1 20050727 (Red Hat 4.0.1-5) (required CFLAGS+=3D-m32 in /etc/make.conf on the distcc client) Both firefox and squid work flawlessly on FreeBSD/i386 6.0-BETA5. My roadmap is to build world and kernel on both Linuxes (with other gcc versions) and then to try and do it all on Solaris 10, sparc64. Wish me luck :-) Cheerz, Andrew P.