Date: Tue, 8 Feb 2000 09:47:03 +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 In-Reply-To: <389F82B9.98AA9059@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 8 Feb 2000, Fan Zhang wrote: > I'm trying to compile a bunch of Fortran programs using MPI with g77. > But it turns out that after g77 compiled, the MPI functions in the > object files change it's name to lower case. Then, when I link those > object files with the MPI library ( in which most of the functions have > the name like MPI_xxxx ), it gives me the error that those functions > were undefined. I suspect that the MPI library was produced with some compiler other than DJGPP. If that's true, forget it: object files from different compilers are incompatible. See section 17.5 of the DJGPP FAQ list for more details and some options.