swarm-support
[Top][All Lists]
Advanced

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

Re: Q: Installing SWARM-1.3 on SGI IRIX-6.3


From: Jayshree Sarma
Subject: Re: Q: Installing SWARM-1.3 on SGI IRIX-6.3
Date: Fri, 2 Oct 1998 12:59:03 -0400 (EDT)

Hi,

I installed Swarm1.3 on SGI  IRIX 6.4.  Here are some of the
things I had to do to make it work with Swarm 1.2, which is
what I followed to install Swarm1.3 also.

I used CFLAGS=-O2 only.

Also I used --disable-shared option with configure.

I could not use the make that came with the IRIX machine
so we had installed the gnu make.

We had to use the libXpm.a that came with the IRIX instead of
the one we installed.  

Goodluck,

Jayshree


On Fri, 2 Oct 1998, Eric Werk wrote:

> I'm having trouble with the final make in the installation of SWARM-1.3
> on SGI IRIX-6.3.
> 
> I do not have permissions to install in /usr/local, so i have
> consistently used --prefix=/users/werk/swarm (/users/werk is my home)
> without any problems installing:
> 
> from ftp://ftp.scriptics.com/pub/tcl/
> tcl8.1a2
> tk8.1a2
> 
> from ftp://ftp.santafe.edu/pub/swarm/needed-software/ 
> tclobjc-1.4
> blt8.0-unoff
> (with the same problem Benedikt Stefansson (address@hidden) reported
> in
> http://www.santafe.edu/projects/swarm/archive/list-archive.9804/0118.html
> )
> zlib-1.1.2
> libpng-1.0.1
> make-3.76.1 
> 
> from ftp://ftp.santafe.edu/pub/gnu/
> ffcall-1.3.1
> 
> GCC 2.8.1 was already installed
> 
> All is set for SWARM 1.3, i do 
> 
> IRIX:/tmp/werk/swarm-1.3% ./configure --prefix=/users/werk/swarm
> --enable-gcc --with-ffcalldir=/users/werk/swarm
> 
> and that seems to run fine. Then I do a make, and get odd results. What
> am I doing wrong? Can anyone help me?
> 
> 
> IRIX:/tmp/werk/swarm-1.3% make 
> make all-recursive
> make[1]: Entering directory `/tmp/werk/swarm-1.3'
> Making all in src
> make[2]: Entering directory `/tmp/werk/swarm-1.3/src'
> for i in collections defobj activity objectbase tclobjc tkobjc gui
> random simtools simtoolsgui analysis space misc ; do make -C $i headers
> ; done
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/collections'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/collections'
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/defobj'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/defobj'
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/activity'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/activity'
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/objectbase'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/objectbase'
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/tclobjc'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/tclobjc'
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/tkobjc'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/tkobjc'
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/gui'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/gui'
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/random'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/random'
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/simtools'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/simtools'
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/simtoolsgui'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/simtoolsgui'
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/analysis'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/analysis'
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/space'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/space'
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/misc'
> make[3]: Nothing to be done for `headers'.
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/misc'
> Making all in collections
> make[3]: Entering directory `/tmp/werk/swarm-1.3/src/collections'
> /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
> -I.. -I./.. -I./../defobj -I./../misc  -g -O2 -Wno-import -c Array.m
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> print: Not found
> make[3]: *** [Array.lo] Error 1
> make[3]: Leaving directory `/tmp/werk/swarm-1.3/src/collections'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/tmp/werk/swarm-1.3/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/tmp/werk/swarm-1.3'
> make: *** [all-recursive-am] Error 2
> 
>                   ==================================
>    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]