Xref: utzoo rec.games.programmer:2647 comp.windows.x:30182 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!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.windows.x Subject: Re: Xbzone avaliable on expo Message-ID: Date: 4 Dec 90 18:41:56 GMT References: <7647@umd5.umd.edu>, , , Organization: Physics, Carnegie Mellon, Pittsburgh, PA Lines: 30 In-Reply-To: dnb@meshugge.media.mit.edu (David N. Blank) writes: > > XBZONE is now avaliable by anonymous ftp to expo.lcs.mit.edu. It is > > /contrib/xbzone.tar.Z. The archive contains both the original fortran > > source, and C source obtained by running the fortran though f2c. It > > also contains a truly hacked GPR graphics library emulation for X11 > > (tested under R3 and R4). > > Has anyone been able to compile this and get it working on a Sun? Yes - Sun 3/60s running SunOS 3.5. In addition ... As I noted in the README, 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 for xbzone. dan