On 27 October 2014 20:55, Cyrus Harmon <[email protected]> wrote: > ../coot-utils/.libs/libcoot-coord-utils.so: undefined reference to > `clipper::MMDBManager::cell() const'
Your linker complains that a library that is part of coot is not linked to libclipper-mmdb.so (which is part of clipper). You may try LDFLAGS=-Wl,--no-as-needed when building coot. > I'm a bit at a loss trying to figure out the templated classes, etc... in > sfweight.cpp so I thought I'd check to see if anyone else is having (or has > run into) this problem. Also the clipper::MMDBxxx stuff make me wonder if > this isn't the result of some stuff not yet being converted over to mmdb2. clipper was converted to mmdb2 about two months ago. If you've compiled it with mmdb2 you must have the latest version. Marcin
