swarm-support
[Top][All Lists]
Advanced

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

Re: swarm-1.3 on hpux (9.05 and 10.20)


From: Rick Riolo
Subject: Re: swarm-1.3 on hpux (9.05 and 10.20)
Date: Wed, 26 Aug 1998 19:34:39 -0400 (EDT)

Marcus,
Sorry to be a pest...but how to I do that?
I tried:

badger-rlr)cat mymakeinstall
#!/usr/local/bin/bash
SWARMSRCDIR=/s/Swarm/swarm-1.3
CONFIG_SHELL=/usr/local/bin/bash
SHELL=/usr/local/bin/bash
export CONFIG_SHELL
export SHELL
make install
badger-rlr)mymakeinstall
/bin/sh: syntax error at line 1: `(' unexpected
make: *** [install-recursive] Error 2

thanks!
 - r

ps Note that I didn't export SHELL when I did the original
   configure/make combination, if that makes any difference
   at this point:

badger-rlr)cat mymake
#!/usr/local/bin/bash
SWARMSRCDIR=/s/Swarm/swarm-1.3
CONFIG_SHELL=/usr/local/bin/bash
export CONFIG_SHELL
(echo "#!$CONFIG_SHELL" ; cat /s/Swarm/swarm-1.3/configure ) > 
/tmp/configure
chmod 755 /tmp/configure
/tmp/configure --srcdir=$SWARMSRCDIR --prefix=/s/Swarm/swarm-1.3 
--disable-shared --with-ffcalldir=/usr/local --with-pngdir=/usr/local 
--with-zlibdir=/usr/local
make 

Then I typed 
   mymake
and the configure and make seemed to go ok.

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

On 26 Aug 1998, Marcus G. Daniels wrote:

> Date: 26 Aug 1998 16:28:27 -0700
> From: Marcus G. Daniels <address@hidden>
> To: address@hidden
> Subject: Re: swarm-1.3 on hpux (9.05 and 10.20)
> 
> >>>>> "RLR" == Rick Riolo <address@hidden> writes:
> 
> RLR> Well, I installed bash-2.02.1 and then created a file mymake [...]
> 
> You need to export SHELL, too, because CONFIG_SHELL is only used for
> running the configure.  Without exporting SHELL, the Makefiles will end up
> keeping the default of /bin/sh. 
> 
> 
>                   ==================================
>    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.
>                   ==================================
> 

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