This suggests that hello.c was compiled with g++ instead of gcc.
Check that you used mpicc or gcc for all C files; if there is a C++
file, you may need to link with mpicxx instead of mpicc.
Bill
On May 29, 2007, at 4:52 AM, Anna Mereu wrote:
> Dear Horacio thank you very much for the help,
> I addressed the previous problem by using mpicc instead of cc.
> Now the error message is:
> hello.o:(.eh_frame+0x11): undefined reference to
> `__gxx_personality_v0'
>
> How can i address it?
> Thank you
> Anna
>