Package: xmpi
Version: 2.2.3b8-13
Usertags: goto-cc

xmpi fails to configure with compilers that are more restrictive about
parameters to main, because the configure test uses

#include <lam.h>
int
main(int argc, char* argv)
{ return 0; }

which has char *argv instead of char *argv[]. This is likely not intended,
because config/mpi_check_trillium.m4 says

cat > conftest.$ac_ext <<EOF
#include <lam.h>
int
main(int argc, char* argv[])
{ return 0; }
EOF

but the [] is understood as quoting character in m4.

Best,
Michael

Attachment: pgpyBbHNqw7F7.pgp
Description: PGP signature

Reply via email to