cvs.gedasymbols.org/archives/browse.cgi | search |
From: | "Damian Yerrick" <web DOT poison AT pineight DOT 8m DOT com> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Problems with info and .lib files |
Date: | Sun, 10 Oct 1999 13:16:23 -0500 |
Organization: | Rose-Hulman Institute of Technology |
Lines: | 18 |
Message-ID: | <7tql98$n5d$1@solomon.cs.rose-hulman.edu> |
References: | <3800682b DOT 3202938 AT news DOT karoo DOT co DOT uk> |
NNTP-Posting-Host: | yerricde.laptop.rose-hulman.edu |
X-Trace: | solomon.cs.rose-hulman.edu 939579496 23725 137.112.205.146 (10 Oct 1999 18:18:16 GMT) |
X-Complaints-To: | news AT cs DOT rose-hulman DOT edu |
NNTP-Posting-Date: | 10 Oct 1999 18:18:16 GMT |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Newsreader: | Microsoft Outlook Express 5.00.2314.1300 |
X-MIMEOLE: | Produced By Microsoft MimeOLE V5.00.2314.1300 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Glen D <glen AT rockyhorror DOT Zkaroo DOT co DOT uk> wrote: > I'd also like to know if there is a program that converts .lib files > to .a files. .lib files cannot be converted directly to .a files because of differences in compiler architecture, but there is a tool that will help. It's called DJGPP. 1. Get the source code to your library. 2. Port it to DJGPP. 3. Test and debug until well-done. 4. Use 'ar' to archive all your objects (.o) into a library (.a). Damian Yerrick http://come.to/yerrick
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |