Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: build failure, "C++ compiler" issue.



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


Home | Main Index | Thread Index | Old Index