~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to install/unix/systems/SunOS_5.6/README

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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:                          *
 
6
*                                                                              *
 
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
********************************************************************************
 
10
 
 
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
 
16
 
 
17
- MIDAS installation with g77 requires you edit ./local/make_options and
 
18
  remove the "-fast" option for F_OPT and LD77_OPT.