swarm-support
[Top][All Lists]
Advanced

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

Re: Errors after Swarm install on LinuxPPC


From: Marcus G. Daniels
Subject: Re: Errors after Swarm install on LinuxPPC
Date: 23 Jan 2001 14:03:33 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "DS" == Darren Schreiber <address@hidden> writes:

DS> But, this answer doesn't seem to match the results below. 

I didn't build the RPMs with a modified compiler.  And I didn't rebuild
the compiler because, hey, people should be using Java anyway and 
I've got enough to do without waiting around for bootstraps of GCC to
finish on 130mhz macs.

DS> I get a segmentation fault and the program simply won't run.  This
DS> program was running consistently on Windows machines with Swarm
DS> 2.1.1.  I will go back and see if heatbugs and others run.

If they do work, then get a backtrace of your app like so:

  gdb .libs/yourapp
  (gdb) run
  (gdb) bt

DS> Now, if I need to patch the compiler, I have no idea how to do that.

The modified compiler is for building Swarm itself, not applications.

DS> Also, how exactly do I find the application directory (or its
DS> linux equivalent) and what text do I add to the Makefile to set
DS> SWARMHOME correctly? 

It depends on your shell, but if you are using bash, i.e. if you get a number
when you say:

echo $BASH_VERSION

Then you can set SWARMHOME by adding this:

export SWARMHOME=/usr

..to either .bash_profile or .bash_login.  You'll probably have the former.

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