errors in AIX build
Jim Edwards
edwards.jim at gmail.com
Mon Feb 15 10:31:25 CST 2010
In the src/libf/Makefile.in you use a -e option to echo. This option is
not recognized in AIX.
In file src/lib/mpinetcdf.c the macro here
return "version = " PNETCDF_VERSION "of 02 November 2009";
is not replaced correctly by cpp, I think something like this would be
better...
return sprintf("version =
%d.%d.%d",PNETCDF_VERSION_MAJOR,PNETCDF_VERSION_MINOR,
PNETCDF_VERSION_SUB);}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/parallel-netcdf/attachments/20100215/d0fd2241/attachment.htm>
More information about the parallel-netcdf
mailing list