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


> My question is that if I download the source 
> GCC.2.95.2.tar.gz or GCC.2.95.2.tar.bz2, what 
> extra files will I need? (e.g. make)

On a typical Linux system, you probably have everything you need. Here
is a (potentially incomplete) list:
- /bin/sh
- make
- a C compiler (would be gcc)
- assembler, linker (i.e. binutils)
- C library header files, C library
- ln, etc (i.e. fileutils)
 
> What kernel too?

The kernel version is not relevant for GCC, gcc uses only C library
calls (which should know how to invoke the kernel).

Regards,
Martin


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