At 11:25 AM 9/11/2003 -0700, John Tannahill wrote: >I believe that is the case: > >To install pnetcdf, I did: > setenv MPICC mpiicc > setenv MPIF77 mpiifc Ah. This explains the problem. The GNU autoconf code is using the value of F77. Try doing setenv F77 ifc setenv CC icc in addition and rebuilding. Bill