Message-Id: <3.0.1.32.19960331081145.00697058@mail.nemo.it> Date: Sun, 31 Mar 1996 08:11:45 +0200 To: djgpp AT delorie DOT com From: fabio pisoni Subject: Re: arena ported (barely) In-Reply-To: <19970401225150.AAA25348@hometown> References: <3 DOT 0 DOT 1 DOT 32 DOT 19960330073958 DOT 0068ac5c AT mail DOT nemo DOT it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 16.54 01/04/97 +0000, you wrote: >Did you post your porting notes somewhere? I'm interested in porting >Amaya, but I don't know where to start /w the Xwindows code... > >regards, >Jeff Bachtel Amaya is probably better coded than Arena but has a little problem: it requires the Motif library. Currently I know only one Motif-like source code that could be ported: Lesstiff. I've tried to port Lesstiff on the DJGPP with the result of a 14MByte libmotif.a file and nothing working! Also Xmosaic requires Motif. Arena doesn't and this is the only reason I chose it. The X stack used is Arena over Xlibemu over GRX1.0 over DGJPP V1. The V2 caused to many problems with TCP. Also GRX2.0 can't be used because we don't have a paired Xlibemu. Also without Motif, Arena .EXE is 3.5MBytes (with -gcoff option, I don't know without). Good luck,