------- Comment #11 from pinskia at gcc dot gnu dot org 2006-04-03 07:21
-------
Wait a minute, libstdc++ is being built only as a static library looking at the
error message from comment #0. But that should not really.
Can you try an objective-C compiling for me to see if it is just libstdc++ that
is messed up?
The Objective-C runtime uses the same files as libstdc++ does for threading
The simple Objective-C program would be:
#include <objc/Object.h>
int main(void)
{
[Object new];
return 0;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26966