Where is the gcc executable under Linux?











up vote
1
down vote

favorite












I installed gcc 4.7.0 as a new version, but the result of gcc --version did not change. I learned that I should set a link in /usr/bin/ to the gcc executable. However, under the index of 4.7.0 I installed there are 6 indexes:



bin include lib lib64 libexec share


I am not sure where I can find the gcc executable. Where should the gcc executable be commonly?



Thank you!










share|improve this question






















  • Have a try using the find utility, read about how to use it using the manual page: man find. On unixoid systems executables are traditionally found in the bin folder.
    – arkascha
    Nov 7 at 6:00










  • How did you install it? (What you call "indexes" seem to be directories.)
    – Keith Thompson
    Nov 7 at 6:02










  • I installed it from gcc-4.7.0.tar.gz by running configure and make.
    – T. Wang
    Nov 7 at 6:24















up vote
1
down vote

favorite












I installed gcc 4.7.0 as a new version, but the result of gcc --version did not change. I learned that I should set a link in /usr/bin/ to the gcc executable. However, under the index of 4.7.0 I installed there are 6 indexes:



bin include lib lib64 libexec share


I am not sure where I can find the gcc executable. Where should the gcc executable be commonly?



Thank you!










share|improve this question






















  • Have a try using the find utility, read about how to use it using the manual page: man find. On unixoid systems executables are traditionally found in the bin folder.
    – arkascha
    Nov 7 at 6:00










  • How did you install it? (What you call "indexes" seem to be directories.)
    – Keith Thompson
    Nov 7 at 6:02










  • I installed it from gcc-4.7.0.tar.gz by running configure and make.
    – T. Wang
    Nov 7 at 6:24













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I installed gcc 4.7.0 as a new version, but the result of gcc --version did not change. I learned that I should set a link in /usr/bin/ to the gcc executable. However, under the index of 4.7.0 I installed there are 6 indexes:



bin include lib lib64 libexec share


I am not sure where I can find the gcc executable. Where should the gcc executable be commonly?



Thank you!










share|improve this question













I installed gcc 4.7.0 as a new version, but the result of gcc --version did not change. I learned that I should set a link in /usr/bin/ to the gcc executable. However, under the index of 4.7.0 I installed there are 6 indexes:



bin include lib lib64 libexec share


I am not sure where I can find the gcc executable. Where should the gcc executable be commonly?



Thank you!







linux gcc centos






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 7 at 5:57









T. Wang

63




63












  • Have a try using the find utility, read about how to use it using the manual page: man find. On unixoid systems executables are traditionally found in the bin folder.
    – arkascha
    Nov 7 at 6:00










  • How did you install it? (What you call "indexes" seem to be directories.)
    – Keith Thompson
    Nov 7 at 6:02










  • I installed it from gcc-4.7.0.tar.gz by running configure and make.
    – T. Wang
    Nov 7 at 6:24


















  • Have a try using the find utility, read about how to use it using the manual page: man find. On unixoid systems executables are traditionally found in the bin folder.
    – arkascha
    Nov 7 at 6:00










  • How did you install it? (What you call "indexes" seem to be directories.)
    – Keith Thompson
    Nov 7 at 6:02










  • I installed it from gcc-4.7.0.tar.gz by running configure and make.
    – T. Wang
    Nov 7 at 6:24
















Have a try using the find utility, read about how to use it using the manual page: man find. On unixoid systems executables are traditionally found in the bin folder.
– arkascha
Nov 7 at 6:00




Have a try using the find utility, read about how to use it using the manual page: man find. On unixoid systems executables are traditionally found in the bin folder.
– arkascha
Nov 7 at 6:00












How did you install it? (What you call "indexes" seem to be directories.)
– Keith Thompson
Nov 7 at 6:02




How did you install it? (What you call "indexes" seem to be directories.)
– Keith Thompson
Nov 7 at 6:02












I installed it from gcc-4.7.0.tar.gz by running configure and make.
– T. Wang
Nov 7 at 6:24




I installed it from gcc-4.7.0.tar.gz by running configure and make.
– T. Wang
Nov 7 at 6:24












1 Answer
1






active

oldest

votes

















up vote
1
down vote













It should be under the /usr/bin directory. If it is not, try to find with:



$ which gcc





share|improve this answer








New contributor




kurtfu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














     

    draft saved


    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53184252%2fwhere-is-the-gcc-executable-under-linux%23new-answer', 'question_page');
    }
    );

    Post as a guest
































    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    It should be under the /usr/bin directory. If it is not, try to find with:



    $ which gcc





    share|improve this answer








    New contributor




    kurtfu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      1
      down vote













      It should be under the /usr/bin directory. If it is not, try to find with:



      $ which gcc





      share|improve this answer








      New contributor




      kurtfu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















        up vote
        1
        down vote










        up vote
        1
        down vote









        It should be under the /usr/bin directory. If it is not, try to find with:



        $ which gcc





        share|improve this answer








        New contributor




        kurtfu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        It should be under the /usr/bin directory. If it is not, try to find with:



        $ which gcc






        share|improve this answer








        New contributor




        kurtfu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer






        New contributor




        kurtfu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered Nov 7 at 6:52









        kurtfu

        2188




        2188




        New contributor




        kurtfu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        kurtfu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        kurtfu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53184252%2fwhere-is-the-gcc-executable-under-linux%23new-answer', 'question_page');
            }
            );

            Post as a guest




















































































            Popular posts from this blog

            横浜市

            Rostock

            Europa