swarm-support
[Top][All Lists]
Advanced

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

Re: Problems Compiling on Solaris 2.7


From: Marcus G. Daniels
Subject: Re: Problems Compiling on Solaris 2.7
Date: 26 Oct 2001 12:47:38 -0600
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

>>>>> "PF" == Paul Farrall <address@hidden> writes:

PF> I'm trying to compile swarm 2.1.1 on Solaris 2.7 and it's not
PF> going well.  I've got all the support packages installed and after
PF> fixing some problems, I've now got swarm to compile up to the java
PF> stuff, where it crashes.  Make output is below.  If anyone knows
PF> what this error is about or how to fix it, I'd really appreciate
PF> the help.

I'd suggest compiling the Java stuff with jikes.  It is a fast,
reliable compiler.

  http://oss.software.ibm.com/developerworks/opensource/jikes

The time it takes to down and install will make up for the time it
takes to compile java using plain old javac.

Here's the script I use to build on Solaris 2.[78].  Replace P, and
whatever pathnames as appropriate on your system.  "JAVAC=jikes" tells
Swarm to compile using jikes instead of the `javac' it finds.  The javac
distributed with Kaffe won't work.

#!/bin/sh
JAVAC=jikes ./configure --prefix=$P/swarm-test --enable-subdirs 
--with-xpmdir=/usr/local/X11 --with-tcldir=/opt/SUNWtcl/8.0/sun4 
--with-bltdir=/opt/SDGblt/2.4g --with-zlibdir=/opt/SDGzlib/1.1.3 
--with-pngdir=/opt/SDGlibpng/1.0.5 --with-hdf5dir=$P/data/hdf5 
--with-jdkdir=/opt/jdk1.3 && 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]