From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 02:05:43 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 93420106566C for ; Wed, 26 Jan 2011 02:05:43 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 256D78FC08 for ; Wed, 26 Jan 2011 02:05:42 +0000 (UTC) Received: by wwf26 with SMTP id 26so453868wwf.31 for ; Tue, 25 Jan 2011 18:05:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=5SZfuJja8ySIwkedOXa8W193v9glbEoAlENUp3v5wMk=; b=amx+BU3PwBvXJ3JBNNr4vsNxeFBj6/m8w0B7r07ByNd0jO2vQEgrx1K/LK4LNb1JsK vbbajoGlEdn+BWu2Pr/5WM2nPQtYdM2qQat6J1oZibRbErwOlpFTZmzh/oHXW3bPPh3K KWwwdx50tURrV6kwUVdhUPWlFuoJF3Ul5yDW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=tbAN9DtjQI9enL08dEnyAS7ZnILujKLtxgM2Vi4tNKoJEfaP0nBy//goabFgXYIgqG b1ie8bOjuBaC1SrwRSn9tLhrrB0twftJj820F7i0ZKgBZvS048PGHQ8kzGMZOqbSPGuo qRK595D5JUlAAtT7CrG2fYupuTRUeWe0yliIc= Received: by 10.227.132.69 with SMTP id a5mr6745738wbt.123.1296007541936; Tue, 25 Jan 2011 18:05:41 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id m13sm10582262wbz.21.2011.01.25.18.05.39 (version=SSLv3 cipher=RC4-MD5); Tue, 25 Jan 2011 18:05:40 -0800 (PST) Date: Wed, 26 Jan 2011 02:05:37 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110126020537.4b12345b@gumby.homeunix.com> In-Reply-To: <4D3F7AF6.9020701@herveybayaustralia.com.au> References: <4D3F7AF6.9020701@herveybayaustralia.com.au> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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:05:43 -0000 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.