Date: Mon, 26 Apr 1999 11:21:15 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Paul Thiessen cc: djgpp AT delorie DOT com Subject: Re: what's a ".lib" file? In-Reply-To: <758F086BF1B25810.C51F3E1DEF73D7A2.7CB5E59C8FB388CE@library-proxy.airnews.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 25 Apr 1999, Paul Thiessen wrote: > I have some .lib's for OpenGL, but I can't figure out what format these > things are in. Is there any way to take these (or .dll's, for that > matter) and convert them into .a's or something DJGPP can link with? Not really, see section 17.5 of the FAQ. You should look for a DJGPP-compatible .a library, or for sources that you could compile.