Mail Archives: djgpp-workers/1999/04/20/09:43:27
> Because ${DJDIR} works even for those who do NOT install it in /djgpp
> (like myself ;-).
For packages that can dymanically find where djgpp is installed,
great. We're all set. For the rest, which hard-code a static path, I
suggest we hard-code /djgpp instead of /usr/local or whatnot.
Sometimes it may help, but at least it won't conflict with other gcc
ports. In any case, we can't rely on it actually pointing to where
djgpp really is installed - we must rely on environment variables,
argv[0], or something else dynamic.
My only purpose in this suggestion is to ensure that the hardcoded
paths fail to accidentally pick up some non-djgpp package.
- Raw text -