/!\ This page is not a bug tracker. If you run into a problem not listed here, please file a bug.
When entering a new problem, please enter it above the others, and follow the format of the JhbuildIssues/JhbuildIssueTemplate for new problems/modules.

List of common errors for the module rarian.

Error - compilation fails with undefined reference to `___gxx_personality_sj0'

System details: October 22th, 2009 - GNOME 2.26 Jhbuild - cygwin 1.5.25-15

Stage: Compile

gcc -g -O2 -o rarian-example.exe rarian-example.o -L/gnome2/lib ../librarian/.libs/librarian.a
../librarian/.libs/librarian.a(rarian-omf.o): In function `rrn_omf_parse_file':
/etc/gnomeL/rarian-0.8.1/librarian/rarian-omf.cpp:167: undefined reference to `_gxx_personality_sj0'
../librarian/.libs/librarian.a(rarian-omf.o): In function `rrn_omf_parse_file':
.....
.....
/etc/gnomeL/rarian-0.8.1/librarian/../util/tinyxml.h:157: undefined reference to `operator delete(void*)'
collect2: ld returned 1 exit status
make[2]: *** [rarian-example.exe] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Cause:

g++ requird for compiling the same

Solution:

change Makefiles to use g++ for compiling rarian-example.exe instead of gcc


CategoryJhbuildIssues CategoryJhbuildIssues CategoryJhbuildIssues


Projects/Jhbuild/Issues/rarian (last edited 2013-11-25 16:29:22 by WilliamJonMcCann)