Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 스크립트
- DB
- 문자열
- spring form tag
- 한글
- RADIO
- 호환성
- 오라클
- JSTL
- Oracle
- html
- MYSQL
- php
- 이클립스
- checbox
- exception
- maven
- SSL
- 날짜
- HTML5
- null
- json
- 웹 플랫폼 설치 관리자
- java
- jquery
- 전자정부 표준프레임워크
- 톰캣
- switch
- @RequestBody
- 네이버스마트 에디터
Archives
- Today
- Total
개인적인 정리
No CMAKE_CXX_COMPILER could be found. 본문
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:311 (PROJECT):
No CMAKE_C_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
리눅스에서 MySQL 설치시 위와 같은 오류가 발생
#yum -y install gcc*
'DB > MYSQL' 카테고리의 다른 글
Could not find rpcgen (0) | 2020.01.10 |
---|---|
Package 'libtirpc', required by 'virtual:world', not found (0) | 2020.01.10 |
Curses library not found. Please install appropriate package, (0) | 2020.01.10 |
Cannot find appropriate system libraries for WITH_SSL=system. (0) | 2020.01.10 |
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage (0) | 2020.01.10 |
Could NOT find Git (missing: GIT_EXECUTABLE) (0) | 2020.01.10 |
bash: cmake: 명령을 찾을 수 없습니다... (0) | 2020.01.10 |
MySQL 설치(소스 컴파일) (0) | 2020.01.10 |
Comments