This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: G77 fork problems


>>>>> "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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]