This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 'gcc' Software
- To: zack at wolery dot cumb dot org
- Subject: Re: 'gcc' Software
- From: Marc Espie <espie at quatramaran dot ens dot fr>
- Date: Sun, 14 May 2000 17:55:53 +0200
- Cc: egcs at egcs dot cygnus dot com
- Organization: Ecole Normale Superieure (quatramaran)
- References: <200005102004.QAA12186@blip.gnu.ai.mit.edu>
In article <20000510133628.A21854@wolery.cumb.org> you write:
>> %%build-prerequisites:
>
>make, texinfo, bison, gperf (patched), gettext, dejagnu, autoconf, ...
Most any make.
Most any yacc, bison is not mandatory.
gperf is not necessary, since gcc includes the output files.
gettext is not necessary either, since you can --disable-nls.
dejagnu is not necessary, unless you want to run tests.
autoconf is not necessary either, unless you need to change a configure.in.
Fortunately, gcc has very few actual dependencies on other tools yet.