웹상에 돌아다니는 소스들보면,
#include <unistd.h> #include <time.h>
이 두개 헤더파일만 삽입시키고 쓰는거같은데 왜 저는, clock_gettime()함수가 정의가 안되어있다는 linking 에러만 뜰까요...
부탁드립니다.
link 에러는 보통 library를 연결 안했을 때 발생합니다.
man clock_gettime 을 보시면
NOTE Most systems require the program be linked with the librt library to use these functions.
해당 시스템의 메뉴얼을 보시고 위와 같다면 -lrt 를 넣어 주시면 됩니다.
----------------------------------------http://moim.athttp://mkhq.co.kr
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
link 에러는 보통 library를 연결 안했을 때 발생합니다.
link 에러는 보통 library를 연결 안했을 때 발생합니다.
man clock_gettime 을 보시면
해당 시스템의 메뉴얼을 보시고 위와 같다면 -lrt 를 넣어 주시면 됩니다.
----------------------------------------
http://moim.at
http://mkhq.co.kr
댓글 달기