From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 19:46:07 2008 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 9B0DA1065672 for ; Thu, 7 Aug 2008 19:46:07 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0160C8FC12; Thu, 7 Aug 2008 19:46:05 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <489B50FC.8090009@FreeBSD.org> Date: Thu, 07 Aug 2008 21:46:04 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Andrea Venturoli References: <26ddd1750808071055i2b9976b3i4f347407d94a0813@mail.gmail.com> <489B3909.6080702@FreeBSD.org> <489B4D7F.1040406@netfence.it> In-Reply-To: <489B4D7F.1040406@netfence.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Mixing 64 and 32-bit code 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, 07 Aug 2008 19:46:07 -0000 Andrea Venturoli wrote: > Kris Kennaway ha scritto: > >> You can't mix and match Linux and FreeBSD code in the same binary. > > Sorry for stepping in, but I have a similar question I asked in the past > and didn't get any answer: > is it possible to mix and match 32-bit and 64-bit FreeBSD code? > > I have a closed source 32-bit library which I'd like to link to on a > 64-bit system... Again, no, for basically the same reasons. The ABI is per-process. Kris