<div>Hello,</div><div><br></div><div>I'm building MPICH2-1.2.1 on AIX 5.3. I used a configure line:</div>./configure --prefix=/gpfs/shared/mpich2 --with-device=ch3:shm --with-pm=gforker \<div>OBJECT_MODE=64 CC=xlc CXX=xlc++ FC=xlf F90=xlf90 \</div>
<div>CFLAGS=-q64 CXXFLAGS=-q64 FFLAGS=-q64 F90FLAGS=-q64 \</div><div>AR="ar -X64" 2>&1 | tee config.log<br clear="all"><br></div><div>Because this is a single SMP machine, I used ch3:shm and gforker.</div>
<div><br></div><div>The configure passed with no error. However, make stops at the following point:</div><div><div> CC ch3_shm.c</div><div>"ch3_shm.c", line 317.29: 1506-277 (S) Syntax error: possible missing ';' or ','?</div>
<div>"ch3_shm.c", line 346.13: 1506-021 (S) Expecting struct or union.</div><div>"ch3_shm.c", line 350.21: 1506-021 (S) Expecting struct or union.</div><div>"ch3_shm.c", line 351.24: 1506-021 (S) Expecting struct or union.</div>
<div>"ch3_shm.c", line 406.21: 1506-021 (S) Expecting struct or union.</div><div>"ch3_shm.c", line 473.21: 1506-021 (S) Expecting struct or union.</div><div>"ch3_shm.c", line 539.21: 1506-021 (S) Expecting struct or union.</div>
<div><br></div></div><div>Any clue to fix this? Thanks!</div><div>--<br>Eric Sun
</div>