Xref: news2.mv.net comp.os.msdos.djgpp:5504 From: "Ed Callahan" Newsgroups: comp.os.msdos.djgpp Subject: Re: Does f2c work with djgpp v2? Date: Fri, 28 Jun 1996 09:02:14 -0500 Organization: Midwest Science Center Lines: 42 Message-ID: <01bb64fb.858d00c0$1970bd9f@AA025.msc.nbs.gov> References: <212D2EB6390 AT supply DOT econ DOT bbk DOT ac DOT uk> NNTP-Posting-Host: aa025.msc.nbs.gov To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I downloaded the (zipped) DOS binary f2c.exe from ftp.netlib.org. It seems to work fine. I was able to compile the libf2c.a library using the DJGPP v1 f2c distribution and some tips I found via searching the mail archives from the DJGPP web page. If memory serves the tips only concerned changing cat and rm commands to the DOS equivalents, as you mentioned in your post. Is this the most efficient method to get f2c running w/ DJGPP v2? I have no idea. Ed Callahan National Biological Service callahan AT stat DOT missouri DOT edu > "Turalay kenc (Dr) x6404" wrote in article <212D2EB6390 AT supply DOT econ DOT bbk DOT ac DOT uk>... > > I have installed djgpp version 2. It seems it works fine. I also > installed f2c (version f2c95201). I altered makefile by replacing > unix commands cat and rm with MSDOS commands type and del. > I run mk.bak file which produced an error. This is what I got: > > make.exe *** [gram.c] ERROR 1 > An error occurred while making f2c.exe > > Has anybody out there overcome this problem or can fix it? > Best regards, > ########################################################## > Dr. Turalay Kenc > Department of Economics > Birkbeck College > University of London > 7-15 Gresse Street > London W1P 1PA > > Direct: +44 171 6316418 > Fax : +44 171 6316416 > Email : tkenc AT econ DOT bbk DOT ac DOT uk > ########################################################## >