Hi Lorenzo,
sorry for the delay. My guess is that the executables are not able to
find the dynamic libraries, and thus exit with the error "lazy symbol
binding failed" (but I can be wrong. I don't know anything about Os X,
so I'm just guessing). Maybe you have installed boost in a non-standard
path? In linux you can deal with this problem by setting the
LD_LIBRARY_PATH environment variable, like this:
% LD_LIBRARY_PATH=/path/to/boost ./ukb_wsd
maybe you can try this. Another option is to create a statically linked
executables, just by executing:
% ./configure --enable-static
% make clean; make; make install;
best,
aitor
> >
ukblist+u...@googlegroups.com.
> --
> You received this message because you are subscribed to the Google Groups "ukblist" group.
> To view this discussion on the web visit
https://groups.google.com/d/msg/ukblist/-/gKlJtHpe4a4J.
> To unsubscribe from this group, send email to
ukblist+u...@googlegroups.com.