GCC, gcc, g++

GNU Compiler Collection, GCC
GNU 컴파일러 콜렉션
gcc, , GNU C Compiler
GNU C 컴파일러
g++, GNU C++ Compiler
GNU C++ 컴파일러

1 GCC[ | ]

  • 리눅스 컴파일러 패키지
  • 다양한 프로그래밍 언어를 지원하는 컴파일러 체계
  • 지원언어: C, C++, Fortan, Pascal 등

 

2 gcc[ | ]

  • C 컴파일러
  • /usr/bin/gcc, /usr/bin/cc
root@zetawiki:~# which cc
/usr/bin/cc
root@zetawiki:~# ll /usr/bin/cc
lrwxrwxrwx 1 root root 20 May 21  2015 /usr/bin/cc -> /etc/alternatives/cc*
root@zetawiki:~# ll /etc/alternatives/cc
lrwxrwxrwx 1 root root 12 May 21  2015 /etc/alternatives/cc -> /usr/bin/gcc*

3 g++[ | ]

  • C++ 컴파일러
  • /usr/bin/g++

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}