Message-Id: <372091D6.85F30809@zepler.org> Date: Fri, 23 Apr 1999 16:29:26 +0100 From: Paul Banfield Mime-Version: 1.0 Newsgroups: comp.parallel.mpi Subject: Re: MPICH LINUX and egcs References: <7farel$l58@ds2.acs.ucalgary.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Xref: ukc comp.parallel.mpi:4978 "C. J. Tan" wrote: > > Has anybody successfully used the egcs compiler with MPICH 1.1.2 on a > Linux machine? I tried with egcs 1.1.1 to compile the hello++.cc > program that comes with the MPICH 1.1.2 package, I got the following > error as shown below. > > Any help will be greatly appreciated. > > Thank you. > > C. J. Tan > Yes, I am using mpich-1.1.2 compiled with egcs-1.1.2 (x86 linux-2.2.6 with glibc-2.0.6) The errors you were getting look (at least in part) to do with exception handling. I suspect that you need a more recent binutils package. egcs requires at least binutils-2.9.1.0.15 in order to handle exceptions correctly. I hope that sorts your problem. P Banfield