swarm-support
[Top][All Lists]
Advanced

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

Re: problem making swarm2.1.1 (redhat 6.0)


From: Marcus G. Daniels
Subject: Re: problem making swarm2.1.1 (redhat 6.0)
Date: 21 Jul 2000 07:58:52 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "RLR" == Rick Riolo <address@hidden> writes:

RLR> But i guess I'm using an earlier version of egcs (which is what i
RLR> set CC to prior to ./configure):

Ok, so not doing that should be sufficient.

RLR> Anyway, could you remind me of how to configure with that CFLAGS
RLR> set?  Should I do something like export CFLAGS="-Wno-error" as I
RLR> do to control the CC?

You're really better off using gcc-2.95.2.  With bourne shell, you can
set environment variables for the configure run like so:

$ CC=gcc ./configure 

This is just another way of saying:

$ CC=gcc
$ export CC
$ ./configure

..except that when configure is finished `CC' won't be polluting your
environment.

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