swarm-support
[Top][All Lists]
Advanced

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

Re: [Swarm-Support] pretest 10 (for Windows)


From: Marcus G. Daniels
Subject: Re: [Swarm-Support] pretest 10 (for Windows)
Date: Tue, 16 Sep 2003 04:00:47 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030827

Pietro Terna wrote:
*** Lexical Warning: The use of "$" in an identifier, while legal, is strongly discouraged, since it can conflict with compiler-generated names. If you are trying to access a nested type, use "." instead of "$".

These are harmless.

$ javaswarm StartHeatbugs
BLT support file `bltGraph.tcl' not found
If the directory `/Swarm-2.2/share/blt2.4' not the intended location for the BLT support files,

This is the same problem you had before. You still have messed-up mounts somehow.

Go into a Cygwin shell and type "umount /Swarm-2.2". Now using Windows, not Cygwin, find all your directories with the name "Swarm-2.2". Delete them. Now in Cygwin, do "cd /cygdrive/c" and then untar the pretest. (Replace the "/c" with "/" followed by some drive of yours that has enough space for that pretest.) Now you can issue "mount 'c:\Swarm-2.2' /Swarm-2.2". (Include the single quotes, not the double quotes.)

$ CLASSPATH=/Swarm-2.2/share/swarm/swarm.jar gcj -O2 -g --main=StartHeatbugs -L /Swarm-2.2/lib *.class /Swarm-2.2/lib/gcj_{swarm,gnubytecode}.o -o jheatbugs
gcj: /Swarm-2.2/lib/gcj_swarm.o: No such file or directory
gcj: /Swarm-2.2/lib/gcj_gnubytecode.o: No such file or directory

Remove the "_" after "gcj".


/usr/bin/ld: cannot find -lBLT24

Again a result of your mount problems.



reply via email to

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