Date: Thu, 6 Aug 1998 09:58:13 +0200 (WET) From: Andris Pavenis To: Collin cc: djgpp AT delorie DOT com Subject: Re: Rhide configuration In-Reply-To: <01bdbfaf$d05ed5e0$LocalHost@colin> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 4 Aug 1998, Collin wrote: > I can compile a Fortran program with Rhide, but when I click > to "make" or "link", it executes: > > gcc -o test.exe test.o -lm -lf 2c ????? > and the message window is: Command is: gcc -o test.exe test.o -lg2c -lm > > Error:c:/djgpp/bin/ld.exe:cannot open -lf 2c:No such file or > directory (ENOENT) > > Lf 2c does'nt exist, it's lg 2c. > > How to configure Rhide for lg 2c ? Add line RHIDE_TYPED_LIBS.f=g2c m to file c:/djgpp/share/rhide/rhide.env (create file if it doesn't exist) > > Thanks > > COLLIN DOT FRANCIS AT wanadoo DOT fr > > >