[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[McIDAS #HIF-234168]: Solaris 10 and McIDAS-X update



Hi Robert,

re:
> .cshrc at bottom
> 
> 
> > uname -a
> SunOS thefort 5.10 Generic_142910-17 i86pc i386 i86pc

OK.

re:
> > env
> USER=mcidas
> LOGNAME=mcidas
> HOME=/usr/mcidas
> PATH=/usr/mcidas/bin:/bin:/usr/bin:/usr/mcidas/bin:/opt/SUNWspro/bin:/opt/ActiveTcl-8.4/bin:/opt/csw/mysql4/bin:/opt/csw/bin:/usr/ccs/bin:/usr/sfw/bin:/usr/local/bin:/usr/ucb:/etc:.
> MAIL=/var/mail//mcidas
> SHELL=/bin/tcsh
> TZ=GMT0
> LANG=C
> SSH_CLIENT=172.168.0.105 61941 22
> SSH_CONNECTION=172.168.0.105 61941 172.168.0.110 22
> SSH_TTY=/dev/pts/5
> TERM=xterm
> HOSTTYPE=i86pc
> VENDOR=-vendor
> OSTYPE=solaris
> MACHTYPE=i386
> SHLVL=1
> PWD=/usr/mcidas
> GROUP=wx
> HOST=thefort
> REMOTEHOST=wxmcidas-l
> McINST_ROOT=/usr/mcidas
> MCHOME=/usr/mcidas
> MCCOMPRESS=GZIP
> MCDATA=/usr/mcidas/workdata
> MCPATH=/usr/mcidas/workdata:/usr/mcidas/workdata:/usr/mcidas/data:/usr/mcidas/help
> MCGUI=/usr/mcidas/bin
> MCTABLE_READ=/usr/mcidas/workdata/MCTABLE.TXT;/usr/mcidas/data/ADDESITE.TXT
> MCTABLE_WRITE=/usr/mcidas/data/ADDESITE.TXT
> XCD_disp_file=/usr/mcidas/workdata/DECOSTAT.DAT
> XARCH=
> CC=cc
> CCOMPILER=cc
> CPPFLAGS=-DNDEBUG
> CFLAGS=-O
> CXX=
> CXXCPP=
> FC=f77
> FFLAGS=-O -erroff=WDECL_LOCAL_NOTUSED
> F90=

This looks correct/good.

re:
> .cshrc file:
> 
> # C-shell environment variable definitions for the user 'mcidas'
> source /etc/skel/local.cshrc
> # umask
> umask 002
> 
> # Make sure that McINST_ROOT is defined
> if ( ! $?McINST_ROOT ) then
> # echo McINST_ROOT not defined, setting it to $HOME
> setenv McINST_ROOT $HOME
> endif
> 
> # MCHOME and McINST_ROOT
> setenv MCHOME $McINST_ROOT
> 
> 
> # Limit ADDE transfers to compressed ones
> setenv MCCOMPRESS GZIP
> 
> # McINST_ROOT and VENDOR non-conforming shell defines
> # needed to build McIDAS
> setenv McINST_ROOT $HOME
> setenv VENDOR -vendor
> 
> # NOTE: uncomment the line that sets MySQL_ROOT if you want to
> #       build with MySQL support:
> #       - leave the value blank if MySQL is installed in a standard
> #         location
> #       - specify the value as the root directory of the MySQL
> #         installation if MySQL is not installed in a standard
> #         location
> # setenv MySQL_ROOT TRUE
> 
> if ( -e $HOME/admin/mcidas_env.csh ) then
> source $HOME/admin/mcidas_env.csh
> endif

Even though nothing above looks wrong, I suggest changing your
.cshrc file contents to read:

# McINST_ROOT and VENDOR non-conforming shell defines
# needed to build McIDAS
setenv McINST_ROOT $HOME
setenv VENDOR -vendor

# NOTE: uncomment the line that sets MySQL_ROOT if you want to
#       build with MySQL support:
#       - leave the value blank if MySQL is installed in a standard
#         location
#       - specify the value as the root directory of the MySQL
#         installation if MySQL is not installed in a standard
#         location
# setenv MySQL_ROOT TRUE

if ( -e $HOME/admin/mcidas_env.csh ) then
  source $HOME/admin/mcidas_env.csh
endif


All environment variables needed by Unidata McIDAS are defined
in ~/admin/mcidas_env.csh, so specifying them in a different/additional
way is redundant and may (not sure) cause problems

Request:

- please make the change to your .cshrc setup, and retry the build
  of v2009f

This will tell me if there is something in the netCDF distribution's
'configure' that is acting differently on your system than the ones
I have access to.

Cheers,

Tom
--
****************************************************************************
Unidata User Support                                    UCAR Unidata Program
(303) 497-8642                                                 P.O. Box 3000
address@hidden                                   Boulder, CO 80307
----------------------------------------------------------------------------
Unidata HomePage                       http://www.unidata.ucar.edu
****************************************************************************


Ticket Details
===================
Ticket ID: HIF-234168
Department: Support McIDAS
Priority: Normal
Status: Closed