From owner-freebsd-emulation Mon Nov 4 15:28:36 1996 Return-Path: owner-emulation Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA12104 for emulation-outgoing; Mon, 4 Nov 1996 15:28:36 -0800 (PST) Received: from ingenieria ([168.176.15.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA12095 for ; Mon, 4 Nov 1996 15:28:30 -0800 (PST) Received: by ingenieria (SMI-8.6/SMI-SVR4) id SAA10584; Mon, 4 Nov 1996 18:28:40 +0600 Date: Mon, 4 Nov 1996 18:28:40 +0600 (GMT) From: Pedro Giffuni To: emulation@freebsd.org Subject: COFF->BSD converter (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I found this message in my box and though it should go to the emulation list! Pedro. ---------- Forwarded message ---------- Date: Tue, 5 Nov 1996 00:30:45 +0500 (ESK) From: Serge A. Babkin To: hackers@freebsd.org Subject: COFF->BSD converter I wrote the COFF -> BSD object file converter. It needs more extensive testing but it works for now. Now the compatibility library and set of headers are needed to use it. I don't know how long would it take from me to write them. So if anyone can suggest any help it will be gladly accepted. The possible benefits from this project are: - getting semi-native version of Oracle (or any other product distributed as set of object files) - using some libraries (say, Motif) converted from SCO (it's possible to get personal SCO license for free, so why do not use some godd things from it ?) -SB