From owner-freebsd-questions Tue Oct 14 23:48:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22977 for questions-outgoing; Tue, 14 Oct 1997 23:48:24 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA22965 for ; Tue, 14 Oct 1997 23:48:18 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id QAA09201; Wed, 15 Oct 1997 16:17:58 +0930 (CST) Message-ID: <19971015161758.10197@lemis.com> Date: Wed, 15 Oct 1997 16:17:58 +0930 From: Greg Lehey To: "Min Huang (tunny)" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can I generate system V executable code on freebsd? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Min Huang (tunny) on Wed, Oct 15, 1997 at 02:02:37PM +0800 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 Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 02:02:37PM +0800, Min Huang (tunny) wrote: > Hi, sir: > > Is there any tool or method that I can generate system V executable code > under freebsd 2.2.2. I'm running a freebsd 2.2.2 system, and I have gcc. > Waiting for your respond. You could build a cross-development environment with the GNU tools. It would work, but it would be a lot of work to install in the first place. Greg