swarm-support
[Top][All Lists]
Advanced

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

Re: Problem running Java Swarm on FreeBSD


From: Marcus G. Daniels
Subject: Re: Problem running Java Swarm on FreeBSD
Date: 24 May 2000 09:05:58 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "HC" == Horance Chou <address@hidden> writes:

HC> I've install Swarm 2.1.1 on my FreeBSD box (with some patch), But,
HC> when i try to running jHeatbug, I got error messages:

HC> # javaswarm StartHeatbugs -b /usr/local/lib/libjavaswarm.so:
HC> Undefined symbol "_activity_current" (libjavaswarm.so) Exception

libjavaswarm.so names a bunch of shared libraries as dependencies.
_activity_current is in libactivity.so.  Maybe there is something
different about the way FreeBSD handles these dependencies.

"ldd libjavaswarm.so" will tell you what dependencies exist.

HC> I noticed that libkaffeswarm.dll on Windows platform contains all
HC> symbols of other libraries.  Maybe it's an "workaround" for the
HC> linking problem?

Windows has a different model for dynamic libraries.  
All symbols must be resolved in a single file, whereas with Unix (e.g. ELF)
much is done at runtime.

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