The relationship between Ubuntu under CC and GCC

Source: Internet
Author: User

Many examples were found when writing makefile, some of which Bash was CC, and some were GCC, and then went through some of the relevant data. The original CC is the C compiler under UNIX, and GCC is the compiler under Linux. So the question is, are there both compilers under Linux? In fact, both CC and GCC in Linux refer to the C-compiler of GCC. Let's take a look at the following.

which CC

Output:

/usr/bin/cc

To list more information

ls-al/usr/bin/cc

Output:

lrwxrwxrwx 1 root root  April  6 23:08/usr/bin/cc-/etc/alternatives/cc

Class out more information

ls-al/etc/alternatives/cc

Output:

lrwxrwxrwx 1 root root  April  6 23:08/etc/alternatives/cc-/USR/BIN/GCC

The original cc is just a link to the GCC! The problem is finally solved, Linux may be to take care of Unix and the same way to make such a setup.

The relationship between Ubuntu under CC and GCC

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.