swarm-support
[Top][All Lists]
Advanced

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

Re: 1st Problem Installing Swarm2.0 in LinuxPPC R5


From: Marcus G. Daniels
Subject: Re: 1st Problem Installing Swarm2.0 in LinuxPPC R5
Date: 04 Sep 1999 09:19:58 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

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

I'm not a Linux PPC user, but it looks to me like maybe this is what
you want:

http://ftp.linuxppc.org/ftp/linuxppc-1999/software/updates

If not, I suggest you do the Gcc build in your personal account like this:

$ cd
$ mkdir packages src arc
$ S=$HOME/src
$ P=$HOME/packages
$ A=$HOME/arc
$ cd $A
$ ftp ftp.gnu.org 
(ftp) cd pub/gnu/gcc
(ftp) get gcc-2.95.1.tar.gz
(ftp) quit
$ cd
$ tar -C $S -z -x -f $A/gcc-2.95.1.tar.gz
$ mkdir -p build/gcc-2.95.1
$ cd build/gcc-2.95.1
$ $S/gcc-2.95.1/configure --srcdir=$S --prefix=$P
$ make bootstrap
$ make install

This has approach has two advantages 1) you're not running as
root, so you don't risk hurting your system, 2) if you need to reconfigure
or retry the build for some reason, you haven't touched the source tree.

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