I am curious as how to install the CC command line compiler for my uni C++ projects I am not interested in g++ or gcc or whatever I want to use CC exactly so I get the desired affect of when I use it in class, however I class we use CentOS so I dont know if this makes a difference
power_computer 20 Junior Poster
Recommended Answers
Jump to Post— sknake 1,622Are you sure its not using gcc? Most distros alias 'cc' to 'gcc' which is probably what is happening here.
sk@sk:~$ which cc /usr/bin/cc sk@sk:~$ ls -al `which cc` lrwxrwxrwx 1 root root 20 Oct 15 2004 /usr/bin/cc -> /etc/alternatives/cc sk@sk:~$ ls -al /etc/alternatives/cc lrwxrwxrwx 1 root root 12 Feb …
All 3 Replies
sknake 1,622 Senior Poster Featured Poster
power_computer 20 Junior Poster
sknake 1,622 Senior Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.