home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / softsys / khoros / 2943 < prev    next >
Encoding:
Text File  |  1992-11-21  |  2.2 KB  |  58 lines

  1. Newsgroups: comp.soft-sys.khoros
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!spool.mu.edu!umn.edu!news.cs.indiana.edu!lynx!borris.eece.unm.edu!young
  3. From: young@borris.eece.unm.edu (Mark Young)
  4. Subject: Re: Using F2C to compile parts of Khoros.
  5. Message-ID: <kgpqtth@lynx.unm.edu>
  6. Date: Sat, 21 Nov 92 14:32:07 GMT
  7. Organization: University of New Mexico, Albuquerque
  8. References: <917@felix.Sublink.Org>
  9. Lines: 47
  10.  
  11. In article <917@felix.Sublink.Org> eb@felix.Sublink.Org (Enrico Badella) writes:
  12. >Has someone compiled the FORTRAN parts of Khoros with F2C? 
  13. >
  14. >Since I don't have Sun Fortran on my Sun 4 and would like to evaluate
  15. >Khoros I thought I maybe could use F2C (that I don't have either 8-<)
  16. >
  17. >So before starting this series of bootstraps, I'd like to get some
  18. >advice.
  19.  
  20. I realize other people have replied about how to get F2C, but remember
  21. if you are simply evaluating and don't care about the programs that use
  22. fortran you can always compile without it.  All you need to do is change
  23. your $KHOROS_HOME/repos/config/imake_conf/{machine}.cf file.
  24.  
  25.    Q26. How do I compile the Khoros system without FORTRAN?
  26.  
  27.    A26. Look for the line in your configuration (*.cf) file that says,
  28.         #define HasFortran YES
  29.         Change it to:
  30.         #define HasFortran NO
  31.  
  32.         For those compiling on a SUN architecture, note that in the sun.cf 
  33.     file for Khoros 1.0 Patch 5, there is an INCORRECT comment:
  34.         /*
  35.          * does your machine have fortran? If not comment the next
  36.          * two lines
  37.          */
  38.     The comment lies.  Do not comment out the lines, simply make
  39.     sure that HasFortran is set to 'NO' (not 'no' or 'No').  
  40. >
  41. >Thanks.
  42. >
  43. >-- 
  44. >Enrico Badella                Internet: eb@felix.sublink.org
  45. >Soft*Star s.r.l.                      eb@icnucevx.cnuce.cnr.it
  46. >Via Camburzano 9            Phone:    +39-11-746092
  47. >10143 Torino, ITALY            Fax:      +39-11-746487
  48.  
  49.         hope this helps,
  50.             Mark
  51.  
  52. -----------------------------------------------------------------------------
  53. Mark Young                         young@chama.eece.unm.edu
  54.  
  55. Khoros Group                       (505) 277-6563  (work)
  56. University of New Mexico           Albuquerque,    NM 87131
  57. -----------------------------------------------------------------------------
  58.