@licson
mmis1000@mmis1000-G1-7528:~/tests$ gcc -std=c11 -lcap test-cap.c
/tmp/ccseDTPp.o: In function `modifyCap':
test-cap.c:(.text+0x1e): undefined reference to `cap_get_proc'
test-cap.c:(.text+0x5c): undefined reference to `cap_set_flag'
test-cap.c:(.text+0x6d): undefined reference to `cap_free'
test-cap.c:(.text+0x80): undefined reference to `cap_set_proc'
test-cap.c:(.text+0x91): undefined reference to `cap_free'
test-cap.c:(.text+0xa4): undefined reference to `cap_free'
collect2: error: ld returned 1 exit status
有link卻找不到要怎麼處裡阿