delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/09/08/17:02:07

From: "Alberto Chessa" <achessa AT fiar DOT finmeccanica DOT it>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: How to create a library?
Date: 3 Aug 1998 14:20:55 GMT
Organization: TIN
Lines: 30
Message-ID: <01bdbeea$589c39a0$92c809c0@chessa>
References: <Pine DOT SOL DOT 3 DOT 91 DOT 980803095118 DOT 23337B-100000 AT mercury>
NNTP-Posting-Host: a-mi35-4.tin.it
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp


Goh Yong Kwang   <s6606555 AT mercury DOT np DOT ac DOT sg> wrote in article
<Pine DOT SOL DOT 3 DOT 91 DOT 980803095118 DOT 23337B-100000 AT mercury>...
> 
> I want to create a library but is not quite sure how to do it.
> 
> I think that the first step would be to compile all the c/c++ file into 
> object file (.o). Then from there, use the ar utility with the -r switch 
> to add all the .o files to the library. Then copy the library archive 
> (.a) to djgpp/lib directory. (This is the easiest step. Otherwise I'll 
> have to fiddle with the djgpp.env file to tell djgpp where to look for my

> library).
> 
> Is the procedure correct? Please correct me if I'm wrong.
> 

It's OK but:
1. Do not add file to the djgpp directories!
2. Do not change djgpp.env! 

(thanks to Eli Zaretskii)

To add Your libraries to your environment do:
1. Create a private directory C:\mylibs and put all your libraries here
2. Set (AUTOEXEC.bat) the environment variable LIBRARY_PATH to point to
your directory:
	set LIBRARY_PATH=C:\mylibs

involved, so it seems.

Suggestions?

Thanx


Charles

--
Charles Krug, Jr.
Application Engineer
Pentek Corp
1 Park Way
Upper Saddle River, NJ 07458


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019