[MPICH2-dev] Re: [MPICH2 Req #3115] Helps needed

William Gropp gropp at mcs.anl.gov
Fri Jan 12 00:10:48 CST 2007


This looks like something that is coming from the C++ compiler  
(__gxx_personality_VO isn't part of the MPICH2 source).  Is libga  
compiled with the same compiler and options as used to build MPICH2?   
You can look at the mpiCC script to see what it is using as the C++  
compiler.

Bill

On Jan 11, 2007, at 10:10 PM, muhammad faiz wrote:

>
> Hello I'm Faiz from Malaysia and now studying computer science. Now  
> im trying to parallelize the GASVM process as my final project and  
> I need some help. Im trying to compile and link my mpi program to  
> another .cpp program such svm, GA lib, and std2gasvm.cpp and I type  
> this in Makefile:
>
> mpistd2gasvm: std2gasvm.cpp svm.o
>      mpiCC $(CFLAGS) std2gasvm.cpp svm.o -o std2gasvm $(LIBS_DIRS) - 
> lga -lm
>
> CFLAGS = -Wno-deprecated -wall -03 -g -fexceptions -00
> GA_LIB_DIR= ../ga
>
> And unfortunately the errors appear when I'm try to compile by  
> typing make mpistd2gasvm. This is some of the errors appear:
>
> ../ga/libga.a (GABinStr.o) (.eh_frame+Ox11) : /root/Desktop/ 
> galib246/ga/GABinStr.C:2:9 undefined reference to  
> '__gxx_personality_VO'
> collect2: ld returned 1 exit status
> make: *** [mpistd2gasvm] Error 1
>
> I've try to solve but thhe errors still appear. Please I reaaly  
> need your opinion to help me and im really appreciate that. For  
> your information , im using MPICH2.
>
> _________________________________________________________________
> Express yourself: design your homepage the way you want it with  
> Live.com.
> http://www.live.com/getstarted
>




More information about the mpich2-dev mailing list