swarm-support
[Top][All Lists]
Advanced

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

Re: Intall on Red Hat Linux


From: Marcus G. Daniels
Subject: Re: Intall on Red Hat Linux
Date: 28 Sep 1999 11:40:38 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "TJ" == Jares, Timothy <address@hidden> writes:

TJ> The make worked fine except for warnings of the sort /usr/bin/ld:
TJ> warning: type and size of dynamic symbol
TJ> '__objc_class_name_GUISwarm' are not defined

TJ> So as to keep my install somewhat
TJ> "pristine", what is the recommended way to resolve this problem.

You can keep a pristine install and avoid this harmless warning by
installing GCC from source, and applying this patch in gcc/objc.

ftp://ftp.santafe.edu/pub/swarm/needed-software/diffs/objc.diff

I suggest inventing a whole different local install location for this
that will be unlikely to ever be stepped on by RPMs.  I usually
use /packages or $HOME/packages.  So, you'd build gcc-2.95 like this:

$ ./configure --prefix=/packages
$ make bootstrap
$ make install

Alternatively, you can just ignore the warnings.

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