From: d.love@dl.ac.uk (Dave Love)
Subject: Re: G77 fork problems
18 Jan 1999 23:16:55 -0800
Message-ID: <rzq3e58cftr.fsf.cygnus.gnu-win32@djlvig.dl.ac.uk>
References: <36A37EBC.C60EF81D@inspirepharm.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
To: ssiddiqi@ipass.net
Cc: gnu-win32@cygnus.com, egcs-bugs@cygnus.com

>>>>> "SMS" == Suhaib M Siddiqi <ssiddiqi@inspirepharm.com> writes:

 SMS> Has anyone any suggestions why G77 (EGCS-1.1.1) gives undefined
 SMS> refernece to fork_.  I get same problem on RedHat Linux 5.2 with
 SMS> EGCS-1.1.1 and Cygnus-B20 with EGCS-1.1.1.

 SMS> gridu.f: undefined reference to `fork_'
 SMS> collect2: ld returned 1 exit status.

Presumably you haven't defined a Fortran-callable routine `fork' in
what you're linking.  If you expected it to be a g77 intrinsic, you're
out of luck.  I think its absence is discussed in the doc somewhere.

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
