home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!rpi!uwm.edu!ogicse!usenet.coe.montana.edu!giac1.oscs.montana.edu!fortran
- From: fortran@giac1.oscs.montana.edu (Lou Glassy)
- Newsgroups: comp.lang.fortran
- Subject: is 'exp10' a Sun-ism?
- Message-ID: <1992Jul22.005308.4392@coe.montana.edu>
- Date: 22 Jul 92 00:53:08 GMT
- Article-I.D.: coe.1992Jul22.005308.4392
- Sender: usenet@coe.montana.edu (USENET News System)
- Distribution: usa
- Organization: Montana State University, Bozeman Montana USA
- Lines: 49
-
- while compiling some mixed C and Fortran code (the whole ball of which
- i've heard came from a Sun), i got the following link-time
- undefined-symbol errors:
-
- ld:
- Undefined:
- for_open
- for_read_seq_lis
- for_read_seq_lis_xmit
- for_write_seq_fmt
- for_read_seq_fmt
- for_write_seq_fmt_xmit
- for_close
- for_write_seq_lis
- for_write_seq_lis_xmit
- for_read_seq
- for_read_seq_xmit
- for_read_dir
- for_read_dir_xmit
- for_pause
- for_stop
- math_pow_ii
- exp10
-
- Stop.
-
- well, by throwing in everything but the kitchen sink (e.g.,
- -lfor -li -lutil -lots ), i made all the link errors go away *except*
- for 'exp10'. (because this was mixed C and Fortran code, 'cc' was
- used for the link phase in the makefile.)
-
- i'm running on a Decstation-5000, under Ultrix v4.2, and using (i think)
- Dec Fortran for RISC v2.0. i'm not sure what the version of 'cc' is.
-
- i grepped on every library i could find (every *.a file on the whole machine,
- from / downwards), and found *no* reference to 'exp10' in any of them.
-
- is 'exp10' a Sun-specific function?
-
- thanks in advance,
-
- lou.
-
-
- --
- Lou Glassy <> Watch the field behind the plow
- Student in Earth Sciences <> Turn to straight, dark rows..
- Montana State University <> Put another season's promise in the ground.
- fortran@giac1.oscs.montana.edu <> --Stan Rogers
-