Jason Todd Slack-Moehrle wrote: > >> Cent OS 5.3. I need to install the gcc toolchain, but what yum >> packages is this? >> >> I need to compile ProFTPD, etc, etc. I tried yum install gcc, what >> else? > checking for g++... no > checking for c++... no > gcc is a C compiler, perhaps what your looking for is gcc-c++ And as for toolchain, it depends on what requirements the program you are building requires. make, autoconf, automake, come to mind, kernel-headers for drivers and stuff. nate