This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Where find rpm?


> I installed egcs-1.0.2-8 on my linux laptop using the pre-compiled
> rpm distribution from http://www.redhat.com, and loved the ease of
> not having to compile anything.  Does anyone know where I can get an
> rpm of the latest version, 1.1?  Unfortunately, the RedHat site
> doesn't have it yet.  ;-)

  There _is_ a 1.1b rpm file out there... check out 
  <http://rufus.w3.org/linux/RPM/index.html>

  but I wouldn't necessarily reccomend its use.

  AFAIK there are some OS issues... I'm not sure the kernel compiles
  reliably under EGCS (which is why Redhat ships with gcc 2.7.2.3),
  and you may or may not have to upgrade the system libraries, which
  may or may not break parts of the OS.

  We decided that we wouldn't screw with the system compiler or
  libraries, since we didn't know what the effects would be. Instead,
  we configured with --prefix=/opt/egcs, and built it from
  scratch. The install process is _extremely_ straightforward on Linux;
  IIRC my involvement consisted of:
 
 ../configure --prefix=/opt/egcs
 make bootstrap
 make install
 make clean

  and that was it. The build may take an hour or three, though,
  depending on how athletic your laptop is. ;-)

--------------------------------------------------------------------------
Dave Steffen                      Wave after wave will flow with the tide
Dept. of Physics                    And bury the world as it does
Colorado State University         Tide after tide will flow and recede
steffend@lamar.colostate.edu        Leaving life to go on as it was...
							- Peart / RUSH
"The reason that our people suffer in this way.... 
is that our ancestors failed to rule wisely".   -General Choi, Hong Hi







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]