I'm building a project from github but after running make build
I got an error message below:
/usr/bin/ld: cannot find -ld
collect2: error: ld returned 1 exit status
I've tried installing lib stated from this link and the error changed to:
/usr/bin/ld: cannot find -lbz2
collect2: error: ld returned 1 exit status
Can someone help me on this? Thank you!