Mail Archives: djgpp/1995/04/19/22:18:42
> 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.
- Raw text -