Tag: gcc
All the articles with the tag "gcc".
-
GCC, G++ 다른 버전 추가하고 패키지 관리하기
Updated:Dependencies -------------------------------------------------------------------------------- * Ubuntu * build-essentials Problems -------------------...
-
pthread.h를 include 했는데도 undefined reference 에러가 날때
Updated:Problem -------------------------------------------------------------------------------- Pthread API를 이용하여 프로그래밍을 할 때, pthread.h를 include 했는데도 다음과 같은 오류가 나...