How to install two different compilers?

Martin Drozdik

I am an unskilled Ubuntu user and almost each time I try to install something nontrivial I break something miserably. I am successfully using gcc 4.7 and 4.8 simultaneously using update-alternatives according to this answer. Now I would like to try out clang for my C++ development.

I am afraid that the complier is a critical part of the operating system and installing it is nontrivial. I am afraid that if install clang it will overwrite the C++ standard headers and libraries of gcc and/or break something else.

How can I safely install and use clang and gcc?

EDIT:

나는 aptitude가 설치되어 있지 않아서 다음을 시도했습니다.

sudo apt-get install clang-3.4

대신 모든 것이 잘 보입니다. 나는 gcc를 테스트 했고 그것을 깨지 않은 것 같습니다.

그런 다음 clang으로 무언가를 컴파일하려고 시도했는데 다음 오류가 발생했습니다.

/usr/include/c++/4.8/iostream:38: error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
         ^

clanggcc 표준 라이브러리 를 사용하려는 것 같습니다 . 어떻게 해결할 수 있습니까?

myusuf3

모든 것을 직접 컴파일 할 가능성이 있습니다. 만약 당신이 '숙련되지 않은'우분투 사용자라면 (나는 그렇게 생각하지 않는다. 단지 새로운) 우분투 사용자라면 deb관리자가 당신을 위해 열심히 일할 것을 적극 제안 할 것이다.

따라서 apt-get에 사용하려는 사본이 있는지 확인하십시오.

aptitude search clang

그것이 훌륭하다면 그것은 일을 처리 할 것입니다. 그렇지 않다면 여기에서 tar ball을 다운로드 할 수 있습니다.

Extact it to /usr/local or /opt from there you can use it and delete the entire folder if you wish without any affects on your system.

Goodluck.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Different compilers behavior for template specialization

분류에서Dev

Is it safe to install two different VirtualBox Guest Additions at the same time?

분류에서Dev

How do compilers know when not to recompile?

분류에서Dev

how do c compilers for android work.

분류에서Dev

How to combine the results of two different queries with mongoose?

분류에서Dev

How to query two fields (different) into one field

분류에서Dev

how to display dates from two different tables?

분류에서Dev

How to iterate a command with two different variables?

분류에서Dev

How to compare two different values of different functions or same function?

분류에서Dev

How can I install a two disk game with Wine?

분류에서Dev

How to install two versions of software under Windows 10?

분류에서Dev

How to concat two or more data frames with different columns names in pandas

분류에서Dev

variable is returning two values, how to store them in different variable?

분류에서Dev

How to differentiate same class HTML present in two different div

분류에서Dev

How do I split an array into two different arrays?

분류에서Dev

How to get monthly report from two different month?

분류에서Dev

How to Retrieve Data from Two Different MySQL Database using JDBC?

분류에서Dev

How do I use two different relativeTime customizations?

분류에서Dev

How to pull JSON data from two different sources?

분류에서Dev

How to Connect Two Azure Virtual Network Gateways in Different Azure Directories

분류에서Dev

How to make the same WiFi adapter work on two different networks with different DHCP configurations?

분류에서Dev

different method when install php

분류에서Dev

How do I install a different Python version using apt-get?

분류에서Dev

Add two values from two different Lists

분류에서Dev

Gap Between two two dates of different cells

분류에서Dev

How to compose two Http4s routes with zio effect and different types of environment

분류에서Dev

How do I join three tables from two different databases(ms.access and mysql)?

분류에서Dev

How can you pass analytics source information between two websites using different versions of Google analytics

분류에서Dev

How can I merge two complex JSON objects with only unique or different values only showing in resultant array

Related 관련 기사

  1. 1

    Different compilers behavior for template specialization

  2. 2

    Is it safe to install two different VirtualBox Guest Additions at the same time?

  3. 3

    How do compilers know when not to recompile?

  4. 4

    how do c compilers for android work.

  5. 5

    How to combine the results of two different queries with mongoose?

  6. 6

    How to query two fields (different) into one field

  7. 7

    how to display dates from two different tables?

  8. 8

    How to iterate a command with two different variables?

  9. 9

    How to compare two different values of different functions or same function?

  10. 10

    How can I install a two disk game with Wine?

  11. 11

    How to install two versions of software under Windows 10?

  12. 12

    How to concat two or more data frames with different columns names in pandas

  13. 13

    variable is returning two values, how to store them in different variable?

  14. 14

    How to differentiate same class HTML present in two different div

  15. 15

    How do I split an array into two different arrays?

  16. 16

    How to get monthly report from two different month?

  17. 17

    How to Retrieve Data from Two Different MySQL Database using JDBC?

  18. 18

    How do I use two different relativeTime customizations?

  19. 19

    How to pull JSON data from two different sources?

  20. 20

    How to Connect Two Azure Virtual Network Gateways in Different Azure Directories

  21. 21

    How to make the same WiFi adapter work on two different networks with different DHCP configurations?

  22. 22

    different method when install php

  23. 23

    How do I install a different Python version using apt-get?

  24. 24

    Add two values from two different Lists

  25. 25

    Gap Between two two dates of different cells

  26. 26

    How to compose two Http4s routes with zio effect and different types of environment

  27. 27

    How do I join three tables from two different databases(ms.access and mysql)?

  28. 28

    How can you pass analytics source information between two websites using different versions of Google analytics

  29. 29

    How can I merge two complex JSON objects with only unique or different values only showing in resultant array

뜨겁다태그

보관