This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
libstdc++v3 with --disable-__cxa_atexit still includes __cxa_atexit
- From: Chase Douglas <cndougla at purdue dot edu>
- To: libstdc++ at gcc dot gnu dot org
- Date: Fri, 10 Nov 2006 20:01:17 -0500
- Subject: libstdc++v3 with --disable-__cxa_atexit still includes __cxa_atexit
I'm trying to cross compile gcc for an arm uclibc environment and am
configuring gcc using --disable-__cxa_atexit, but the libstdc++.so.
6.0.8 file still includes the __cxa_atexit symbol, and when I try to
compile programs, such as ncurses, I get "libstdc++.so: undefined
reference to __cxa_atexit". What is the problem here? I'm assuming
I'm doing something wrong, but I'm hoping someone can help me out.
Thanks