On 3/22/07, Bob Lounsbury <[EMAIL PROTECTED]> wrote:
configure:7277: gcc -o conftest -g -O2 -Wextra -Wall    conftest.cc  >&5
/tmp/ccgRmGPA.o:(.eh_frame+0x11): undefined reference to
`__gxx_personality_v0'

According to this page:
  http://www.network-theory.co.uk/docs/gccintro/gccintro_54.html
This error is caused by compiling with gcc instead of g++.

try typing "g++ -v" to see if it is available and what version it is.
If it is not available try installing it.

If it is installed, or this doesn't help, try typing
  CXX=g++ ./configure
and see if this works better than a straight configure.

Report any further problems or success.

--
John C. McCabe-Dansted
PhD Student
University of Western Australia

Reply via email to