UCLA-IRL / NAC-ABE

Attribute-based Access Control over Named Data Networking
GNU General Public License v3.0
14 stars 11 forks source link

issue when using make for compilation #21

Closed dulalsaurab closed 1 year ago

dulalsaurab commented 1 year ago

Compiling/installing nac-abe using make doesn't produce any error, but when linking nac-abe from another library, I get the following error.

/usr/bin/ld.gold: error: cannot find -lnac-abe
collect2: error: ld returned 1 exit status

The issue doesn't exist when using waf. It is uncertain whether the problem is with my machine or due to missing flag/s in the make file.

tianyuan129 commented 1 year ago

Does this issue still exist?

tianyuan129 commented 1 year ago

No response.