Re: __cxa_atexit

2010-04-06 Thread Csaba Raduly
in's latest gcc's being > compiled with "--disable-__cxa_atexit". Would it work on cygwin if I > compile gcc with --enable-__cxa_atexit option? Any other options? Just remove --use-cxa-atexit fro

__cxa_atexit

2010-04-04 Thread June Kim
Test/tests/CommandLineArgumentsTest.cpp:72: undefined reference to `___dso_handle' /cygdrive/d/work/chord/CppUTest/tests/CommandLineArgumentsTest.cpp:72: undefined reference to `___cxa_atexit' I believe it has something to do with cygwin's latest gcc's being compiled with "--d