From: Farid Newsgroups: comp.os.msdos.djgpp Subject: Rhide & g77-2.81 Date: Wed, 19 Aug 1998 20:52:47 +0800 Organization: TMnet Malaysia Lines: 12 Message-ID: <35DACA9F.FF1450C@tm.net.my> NNTP-Posting-Host: klj-18-33.tm.net.my Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 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 but, it doesn't work! Any help would be greatly appreciated... Cheers.