From: d DOT love AT dl DOT ac DOT uk (Dave Love) Subject: Re: G77 fork problems 18 Jan 1999 23:16:55 -0800 Message-ID: References: <36A37EBC DOT C60EF81D AT inspirepharm DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: ssiddiqi AT ipass DOT net Cc: gnu-win32 AT cygnus DOT com, egcs-bugs AT cygnus DOT com >>>>> "SMS" == Suhaib M Siddiqi 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 AT cygnus DOT com" with one line of text: "help".