https://issues.apache.org/ooo/show_bug.cgi?id=124712

--- Comment #9 from samaliprave...@yahoo.com.au ---
Hi Andrea,
Thanks for the link. I could find the glibc, glibc++, and g++ versions.

I myself have a Ubuntu 12.04 in my virtual box, but since I installed it very
recently, the glibc and glibc++ are the most recent versions in 12.04 as well.

I searched for the symbol __cxa_atexit in my system; the undefined reference
__cxa_atexit is actually defined in libc.a; the problem is link order.
libc_nonshared.a is dependent on libc.a for the symbol, but libc.a gets linked
first. Though these two static libraries are grouped together using special
group options, the linker is not able to find the symbol.
I'm trying with different options like -lc, -Wl,--undefined=__cxa_atexit;
however, none of them has worked so far.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to