Advertisement

how to install c,c++ compilers in fedora Linux plat form.

Started by May 30, 2008 06:30 AM
1 comment, last by Raptor85 16 years, 6 months ago
HI, can any body tell me how to install c,c++ compilers in fedora linux...plz.
I've never seen a Fedora install where they weren't installed. That said it would be something along the lines of (I use Fedora at work but not at home so this may not be correct):

yum install gcc

If that doesn't work post again and I or someone else will get you straightened out.
Advertisement
Try downloading some source code and building it with "make" before you try to reinstall gcc, most linux installs have the compiler setup and ready for your system already. If what you're meaning to ask about is an IDE so you can graphically manage your code, try installing kdevelop or eclipse.

This topic is closed to new replies.

Advertisement