You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: