Re: [OMPI devel] exit declaration in configure tests

2006-08-21 Thread Brian Barrett
On Mon, 2006-08-21 at 09:38 +0200, Ralf Wildenhues wrote: > Revision 11268 makes me curious: > > |M /trunk/config/ompi_setup_cxx.m4 > | > | Reorder the C++ compiler discovery stages. Check first the compiler vendor > | before checking if we are able to compile the test program. This is requir

Re: [OMPI devel] exit declaration in configure tests

2006-08-21 Thread Ralf Wildenhues
Hello George, Thanks for explaining. * George Bosilca wrote on Mon, Aug 21, 2006 at 11:38:21AM CEST: > With autoconf 2.59 every C++ test generated by autoconf include the wrong > prototype of exit. Yes, presumably because Autoconf did not try the exit declaration that would please that MSVC ver

Re: [OMPI devel] exit declaration in configure tests

2006-08-21 Thread George Bosilca
With autoconf 2.59 every C++ test generated by autoconf include the wrong prototype of exit. I did patch my autoconf to add the missing exit prototype (the one compatible with cl.exe) but next time I upgrade my system, my modifications vanished. Between autoconf and libtool I spend a fair amoun

[OMPI devel] exit declaration in configure tests

2006-08-21 Thread Ralf Wildenhues
Revision 11268 makes me curious: |M /trunk/config/ompi_setup_cxx.m4 | | Reorder the C++ compiler discovery stages. Check first the compiler vendor | before checking if we are able to compile the test program. This is required | for windows as the C++ conftest.c file generated by configure can