home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / fortran / 2840 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.7 KB

  1. Path: sparky!uunet!usc!rpi!uwm.edu!ogicse!usenet.coe.montana.edu!giac1.oscs.montana.edu!fortran
  2. From: fortran@giac1.oscs.montana.edu (Lou Glassy)
  3. Newsgroups: comp.lang.fortran
  4. Subject: is 'exp10' a Sun-ism?
  5. Message-ID: <1992Jul22.005308.4392@coe.montana.edu>
  6. Date: 22 Jul 92 00:53:08 GMT
  7. Article-I.D.: coe.1992Jul22.005308.4392
  8. Sender: usenet@coe.montana.edu (USENET News System)
  9. Distribution: usa
  10. Organization: Montana State University, Bozeman Montana USA
  11. Lines: 49
  12.  
  13. while compiling some mixed C and Fortran code (the whole ball of which
  14. i've heard came from a Sun), i got the following link-time
  15. undefined-symbol errors:
  16.  
  17. ld:
  18. Undefined:
  19. for_open
  20. for_read_seq_lis
  21. for_read_seq_lis_xmit
  22. for_write_seq_fmt
  23. for_read_seq_fmt
  24. for_write_seq_fmt_xmit
  25. for_close
  26. for_write_seq_lis
  27. for_write_seq_lis_xmit
  28. for_read_seq
  29. for_read_seq_xmit
  30. for_read_dir
  31. for_read_dir_xmit
  32. for_pause
  33. for_stop
  34. math_pow_ii
  35. exp10
  36.  
  37. Stop.
  38.  
  39. well, by throwing in everything but the kitchen sink (e.g.,
  40. -lfor -li -lutil -lots ), i made all the link errors go away *except*
  41. for 'exp10'.  (because this was mixed C and Fortran code, 'cc' was
  42. used for the link phase in the makefile.)
  43.  
  44. i'm running on a Decstation-5000, under Ultrix v4.2, and using (i think)
  45. Dec Fortran for RISC v2.0.  i'm not sure what the version of 'cc' is.
  46.  
  47. i grepped on every library i could find (every *.a file on the whole machine,
  48. from / downwards), and found *no* reference to 'exp10' in any of them.
  49.  
  50. is 'exp10' a Sun-specific function? 
  51.  
  52. thanks in advance,
  53.  
  54. lou.
  55.  
  56.  
  57. -- 
  58. Lou Glassy                     <> Watch the field behind the plow
  59. Student in Earth Sciences      <> Turn to straight, dark rows..
  60. Montana State University       <> Put another season's promise in the ground.
  61. fortran@giac1.oscs.montana.edu <>                          --Stan Rogers 
  62.