Mail Archives: djgpp/2000/02/09/05:25:53
On Tue, 8 Feb 2000, Fan Zhang wrote:
> Since we can get the g77 source code, is it possible for us to change it so
> that even under DOS enviroment it is case-sensitive?
I think you are trying to solve the wrong problem.
Was the MPI library compiled with the DJGPP version of the compiler?
If not, you are stuck: you cannot mix object files from different
compilers. The letter-case is the least of your problems, believe me.
What you need is to get the sources of MPI and rebuild the library
with DJGPP, or find a pre-compiled library which was built with DJGPP.
Then all your problems will go away automatically.
- Raw text -