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 &#39;make&#39; command, I am getting an error message as shown below:<br>
<br>&quot; make[3]: Leaving directory `/home/abhisek/LIB/parallel-netcdf-1.2.0/src/libf&#39;<br>cd utils &amp;&amp; make<br>make[3]: Entering directory `/home/abhisek/LIB/parallel-netcdf-1.2.0/src/utils&#39;<br>cd ncgen &amp;&amp; make<br>
make[4]: Entering directory `/home/abhisek/LIB/parallel-netcdf-1.2.0/src/utils/ncgen&#39;<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&#39;: 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&#39;<br>make[3]: *** [ncmpigen] Error 2<br>make[3]: Leaving directory `/home/abhisek/LIB/parallel-netcdf-1.2.0/src/utils&#39;<br>
make[2]: *** [all] Error 2<br>make[2]: Leaving directory `/home/abhisek/LIB/parallel-netcdf-1.2.0/src&#39;<br>make[1]: *** [subdir_target] Error 1<br>make[1]: Leaving directory `/home/abhisek/LIB/parallel-netcdf-1.2.0&#39;<br>
make: *** [src/lib/all] Error 2 &quot;<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>