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: 'gcc' Software


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.


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