Re: I have Error message when installation version ncl-src-5.2.1

From: Kbin Yun <rudqlsfjq_at_nyahnyahspammersnyahnyah>
Date: Thu Dec 30 2010 - 02:13:55 MST

 Dear Mary,

 

Thank you for recommend.

After Configure, I tried the following steps:

              make Everthing >& make-output &

              tail -f make-output ( confirm the " Finished making and Installing <Everything> " )

              setenv NCARG_ROOT /usr/local

              setenv PATH $NACRG_ROOT/bin:$PATH

              setenv MANPATH $NCARG_ROOT/man:$MANPATH    <<< after run, error message is " MANPATH: Undefined variable "

             

Thank you ^^

 

--Kbin

------ Original Message ------

Date: Wednesday, Dec 29, 2010 11:57:48 PM
From: Mary Haley <haley@ucar.edu>
To: Kbin Yun <rudqlsfjq@nate.com>
Cc: <ncl-install@ucar.edu>
Subject: Re: [ncl-install] I have Error message when installation version ncl-src-5.2.1

Kbin,

You need to select the options based on what you need.  If you don't need to read HDF-EOS or GRIB2 files, for example, then you can answer "no" to these questions. You can run Configure with the "-V" option which will give you much more information about each question.

Generally, I recommend answering "no" to as many of these questions as possible, if you don't need support for them. That way, you don't have to build extra software packages.

Here's what I recommend:

   "Cairo support?" - no
   "Triangle support?" - no, unless you have need to contour triangular meshes (see http://www.ncl..ucar.edu/Applications/trimesh.shtml)
  "NetCDF 4 support"  - this is up to you. I recommend building NetCDF with NetCDF 4 support turned on (--enable-netcdf-4 option when you build NetCDF)
  "OPeNDAP support" - again up to you. You may want to say "no" to this, but then make sure you build NetCDF with the "--disable-dap" option).
"GDAL support?" - no, unless you need to be able to read shapefiles
"Udunits support" - probably yes, because the "ut_calendar" function needs this, and it's a popular function. Udunits should now be built automatically as part of NetCDF 4.1.
"Vis5d support?" - no
"HDF-EOS support?" - no, unless you need to read HDF-EOS files
"GRIB2 support?" - no, unless you need to read GRIB2 files

--Mary


On Dec 28, 2010, at 8:16 PM, Kbin Yun wrote:

Dear  Mary,

 

Thank you. ' and ` problem is solved.

Next stage is Configure. 

I want only ncl installation.

Among very many options of 10 item more, what do I need to set ?

 

Thank you, every time.

--Kbin

------ Original Message ------

Date: Wednesday, Dec 29, 2010 12:07:17 AM
From: Mary Haley <haley@ucar.edu>
To: Kbin Yun <rudqlsfjq@nate.com>
Cc: <ncl-install@ucar.edu>
Subject: Re: [ncl-install] I have Error message when installation version ncl-src-5.2.1

Kbin,

I don't see any output from "ymake" commands in the image you attached. Mostly I see commands related to looking for and installing libgfortran.

Again, with the commands you are typing below, you are using the wrong tick character.  There are two characters that look like a tick. You need to use the one that has a slight slant to it with the top part of the tick starting on the left, and the bottom part ending on the right.  Usually this tick is on the same key as the "~" character.

Please *carefully* note the difference:

   'pwd'   - INCORRECT
  `pwd`  - CORRECT

--Mary

On Dec 26, 2010, at 5:55 PM, Kbin Yun wrote:

 Dear expert,

 

I attempted your instruction.

      ../ymake -config 'pwd'

      ./ymake -config 'and'

      ./ymake -config "pwd"

 
The result was attached for an image file .
 --Kbin
------ Original Message ------

Date: Friday, Dec 24, 2010 12:47:49 AM
From: Mary Haley <haley@ucar.edu>
To: Kbin Yun <rudqlsfjq@nate.com>
Cc: <ncl-install@ucar.edu>
Subject: Re: [ncl-install] I have Error message when installation version ncl-src-5.2.1

Dear Kbin,

I think you might have a typo.  You need to use the back tick around the "pwd":

./ymake -config `pwd`

Note the difference between ` and '.  You need to use `.

--Mary


On Dec 22, 2010, at 11:35 PM, Kbin Yun wrote:

To ncl-install expert

 

 Hello~

 

gcc version is 3.4.5.

so, I can't installed another version. The last way is sorce code.

 

The order is

1. gunzip ncl_ncarg_src-5.2.1.tar.gz

2. tar -xvf ncl_ncarg_src-5.2.1.tar

3. setenv NCARG /usr/local/src/ncl_ncarg-5.2.1

4. cd $NCARG/config

   make -f Makefile.ini

                   cc -O   -c -o ymake-filter.o ymake-filter.c
                   cc -O -o ymake-filter ymake-filter.o

  ./ymake -config 'pwd'

                   ./ymake : Unable to open NCARG_CONFIG dir : pwd   <<<<<< error message

 

Is there a problem ??

 

thank you

 

from Kbin

_______________________________________________
ncl-install mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-install

<result.jpg>_______________________________________________
ncl-install mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-install

_______________________________________________
ncl-install mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-install

_______________________________________________
ncl-install mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-install
Received on Thu Dec 30 02:22:36 2010

This archive was generated by hypermail 2.1.8 : Tue Jan 04 2011 - 09:17:18 MST