Xref: utzoo rec.games.programmer:2653 comp.sources.wanted:14368 comp.windows.x:30213 Path: utzoo!utgpu!watserv1!watmath!att!tut.cis.ohio-state.edu!pt.cs.cmu.edu!o.gp.cs.cmu.edu!andrew.cmu.edu!dl2n+ From: dl2n+@andrew.cmu.edu (Daniel Edward Lovinger) Newsgroups: rec.games.programmer,comp.sources.wanted,comp.windows.x Subject: Re: Xbattlezone, battlezone, xbzone, bzone Message-ID: Date: 5 Dec 90 02:40:07 GMT References: <7664@umd5.umd.edu> Organization: Physics, Carnegie Mellon, Pittsburgh, PA Lines: 24 In-Reply-To: <7664@umd5.umd.edu> sam@umd5.umd.edu (Sam) writes: > If you are interested in trying your luck with xbzone, the source > can be gotten via anonymous ftp from expo.lcs.mit.edu. I could > only get the fortran source to compile and run, the c code supplied > needs a header file named f2c.h that isn't in the archive of xbzone. As I note in the README for xbzone, you will need to retrieve f2c, the Fortran to C translator, from some nearby archive site. One particular one (I should have noted this in the README ... *bonk*) is research.att.com. Send mail to netlib@research.att.com with send help send index for f2c in the body of the message. This will send you all of the gritty details on how to retrieve it. f2c contains the two Fortran emulation libraries in c (libi77.a and libf77.a) as well as the translator. You will need all of it. dan