Message-ID: From: "Andris Pavenis" To: djgpp AT delorie DOT com, Farid Date: Wed, 19 Aug 1998 18:55:13 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Rhide & g77-2.81 In-reply-to: <35DACA9F.FF1450C@tm.net.my> Precedence: bulk From: Farid 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. > >