Date: Mon, 30 Nov 1998 14:03:46 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Toni Rasanen cc: djgpp AT delorie DOT com Subject: Re: ELF -> COFF / Glide In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 30 Nov 1998, Toni Rasanen wrote: > so I now need a program that could make COFF- > files (DJGPPs libraries _are_ in COFF format, aren't they?) from > those ELF files... Where I could find such a program? It's called `objcopy' and is part of Binutils. You should already have it in your bin subdirectory. The problem is, the DJGPP port of `objcopy' was built without ELF support. So you will have to get the sources, configure Binutils with ELF support (in addition to coff-go32, which is the DJGPP format) and rebuild Binutils. It might be easier to do that on Linux, if you can access a Linux box. > And yes, I know that the libraries probably won't work Most probably won't. Don't hold your breath.