[mpich-discuss] Problem compiling nighly (r8514)
Darius Buntinas
buntinas at mcs.anl.gov
Tue May 3 09:18:03 CDT 2011
--enable-strict forces -std=c89, so either don't use --enable-strict, make sure your code follows the c89 standard or use --enable-strict=c99
-d
On May 2, 2011, at 11:49 AM, Yauheni Zelenko wrote:
> Hi!
>
> I tried to build latest nightly build (r8514) and had a problem because of C++ style comments in mpi/romio/adio/common/same_dtype.c (line 9).
>
> My configuration options:
>
> ./configure --prefix=${InstallDir} \
> --with-pm=hydra --with-device=ch3:nemesis \
> --disable-chekpointing \
> --enable-strict --enable-fast=O3 \
> --disable-f77 --disable-fc \
> CC=/grid/common/pkgs/gcc/v4.4.4/bin/gcc CFLAGS="-m32 -fPIC" \
> CPP=/grid/common/pkgs/gcc/v4.4.4/bin/cpp \
> CXX=/grid/common/pkgs/gcc/v4.4.4/bin/g++ CXXFLAGS="-m32 -fPIC" \
> CXXCPP=/grid/common/pkgs/gcc/v4.4.4/bin/cpp
>
> I'm building on Red Hat Enterprise Linux 5.5.
>
> Eugene.
> _______________________________________________
> mpich-discuss mailing list
> mpich-discuss at mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
More information about the mpich-discuss
mailing list