Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: $Revision: 1.6.2.16 $; site ISM780.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!harvard!think!ISM780!darryl From: darryl@ISM780.UUCP Newsgroups: net.bugs Subject: Re: Bug in f77 compiler Message-ID: <33800001@ISM780.UUCP> Date: Fri, 26-Apr-85 07:38:00 EDT Article-I.D.: ISM780.33800001 Posted: Fri Apr 26 07:38:00 1985 Date-Received: Sun, 28-Apr-85 07:31:42 EDT References: <160@amdimage.UUCP> Lines: 15 Nf-ID: #R:amdimage:-16000:ISM780:33800001:000:689 Nf-From: ISM780!darryl Apr 26 07:38:00 1985 [] Admittedly, f77 does have a number of bugs, but I don't believe that this is one of them. I haven't checked this out, so I'm leeping before looking here... When you link using ld explicitly, you ought to consider using the flags -lF77 and -lI77. It sounds like you aren't getting the needed runtime startup code that hides in /usr/lib/libI77.a. This is why it is advisable to link using the language command (cc or f77, for example) rather than doing it on your own -- the compiler knows more about the expected environment (usually) than you do. --Darryl Richman, INTERACTIVE Systems Corp. ...!cca!ima!ism780!darryl The views expressed above are my opinions only.