DenseInferenceWrapper icon indicating copy to clipboard operation
DenseInferenceWrapper copied to clipboard

The error happened during makefile

Open yunghx opened this issue 7 years ago • 2 comments

Hi,

When I tried to use your algorithm, I fellowed the instruction to install it. I have to say I am only familiar with MATLAB and a little experience with Python. When I did the final step 'make the file' on macos, an error happened:

ld: unknown option: -no-undefined clang: error: linker command failed with exit code 1 (use -v to see invocation)

I go back to the makefile and check, seems the sentence '-Wl,-no-undefined' is not working. Do you have any idea what happened?

Regards

yunghx avatar Jun 02 '17 23:06 yunghx

I had similar issues but with respect to linking for python and boost, maybe its something similar. Are boost and boost-python compatible with your system python distro?

RFHO-BDSS avatar Feb 23 '18 13:02 RFHO-BDSS

I have updated the codes and instructions in my forked version of this repo. Please go to : https://github.com/soumickmj/DenseInferenceWrapper

soumickmj avatar Sep 30 '19 19:09 soumickmj