swarm-support
[Top][All Lists]
Advanced

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

Installing problems on Solaris-2.5.1


From: Huisman G
Subject: Installing problems on Solaris-2.5.1
Date: Tue, 14 Mar 2000 11:35:55 +0100

I am trying to install swarm-2.0.1 on our Solaris-2.5.1 machines using 
the following configure script:
----------------------------------------------------------------------
#!/bin/sh
PATH=/usr/bin:/usr/local/bin
CC=/opt/gnu/gcc-2.95.2/bin/gcc
OPTIM=-O
export PATH CC OPTIM

./configure \
        --prefix=/opt/swarm/swarm-2.0.1 \
        --enable-shared=no \
        --with-jdkdir=/usr/local/java/jdk1.1.8 
----------------------------------------------------------------------
This uses:
tcl-8.2
tk-8.2
BLT-2.4o

gmake check end in the following errors:
----------------------------------------------------------------------
Undefined                       first referenced
 symbol                             in file
initSimtoolsGUI                     
/net/build.solaris/research/swarm-2.0.1/src/simtools/.libs/libsimtools.a(simtools.o)
ControlStateRunning                 
/net/build.solaris/research/swarm-2.0.1/src/defobj/.libs/libdefobj.a(directory.o)
ControlStateStopped                 
/net/build.solaris/research/swarm-2.0.1/src/defobj/.libs/libdefobj.a(directory.o)
ControlStateNextTime                
/net/build.solaris/research/swarm-2.0.1/src/defobj/.libs/libdefobj.a(directory.o)
ControlStateStepping                
/net/build.solaris/research/swarm-2.0.1/src/defobj/.libs/libdefobj.a(directory.o)
probeDisplayManager                 
/net/build.solaris/research/swarm-2.0.1/src/defobj/.libs/libdefobj.a(directory.o)
ControlStateQuit                    
/net/build.solaris/research/swarm-2.0.1/src/defobj/.libs/libdefobj.a(directory.o)
ld: fatal: Symbol referencing errors. No output written to ForEachRandomized
----------------------------------------------------------------------

When I install swarm I am able to compile and run most examples from the
swarmaps package. Only the tutorial/simple[C|ObjC|Swarm]bug examples fail,
with similar error mesages as reported by "gmake check"

It looks like the failure is triggert whenever "initSwarmBatch" is used.

Can anyone give some advise on how to solve this problem.

PS: We had the same problem with swarm-2.0 using tcl/tk-8.0 and BLT-8.0-unoff.
    

-- 
Gert Huisman                         fac. Exacte Wetenschappen (div. W&I)
email:     address@hidden             Vrije Universiteit Amsterdam
telefoon:  +31 20 4447806            De Boelelaan 1081a, k. S4.14
fax:       +31 20 4447653            1081 HV  Amsterdam, the Netherlands

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