Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linking error #4

Open
darksid3r opened this issue Sep 26, 2012 · 1 comment
Open

linking error #4

darksid3r opened this issue Sep 26, 2012 · 1 comment
Labels

Comments

@darksid3r
Copy link

During the compilation of VSFM, while linking CMVS, I get an error that multilevel library is missing. While googling, I found the source in another project of yours - graclus. I compiled the multilevel library from that project and then:
sudo cp libmultilevel.a /usr/lib.

Now when I link CMVS I get this:
MLKKMRefine(controldef_, graphdef_, graphdef_, int, int, float_, float)in libmultilevel.a(wkkm.o)
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [cmvs] Error 1

I'm pretty new to this, so I must be doing a noob mistake :). Any hints?

Thanks,
Tudor

@ddoubleprime
Copy link

Linking cmvs fails because libmutilevel is not found; adding "-L../../../Graclus" to the YOUR_LDLIB_PATH= line in the makefile patching section of makecmvs then rerunning the script fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants