[mpich-discuss] Problem compiling nighly (r8514)

Dave Goodell goodell at mcs.anl.gov
Tue May 3 09:24:22 CDT 2011


I think that Eugene's (valid) point is that RobL's r8503 commit introduced new C99-style comments that should really be C89 comments instead.

-Dave

On May 3, 2011, at 9:18 AM CDT, Darius Buntinas wrote:

> 
> --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
> 
> _______________________________________________
> 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