Mail Archives: djgpp/1998/08/19/11:57:04
From: Farid <fms1 AT tm DOT net DOT my>
Subject: Rhide & g77-2.81
Date sent: Wed, 19 Aug 1998 20:52:47 +0800
Organization: TMnet Malaysia
To: djgpp AT delorie DOT com
> Hi (again)!
> Thanks for all the help in my previous problem. I have another though. I
> can't seem to link my Fortran programs using Rhide-1.4 (Using g77 on its
> own works though). It appears that Rhide is trying to get the loader to
> link to a non-existent library ( lf2c ). So I tried adding in a line
> similar to the fix for C++ in djgpp.env:
> [rhide]
> RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx
> RHIDE_TYPED_LIBS_DJGPP.f=g2c
use
RHIDE_TYPED_LIBS_DJGPP.f=g2c m
>
> but, it doesn't work! Any help would be greatly appreciated... Cheers.
>
>
- Raw text -