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