From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 02:13:56 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 8E1AB106564A for ; Wed, 26 Jan 2011 02:13:56 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 457F58FC1B for ; Wed, 26 Jan 2011 02:13:56 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.186]) by mail.unitedinsong.com.au (Postfix) with ESMTP id 5D7365C44 for ; Wed, 26 Jan 2011 12:21:00 +1000 (EST) Message-ID: <4D3F82B2.8000802@herveybayaustralia.com.au> Date: Wed, 26 Jan 2011 12:10:58 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101227 Thunderbird/3.0.11 ThunderBrowse/3.3.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4D3F7AF6.9020701@herveybayaustralia.com.au> <20110126020537.4b12345b@gumby.homeunix.com> In-Reply-To: <20110126020537.4b12345b@gumby.homeunix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gmake format 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: Wed, 26 Jan 2011 02:13:56 -0000 On 01/26/11 12:05, RW wrote: > On Wed, 26 Jan 2011 11:37:58 +1000 > Da Rock wrote: > > >> You'll have to excuse my ignorance (and my curious mind...), but I >> can't seem to find a straight answer to this. I know linux uses >> gmake, and gmake is installed via ports on FreeBSD, but does that >> mean gmake will only create linux binaries using the abi >> compatibility? >> >> > No. > > Broadly speaking ports that build from source install native binaries, > and binaries that use the linux ABI are installed by the port from > linux binary packages. > > Ok, thanks guys. The clears up that question for me, but I'm still about as clear as mud on what I'm trying to achieve :) I am determined to succeed though... it won't beat me!