swarm-support
[Top][All Lists]
Advanced

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

Re: make swarm-1.4 under hpux


From: Marcus G. Daniels
Subject: Re: make swarm-1.4 under hpux
Date: 30 Jan 1999 17:07:28 -0800

>>>>> "RLR" == Rick Riolo <address@hidden> writes:

RLR> ../../libtool: print: command not found

You need to excise /bin/sh from the build.  Consider using a build script
like this:

#!/usr/local/bin/bash
SWARMSRCDIR=/src/swarm-1.4
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 [blah blah blah]
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]