installation problem on AIX system
Ufuk Utku Turuncoglu (BE)
u.utku.turuncoglu at be.itu.edu.tr
Tue Nov 15 14:32:14 CST 2011
Hi,
Thanks for your help. The configure command,
./configure --prefix=`pwd` CFLAGS=-qlanglvl=stdc99 CC=xlc FC=xlf F77=xlf
F90=xlf90 MPICC=mpcc_r MPIF77=mpxlf_r MPIF90=mpxlf90_r
I checked and Bison is already installed into the system,
> bison --version
bison (GNU Bison) 1.875
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
When i execute the following bison command (under src/utils/ncgen),
> bison -y -p ncmpi -d ./ncgen.y
does not produce those files and it does not give any error messages. If
the bison version is old, i could install from source.
Regards,
--ufuk
On 11/15/11 8:26 AM, Rob Latham wrote:
> 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
>>
>>
More information about the parallel-netcdf
mailing list