X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sat, 30 Mar 2002 11:25:42 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <6480-Sat30Mar2002112541+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: Dong Soo Kim In-reply-to: (message from Dong Soo Kim on Sat, 30 Mar 2002 09:12:40 +1100) Subject: Re: libraries in another folder References: <20020327022046 DOT 39224 DOT qmail AT web21410 DOT mail DOT yahoo DOT com> <200203270227 DOT g2R2Rc125988 AT envy DOT delorie DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Dong Soo Kim > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 30 Mar 2002 09:12:40 +1100 > > If you're creating your own libraries and want to store them separately > from the standard ones, then I recommend creating a directory for that > purpose and adding the path to the DJGPP.ENV file. Please don't advise users to edit DJGPP.ENV. Its syntax is cryptic, and a wrong change in it can easily render a DJGPP installation useless. > Under the section [gpp] there is an env variable called LIBRARY_PATH. > Just add your library path to it and from then on the library will be > available for all your projects while still being stored separately from > the djgpp standard libraries. These kinds of changes should be done by setting environment variables, not by editing DJGPP.ENV. Not that I understand why putting user libraries in the same directory as system libraries would be a problem in the first place.