Thread: eedi3
View Single Post
Old 25th November 2017, 19:24   #16  |  Link
HolyWu
Registered User
 
Join Date: Aug 2006
Location: Taiwan
Posts: 392
Quote:
Originally Posted by KingLir View Post
Thanks! all previous ones seems to fixed - now getting a new one:

$ make
CXXLD libeedi3m.la
ld: library not found for -lOpenCL
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [libeedi3m.la] Error 1
The error is quite obvious. The linker can't find the OpenCL library. Are you sure it's installed? Or maybe you need to pass additional flags to tell the linker where it's located?
HolyWu is offline