From owner-freebsd-questions Wed Jul 30 18:30:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA20486 for questions-outgoing; Wed, 30 Jul 1997 18:30:41 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA20476 for ; Wed, 30 Jul 1997 18:30:31 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) with ESMTP id LAA24933; Thu, 31 Jul 1997 11:00:24 +0930 (CST) From: Greg Lehey Received: (grog@localhost) by freebie.lemis.com (8.8.6/8.6.12) id LAA18390; Thu, 31 Jul 1997 11:00:21 +0930 (CST) Message-Id: <199707310130.LAA18390@freebie.lemis.com> Subject: Re: portable software In-Reply-To: from Brian Bennett at "Jul 30, 97 08:17:10 pm" To: Bahamat@msn.com (Brian Bennett) Date: Thu, 31 Jul 1997 11:00:20 +0930 (CST) Cc: questions@FreeBSD.ORG Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brian Bennett writes: > can I use software written for SCO, BSDI, or another type of UNIX system with > FreeBSD? I'm particularly intrested in SCO FreeBSD executes BSD/OS executables directly. With the help of emulation libraries, it can also execute SCO coff files (but not x.out and other such), and Linux executables. Don't expect 100% SCO compatibility, but people have reported success in a number of cases. Greg