On 10/01/13 10:00, Nicolas Joly wrote:

| extern "C"{
|   void _exit(int);
| }
|
| int i;
| struct A {
|   char dummy;
|   A() { i = 1; }
|   ~A() { if (i == 1) _exit(0); }
| };
|
| A a;
|
| int main()
| {
|   return 1;
| }
|
|
|
configure:3201: result: no
configure:3203: error: a working C++ compiler is required


OK, I've reproduced it locally... now to fix it.

Nick

Reply via email to