Date: Mon, 23 Nov 1998 13:08:36 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Toni Rasanen cc: djgpp AT delorie DOT com Subject: Re: Porting .so to .a 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, 23 Nov 1998, Toni Rasanen wrote: > I have a library (glide libraries) originated from linux, but of > course DJGPP can't use them, as they are in ELF (???) format. > > Is there a way to port those libraries to format used by DJGPP, > or can such libraries be found elsewhere? Get the sources and compile them with DJGPP. ELF is not supported by DJGPP, but even if you could convert the library to the COFF format, you probably will still have unresolved references when linking due to different internals of libc. Sorry, I don't know where (or even if) you can get the sources of glide.