On 1/24/10, Matt Smith <smithm2@xxxxxxxxx> wrote: > Can anyone recommend a good C++ compiler for Linux, I am very new to Linux > (very very new). Does Fedora 12 come with one? In Windows i used to write > programs using borlands dos console compiler and Dev-C++. It would great to > get a recommendation for a good one in Linux and how to install it. You need the gcc package: [root@pici ~]# yum info gcc Available Packages Name : gcc Arch : i686 Version : 4.4.2 Release : 20.fc12 Size : 8.1 M Repo : updates Summary : Various compilers (C, C++, Objective-C, Java, ...) URL : http://gcc.gnu.org License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions Description: The gcc package contains the GNU Compiler Collection version 4.4. : You'll need this package in order to compile C code. To install it, say yum install gcc as root. Andras -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines