installation of clang on ubuntu18.04?llvm and clang installation on ubuntuInstalling clang 6.0 on Ubuntu 18.04 LTS BionicAdapter not showing up on Ubuntu (Netgear A6120)

Covering the disk with a family of infinite total measure

Doubt on pronunciation of verbs (stressing)

Under international law, can a country partially withdraw from a treaty?

Unexpected Code Coverage Reduction

How to implement the five star notation in Latex

Horizontally mirror a brainflak program

Tring to find a comic strip about "What your clothes say about you"

Using footnotes in fiction: children's book which can be enjoyed by adults

Is Elementary OS designed for Mac keyboards?

Bo Derek in texbook.tex?

Average Two Letters

Why was the DC-9-80 so successful despite being obsolete almost from birth?

Is it possible to get reverse life insurance?

Driving distance between O'Hare (ORD) and Downtown Chicago is 20.5 mi and 1H 17min?

I need a mindmap on latex that have children that begot children

Customize sysctl parameters by user

What does Bitcoin policy language offer the developer that Miniscript doesn't? What is the difference between Bitcoin policy language and Miniscript?

I have stack-exchanged through my undergrad math program. Am I likely to succeed in mathematics PhD programs?

What are standard cryptographic assumptions?

How to make a twisted wrapper

Who is this famous person?

How do I experimentally measure the surface area of a rock?

Black powder machine gun in an airplane

Why rounding odd font sizes to even?



installation of clang on ubuntu18.04?


llvm and clang installation on ubuntuInstalling clang 6.0 on Ubuntu 18.04 LTS BionicAdapter not showing up on Ubuntu (Netgear A6120)






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















I am trying to install clang on ubuntu 18.04. I have done the following:



going to the source of llvm making a directory build and executed cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ../llvm command.



after executing that command when I executed make command I got the following error:



make: *** No targets specified and no makefile found. Stop.



can anyone help me?










share|improve this question





















  • 1





    Hacks like building everything you install from source won't help because your package management is hosed. You'll never be able to do much with your zombie operating system until you motivate yourself to fix your package management.

    – karel
    Jul 30 at 16:29


















0

















I am trying to install clang on ubuntu 18.04. I have done the following:



going to the source of llvm making a directory build and executed cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ../llvm command.



after executing that command when I executed make command I got the following error:



make: *** No targets specified and no makefile found. Stop.



can anyone help me?










share|improve this question





















  • 1





    Hacks like building everything you install from source won't help because your package management is hosed. You'll never be able to do much with your zombie operating system until you motivate yourself to fix your package management.

    – karel
    Jul 30 at 16:29














0












0








0








I am trying to install clang on ubuntu 18.04. I have done the following:



going to the source of llvm making a directory build and executed cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ../llvm command.



after executing that command when I executed make command I got the following error:



make: *** No targets specified and no makefile found. Stop.



can anyone help me?










share|improve this question















I am trying to install clang on ubuntu 18.04. I have done the following:



going to the source of llvm making a directory build and executed cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ../llvm command.



after executing that command when I executed make command I got the following error:



make: *** No targets specified and no makefile found. Stop.



can anyone help me?







18.04 clang






share|improve this question














share|improve this question











share|improve this question




share|improve this question










asked Jul 30 at 16:23









SonySony

241 bronze badge




241 bronze badge










  • 1





    Hacks like building everything you install from source won't help because your package management is hosed. You'll never be able to do much with your zombie operating system until you motivate yourself to fix your package management.

    – karel
    Jul 30 at 16:29













  • 1





    Hacks like building everything you install from source won't help because your package management is hosed. You'll never be able to do much with your zombie operating system until you motivate yourself to fix your package management.

    – karel
    Jul 30 at 16:29








1




1





Hacks like building everything you install from source won't help because your package management is hosed. You'll never be able to do much with your zombie operating system until you motivate yourself to fix your package management.

– karel
Jul 30 at 16:29






Hacks like building everything you install from source won't help because your package management is hosed. You'll never be able to do much with your zombie operating system until you motivate yourself to fix your package management.

– karel
Jul 30 at 16:29











1 Answer
1






active

oldest

votes


















1


















If you want install Clang then just run this command : sudo apt install clang






share|improve this answer



























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    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',
    autoActivateHeartbeat: false,
    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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f1162188%2finstallation-of-clang-on-ubuntu18-04%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1


















    If you want install Clang then just run this command : sudo apt install clang






    share|improve this answer






























      1


















      If you want install Clang then just run this command : sudo apt install clang






      share|improve this answer




























        1














        1










        1









        If you want install Clang then just run this command : sudo apt install clang






        share|improve this answer














        If you want install Clang then just run this command : sudo apt install clang







        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered Jul 30 at 16:31









        Mugdho MNS.Mugdho MNS.

        112 bronze badges




        112 bronze badges































            draft saved

            draft discarded















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1162188%2finstallation-of-clang-on-ubuntu18-04%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown









            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?