Mail Archives: djgpp/2000/04/24/00:28:25
Eli Zaretskii wrote:
> > LIBRARY_PATH=\programs\g77\lib
> > LIB=\programs\fortran\lib
>
> These two worry me (as does \PROGRAMS\G77\BIN in your PATH). Do you
> have a separate installation of g77, the GNU Fortran 77 compiler,
> somewhere on this system? If you do, it is quite possible that this
> is the source of your problems: g77 relies on GCC as its back-end, so
> perhaps you do have another version of gcc unbeknownst to you.
>
> If you do have g77 and another version of GCC installed, you will have
> to arrange two batch files to set up the environment for each one of
> them, and take care that environment variables such as PATH, LIB, and
> LIBRARY_PATH are never set up for g77 when you work with DJGPP, and
> vice versa.
Eli,
I would like to thank you for your response to my plea for help with regard to the
installation of DJGPP 'gcc'. You were accurate in your assumption that the problem
was interference of the 'g77' directories, which contained a version of 'gcc' in their
own right.
I made batch files that setup the environment variables and proper path specification
for each of three differetn compilers I have and the problems I was experiencing
vanished.
Again, thank you for the time you took to help.
Roger Hunt
- Raw text -