Hi everyone, I'm reporting a problem (and solution, though) with compiling mpb on openSuSE 12.3.
Having all required libraries installed, I get the following error on running ./configure: checking for libctl dir... /usr/local/share/libctl checking for gen-ctl-io... gen-ctl-io checking for ctl_get_vector3 in -lctl... no And then configure complains about not finding the libctl required. (Sorry, didn't catch the message exactly, only its meaning above.) Although mpb finds libctl, as you can see above. Digging into config.log I found out, that in the check the test program is not linked with libctl. -lctl is given, but not -L/usr/local/lib. "Patching" ./configure in line 20233 worked perfectly: LIBS="-L/usr/local/lib -lctl $LIBS" I didn't find the place, where LIBS lost -L/usr/local/lib, although it is given in the environment variable LDFLAGS. Or maybe it is a bug the openSuSE environment. Sincerely yours, Robert Bienert Universität Kassel _______________________________________________ mpb-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss
