Dear Sir/Madam,<br><br>I am trying to install parallel Netcdf -1.2.0 in Ubuntu Linux system. I already have install Mpich2-1.4.1p1 successfully.<br><br>My fortran complier is GFORTRAN and C complier is GCC along with G++ for compiling C++. When I configure my system for parallel netcdf, it is done successfully. After that when I invoke 'make' command, I am getting an error message as shown below:<br>
<br>" make[3]: Leaving directory `/home/abhisek/LIB/parallel-netcdf-1.2.0/src/libf'<br>cd utils && make<br>make[3]: Entering directory `/home/abhisek/LIB/parallel-netcdf-1.2.0/src/utils'<br>cd ncgen && make<br>
make[4]: Entering directory `/home/abhisek/LIB/parallel-netcdf-1.2.0/src/utils/ncgen'<br>/home/abhisek/LIB/mpich2-install/bin/mpicc -c -g -O2 -I./../../../src/lib -I. -I. -I../../lib main.c<br>/home/abhisek/LIB/mpich2-install/bin/mpicc -c -g -O2 -I./../../../src/lib -I. -I. -I../../lib load.c<br>
<b><span style="color: rgb(255, 0, 0);">: -Pncmpi ./ncgen.l; \</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);"> mv lex.ncmpi.c ncgenyy.c</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">mv: cannot stat `lex.ncmpi.c': No such file or directory</span></b><br>
make[4]: *** [ncgenyy.c] Error 1<br>make[4]: Leaving directory `/home/abhisek/LIB/parallel-netcdf-1.2.0/src/utils/ncgen'<br>make[3]: *** [ncmpigen] Error 2<br>make[3]: Leaving directory `/home/abhisek/LIB/parallel-netcdf-1.2.0/src/utils'<br>
make[2]: *** [all] Error 2<br>make[2]: Leaving directory `/home/abhisek/LIB/parallel-netcdf-1.2.0/src'<br>make[1]: *** [subdir_target] Error 1<br>make[1]: Leaving directory `/home/abhisek/LIB/parallel-netcdf-1.2.0'<br>
make: *** [src/lib/all] Error 2 "<br><br><br>Can you please help me to get out of this and install parallel-netcdf?<br><br>Thanking in advance,<br><br>Abhisek<br><br><br>