1
********************************************************************************
2
* IMPORTANT NOTE BEFORE YOU START THE INSTALLATION OF MIDAS: *
3
* ---------------------------------------------------------- *
4
* Check your 'path' and 'LD_LIBRARY_PATH' environment variables, and the *
5
* MIDAS ./local/make_options file as indicated here: *
7
* On SunOS 5.5: X11 libraries are expected to be in /usr/openwin/lib and *
8
* Motif libraries are expected to be in /usr/dt/lib *
9
********************************************************************************
11
- MIDAS installation using the SUN C compiler SC3.0.1 (or higher) and the SUN
12
Fortran compiler SC3.0.1 (or higher) requires the following definitions:
13
set path=(/opt/SUNWspro/bin /usr/bin /usr/ccs/bin .)
14
setenv LD_LIBRARY_PATH \
15
/usr/dt/lib:/usr/openwin/lib:/opt/SUNWspro/lib:/usr/ccs/lib
17
- MIDAS installation with g77 requires you edit ./local/make_options and
18
remove the "-fast" option for F_OPT and LD77_OPT.