swarm-support
[Top][All Lists]
Advanced

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

[Swarm-Support] Installation Of Swarm 2.2 Pretest 9 And Cygwin 1.5.3.1


From: William Adam
Subject: [Swarm-Support] Installation Of Swarm 2.2 Pretest 9 And Cygwin 1.5.3.1
Date: Fri, 12 Sep 2003 13:53:48 +0100

Hi,

I am in the process of installing Swarm 2.2 Pretest 9 and Cygwin 1.5.3-1 on my 
Windows 2000 pc.  When downloading Cygwin I took the defaults apart from the 
development option where I took everything.

Post installation I run the following make file :

ifeq ($(SWARMHOME),)
SWARMHOME=../swarm-2.1.1
endif
APPLICATION=TestRun002
APPVERSION=1.0
address@hidden
OBJECTS=Test002ElementRun.o StringKeyedHashElement.o StringKeyedHashTable.o 
TestHashTableData.o FearlusXMLElement.o 
TMPFILE=tmp

include $(SWARMHOME)/etc/swarm/Makefile.appl
include $(OBJECTS:.o=.d)

%.d: %.m
        gcc -w -E -MMD $< > /dev/null
        mv -f $@ $(TMPFILE)
        sed -e 's/:/ $@:/' $(TMPFILE) > $@
        rm -f $(TMPFILE)

which returns the following output :

$ make -f Makefile.Test002
/bin/sh.exe /Swarm-2.2/bin/libtool-swarm --mode link gcc -g -O2 -L/Swarm-2.2/lib
 -rpath /Swarm-2.2/lib  -o TestRun002.exe Test002ElementRun.o StringKeyedHashEle
ment.o StringKeyedHashTable.o TestHashTableData.o FearlusXMLElement.o   -lswarm

gcc -g -O2 -o TestRun002.exe Test002ElementRun.o StringKeyedHashElement.o String
KeyedHashTable.o TestHashTableData.o FearlusXMLElement.o  -L/Swarm-2.2/lib /Swar
m-2.2/lib/libswarm.dll.a -L/build/swarm-nobounds/src/space -L/build/swarm-noboun
ds/src/analysis -L/build/swarm-nobounds/src/simtoolsgui -L/build/swarm-nobounds/
src/simtools -L/build/swarm-nobounds/src/random -L/build/swarm-nobounds/src/tkob
jc -L/build/swarm-nobounds/src/tclobjc -L/build/swarm-nobounds/src/objectbase -L
/build/swarm-nobounds/src/activity -L/build/swarm-nobounds/src/defobj -L/build/s
warm-nobounds/src/collections -L/build/swarm-nobounds/src/misc -L/build/swarm-no
bounds/libobjc -L/usr/lib /Swarm-2.2/lib/libswarmobjc.dll.a -lBLT24 -ltk84 -ltcl
84 -lXpm -lpng -lz -luser32 -lgdi32 -L/build/swarm-nobounds/avcall -Wl,--rpath -
Wl,/Swarm-2.2/lib -Wl,--rpath -Wl,/Swarm-2.2/lib
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: cannot fi
nd -lXpm
collect2: ld returned 1 exit status
make: *** [TestRun002.exe] Error 1

thanks for any help.

William adam

William Adam
Computer Applications Development Specialist
The  Macaulay Institute
Craigiebuckler
Aberdeen 
AB15 8QH
Scotland, UK

Tel: 01224 498200 Ext 2243
Fax: 01224 311556
e-mail: address@hidden
http://www.macaulay.ac.uk 




William Adam
Computer Applications Development Specialist
The  Macaulay Institute
Craigiebuckler
Aberdeen 
AB15 8QH
Scotland, UK

Tel: 01224 498200 Ext 2243
Fax: 01224 311556
e-mail: address@hidden
http://www.macaulay.ac.uk 




Attachment: William Adam.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]