Date: Wed, 19 Apr 1995 20:46:44 -0400 From: dj (DJ Delorie) To: berend AT beard DOT nest DOT nl Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: How to change ld's search path? > 1. setting the library_path environment variable myself works. > > 2. I have a library_path in my djgpp.env (pointed to by > DJGPP=c:/djgpp/djgpp.env), but this does not work (even by putting > the directory there hardcoded). > > It seems my djgpp.env is not parsed, not recognized, whatever. What > could this problem be? Could it still be due to not enough environment > space? Note that the djgpp.env has *sections*, and only variables in the section for that program are added. Thus, you have to create an [ld] section, and put LIBRARY_PATH in that section.