swarm-support
[Top][All Lists]
Advanced

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

swarm-1.3 on hpux 10.20 now


From: Rick Riolo
Subject: swarm-1.3 on hpux 10.20 now
Date: Tue, 8 Sep 1998 09:22:40 -0400 (EDT)

Thanks to marcus's help, I have gotten swarm-1.3 to work on hpux now.
Basically, I had to use bash, in a script like this:
--------
#!/usr/local/bin/bash
SWARMSRCDIR=/s/Swarm/swarm-1.3
CONFIG_SHELL=/usr/local/bin/bash
SHELL=$CONFIG_SHELL
export CONFIG_SHELL SHELL
(echo "#!$CONFIG_SHELL" ; cat $SWARMSRCDIR/configure ) > /tmp/configure
chmod 755 /tmp/configure
/tmp/configure --srcdir=$SWARMSRCDIR --prefix=/s/Swarm/swarm-1.3 
--with-bltdir=/usr/local/blt-2.1 --with-tcldir=/usr/local 
--with-tkdir=/usr/local --with-ffcalldir=/usr/local 
--with-pngdir=/usr/local --with-zlibdir=/usr/local --datadir=/tmp 
--disable-shared
make  SHELL=$SHELL
-----------
(note all those -- lines are all on the same line with the /tmp/configure).
You will want to point the various --with-*= to different directories, 
perhaps.  The --disable-shared is needed.
Note this was a make with tcl 7.4, tk 4.0 and blt-2.1.
It also makes with later versions.

To re-make after a change (eg applying a patch), just
   make SHELL=/usr/local/bin/bash
or wherever you have bash.
To clean
   make distclean SHELL=/usr/local/bin/bash

- r


Rick Riolo                           address@hidden
Program for Study of Complex Systems (PSCS)
4477 Randall Lab                
University of Michigan         Ann Arbor MI 48109-1120
Phone: 734 763 3323                  Fax: 734 763 9267
http://www.pscs.umich.edu/PEOPLE/rlr-home.html


                  ==================================
   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]