This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]