installation problem on AIX system

Rob Latham robl at mcs.anl.gov
Tue Nov 15 01:26:24 CST 2011


On Mon, Nov 14, 2011 at 04:52:19PM +0100, Ufuk Utku Turuncoglu (BE) wrote:
> Hi,
> 
> I try to install parallel-netcdf but i am getting error messages like,
> 
> gmake[3]: Leaving directory
> `/sp6/userictp/ictpcl08/coupled/progs/parallel-netcdf-1.2.0/src/libf'
> cd utils && gmake
> gmake[3]: Entering directory `/sp6/userictp/ictpcl08/coupled/progs/parallel-netcdf-1.2.0/src/utils'
> cd ncgen && gmake
> gmake[4]: Entering directory `/sp6/userictp/ictpcl08/coupled/progs/parallel-netcdf-1.2.0/src/utils/ncgen'
> bison -y -p ncmpi -d ./ncgen.y; \
> mv y.tab.c ncgentab.c; \
> mv y.tab.h ncgentab.h
> mv: 0653-401 Cannot rename y.tab.c to ncgentab.c:
>              A file or directory in the path name does not exist.
> mv: 0653-401 Cannot rename y.tab.h to ncgentab.h:
>              A file or directory in the path name does not exist.
> gmake[4]: *** [ncgentab.c] Error 1

Odd.  That bison command "bison -y -p ncmpi -d ./ncgen.y" should
produce three files:

y.output  y.tab.c  y.tab.h

Can you do a 'make clean' in the src/utils/ncgen directory, then run
just the bison command, and see if those three files are created?  If
they are not, please tell me what 'bison --version' says.

> I use exactly same command with README.AIX but the result is same.
> The compiler versions are;
> 
> IBM XL Fortran for AIX, V13.1 (5724-X15)
> Version: 13.01.0000.0006
> 
> IBM XL C/C++ for AIX, V11.1 (5724-X13)
> Version: 11.01.0000.0006
> 
> I also installed the gnu m4 but the result is same. Any suggestion
> of configuration hints can be helpful.
> 
> Best regards,
> 
> Ufuk Turuncoglu
> 
> 

-- 
Rob Latham
Mathematics and Computer Science Division
Argonne National Lab, IL USA


More information about the parallel-netcdf mailing list