[컴][프로그래밍] eclipse c/c++ 에서 -l option 설정

-l 옵션 추가 하기 / -l 옵션 넣는 법 / 이클립스에서 c/c++ -l 옵션 / eclipse c/c++ IDE 에서 -l option 추가 하기

 

linux cc 에서 pthread 를 사용하려는데,

undefined-reference to pthread create

이 뜬다.

http://stackoverflow.com/questions/1662909/undefined-reference-to-pthread-create-in-linux-c-programming

글에서 보니, -lpthread 를 해서 link 를 걸어줘야 한다.

이걸 eclipse 에서 설정 하는 방법은 -std=c99 option 을 추가하는 글을 참고했다.

 

Property >> Settings >> GCC c++ Linker >> Libraries

로 가서 pthread 를 추가하면 된다.

 

Screenshots

project 에서 마우스 오른쪽 버튼을 눌러서 나오는 context menu 이다.

image

 

property 창이다.

image

댓글 없음:

댓글 쓰기