Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
Tags
- IntelliJ
- 맛집
- 게임
- 이마트트레이더스
- Linux
- OSX
- 구글
- game
- 아이폰
- PERL
- Python
- 요리
- Ingress
- 설치
- 인그레스
- 포탈
- 필드
- 성과
- 유튜브
- 프렌즈런
- 맥북
- Installation
- arduino
- Java
- Mac
- 카카오
- 클리어
- 닌텐도스위치
- Today
- 352
- Total
- 2,398,276
준호씨의 블로그
linux c - libc 는 실행가능하다 본문
반응형
라이브러리 파일은 실행이 안된다고 생각 했는데 실행이 되는 라이브러리들이 있다. libc 실행해 보니 버전 정보를 표시해 준다.
$ /lib/libc.so.6
GNU C Library stable release version 2.12, by Roland McGrath et al.
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.4.7 20120313 (Red Hat 4.4.7-18).
Compiled on a Linux 2.6.32 system on 2017-05-26.
Available extensions:
The C stubs add-on version 2.1.2.
crypt add-on version 2.1 by Michael Glad and others
GNU Libidn by Simon Josefsson
Native POSIX Threads Library by Ulrich Drepper et al
BIND-8.2.3-T5B
RT using linux kernel aio
libc ABIs: UNIQUE IFUNC
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
반응형
'개발이야기' 카테고리의 다른 글
c - gcc 로 빌드 할 때 라이브러리 디팬던시는 뒤쪽에 배치 한다. undefined reference to 오류 (0) | 2018.06.02 |
---|---|
osx - docker 설치 (0) | 2018.05.28 |
linux c - libc 는 실행가능하다 (0) | 2018.04.30 |
python - logging (0) | 2018.04.24 |
linux - yum whatprovides - 무슨 패키지가 필요 한지 찾는 방법 (0) | 2018.04.24 |
mysql - mysqldump exit code (0) | 2018.04.24 |
0 Comments