Date: Wed, 9 Feb 2000 09:22:17 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Fan Zhang cc: djgpp AT delorie DOT com Subject: Re: MPI lib with g77 (question 2) In-Reply-To: <38A0BF11.1E851994@eecg.toronto.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.