Help for this page

Select Code to Download


  1. or download this
    "usr/local/bin/g77"
    
  2. or download this
    g77 -O2 -init-local-zero -fno-automatic io.o gtop.f -o gtop 
    /usr/local/bin/g77: /usr/local/bin/g77: cannot execute binary file
    make: *** [gtop] Error 126
    
  3. or download this
    g77 -O2 -init-local-zero -fno-automatic io.o gtop.f -o gtop 
    f951: error: unrecognized command line option ‘-init-local-zero’
    make: *** [gtop] Error 1