Re: openmpi: FTBFS: Compilation errors

2010-10-14 Thread Jeff Squyres
ttp://lists.gnu.org/archive/html/bug-autoconf/2010-10/msg00016.html +AS_VAR_PUSHDEF([type_var], + m4_translit([[ompi_cv_f90_have_$1]], [*], [p])) # Determine Fortran datatype size. # First arg is type, 2nd arg is config var to define -- Jeff Squyres jsquy...@cisco.com For cor

Re: openmpi: FTBFS: Compilation errors

2010-08-27 Thread Jeff Squyres
lready available here: https://svn.open-mpi.org/trac/ompi/ticket/2559 -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/

Problems with AC 2.66 AC_CHECK_SIZEOF

2010-07-22 Thread Jeff Squyres
tmp/bogus/ac266-install/bin/autom4te failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 $ - -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/

Minor type in autoconf.texi

2009-08-04 Thread Jeff Squyres
IRE([TESTB])[echo in C]]) AC_DEFUN([OUTER], [[echo in OUTER] -A -C]) +TESTA +TESTC]) OUTER @end example -- Jeff Squyres jsquy...@cisco.com

Minor buglet in config.log

2009-06-05 Thread Jeff Squyres
. Thanks! -- Jeff Squyres Cisco Systems

Re: AC_C_RESTRICT

2009-03-17 Thread Jeff Squyres
Lifting all such restrictions while still allowing to create mixed language code is pretty difficult in general (but would be nice to have!). Cheers, Ralf -- Jeff Squyres Cisco Systems

Re: AC_C_RESTRICT

2009-03-17 Thread Jeff Squyres
onfig.log from the reporter and let's go from there. Thanks! -- Jeff Squyres Cisco Systems

Re: AC_C_RESTRICT

2009-03-17 Thread Jeff Squyres
| defined(__cplusplus) #undef restrict #define restrict #endif It's definitely sub-optimal, but we're pretty sure it's safe. Would it be a tragedy to repeat the guts of the AC_C_RESTRICT test with the C++ compiler and then know what the two different values are? The value o

Re: AC_C_RESTRICT

2009-03-17 Thread Jeff Squyres
lthough, perhaps confusingly, also discovered by a different Sun employee). I'll reply more on Ralf's post. -- Jeff Squyres Cisco Systems

AC_C_RESTRICT

2009-03-16 Thread Jeff Squyres
if you're compiling in C or C++. - Or should there be a new AC_RESTRICT test that makes a solution for both the C and C++ compilers? - Or ...? (please reply all so that the others CC'ed on this post also see the followups; thanks!) -- Jeff Squyres Cisco Systems