For whom using WRAPIT in NCL 5.2.0 on Mac intel 10.6

From: guangshan chen <gchen9_at_nyahnyahspammersnyahnyah>
Date: Fri Apr 16 2010 - 15:36:17 MDT

Dear all,

Today I downloaded the NCL 5.2.0 for Mac OS (intel) 10.6 and tried it. I found there are some problems when
I test WRAPIT:

Problem 1: can't find gfortran library even I had set DYLD_LIBRARY_PATH
Solution:
    a. vi WRAPIT file in ${NCARG_ROOT}/bin
    b. Searching -lgfortran
    c. adding the specific path of gfortran library before "-lgfortran"

Problem 2: libgfortran.dylib file is not of required architecture
Solution:
    a. vi WRAPIT file in ${NCARG_ROOT}/bin
    b. uncomment the following lines:
#if ($OS == Linux || $OS == Darwin) then
# switch ("$mach")
# case i*64:
# case x*64:
# case p*64:
# set nbits = 64
# breaksw
# default:
# set nbits = 32
# breaksw
# endsw
#endif

Guangshan

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Apr 16 15:36:27 2010

This archive was generated by hypermail 2.1.8 : Fri Apr 16 2010 - 16:21:29 MDT