swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: irix 6.5 install


From: Marcus G. Daniels
Subject: Re: irix 6.5 install
Date: 01 Oct 1999 10:05:57 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "JI" == Jonathan Impett <address@hidden> writes:

JI> The avcall problem is not caused by
JI> configure being unable to find libffi; it found it anyway, but
JI> works the same if I give an --with-ffidir....      Make still
JI> gives up on defobj when it tries to use avcall (avcall.h is the
JI> last file created by configure). Is there a way I can direct make
JI> to use libffi? 

Hmm, I just built swarm-1999-09-29 with Kaffe on Irix 6.5 using the
script below.

Btw, if you use jikes > 0.47 for the build, you'll need to hack
javacswarm to use plain javac for model compiles.

#!/bin/sh
SWARMSRCDIR=$S/swarm-1999-09-29
ffi=--with-ffidir=$P/development/libffi

JAVAC=jikes $SWARMSRCDIR/configure --srcdir=$SWARMSRCDIR 
--prefix=$P/swarm/swarm --with-defaultdir=/usr/local --with-pngdir=$P/swarm/png 
--with-zlibdir=$P/swarm/zlib $ffi --with-jdkdir=$P/development/kaffe 
--disable-jar --datadir=$DATADIR --without-hdf5dir $xpm
make

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]