From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 14:37:51 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 51A25106567F for ; Thu, 7 Aug 2008 14:37:51 +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 9DFD28FC1B; Thu, 7 Aug 2008 14:37:49 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <489B08BB.5090609@FreeBSD.org> Date: Thu, 07 Aug 2008 16:37:47 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Maxim Khitrov References: <26ddd1750808070647yf0a9205u514c6ba87fbf97a5@mail.gmail.com> In-Reply-To: <26ddd1750808070647yf0a9205u514c6ba87fbf97a5@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 64-bit Linux Binary Compatibility (for Matlab) 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 14:37:51 -0000 Maxim Khitrov wrote: > Hello all, > > Simple question - am I able to run 64-bit linux binaries using the ABI > emulation under FreeBSD 7.0 amd64? In the NOTES for amd64 kernel > configuration the COMPAT_LINUX option is commented out, but I don't > understand the explanation at the top of the section: Not yet, there is a summer of code project working on this but I don't think it is complete. You can, of course, run 32-bit linux binaries on amd64. > If anyone else here is running Matlab on FreeBSD, I'd welcome any > pointers you can give me for setting it up. Right now, I'm following > the steps listed in the handbook. As a side note - is it, in fact, the > case that Matlab x86_64 will run slower than the 32-bit version > (http://osdir.com/ml/netbsd.ports.x86-64/2006-07/msg00061.html)? Depends what you use it for, presumably. Kris