Closed dulalsaurab closed 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.
make
/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.
waf
Does this issue still exist?
No response.
Compiling/installing nac-abe using
make
doesn't produce any error, but when linking nac-abe from another library, I get the following error.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.