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]
Other format: [Raw text]

Re: Installation Directions


On Fri, Aug 16, 2002 at 09:52:43AM -0500, Michael S. Zick wrote:
> On Thursday 15 August 2002 11:11 pm, spyffe@mail.goo.ne.jp wrote:
> > I have with no problems built gcc-3.2 on the Alpha EV56 architecture.
> >
> > Please find detailed information below:
> >
> > < Output of config.guess >--------------------------
> > alphaev56-unknown-linux-gnu
> >
> > < Output of gcc-3.2 -v >----------------------------
> > Reading specs from
> > /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/3.2/specs Configured
> > with: ../gcc-3.2/configure --prefix=/usr/local --program-suffix=-3.2
> > --enable-shared --enable-threads --enable-languages=c,c++,objc Thread
> > model: posix
> > gcc version 3.2
> >
> > < Enabled languages >-------------------------------
> > C, C++, Objective-C
> >
> > < Output of cat /etc/issue >------------------------
> > Red Hat Linux release 7.1 (Seawolf)
> > Kernel 2.4.3-12 on an alpha
> >
> > < Output of uname -a >------------------------------
> > Linux xxx.xxx.xxx 2.4.3-12 #1 Fri Aug 15 00:06:52 xxxT 2002 alpha unknown
> >
> > (I erased all personal information)
> >
> > < Output of rpm -q glibc >--------------------------
> > gcc-2.2.3-11
> >
> > < Host compiler >-----------------------------------
> > gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-87)
> >
> > < Compilation method >------------------------------
> > tar xzvf gcc-3.2.tar.gz
> > mkdir build-gcc
> > cd build-gcc
> > ../gcc-3.2/configure (options same as above)
> > make bootstrap
> > su
> > make install
> >
> > Thank you to the GCC 3.2 developers!
> 
> Folks,
> As mentioned in an earlier mail, I am working on a revision of the "install" 
> directions.
> I really like the format of this "build report" - anyone have comments or 
> objections to making it the "recommended" format?
> Mike

As someone who reads all of the build reports carefully, I like this
one.  In your recommended format you should, however, include
"make -k check" after "make bootstrap", with a link to the archived
test results.  You can mention that running the tests is optional but
is a very good idea.  Sending in the test results allows other people
to notice problems with your build, and it provides a comparison for
other people building on the same platform.

Building GCC the first time can be difficult, but we get used to it
very quickly and forget that it can be confusing.  Thanks for making
the effort to improve the documentation for first-timers.

Janis


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