<div dir="ltr">Hrm.<br><br><br>It appears I get the openldap build error when I do the build like this (like it happens with the tb script) :<br><br>$ LDFLAGS+='-fprofile-arcs'<br>$ CFLAGS+='-fprofile-arcs -ftest-coverage'<br>$ CXXFLAGS+='-fprofile-arcs -ftest-coverage'<br>$ CPPFLAGS+='-fprofile-arcs -ftest-coverage'<br>$ export LDFLAGS CFLAGS CXXFLAGS CPPFLAGS<br>$ ./autogen.sh --enable-python=internal --disable-online-update --without-system-libs --without-system-headers<br>$ make build-nocheck<br><br><br><br>But not when I do the build like this (like I do on the cmdline, or is done in the lcov-report.sh script) :<br><br>$ LDFLAGS+='-fprofile-arcs' CFLAGS+='-fprofile-arcs -ftest-coverage' CXXFLAGS+='-fprofile-arcs -ftest-coverage' \<br>CPPFLAGS+='-fprofile-arcs -ftest-coverage' ./autogen.sh --enable-python=internal --disable-online-update \<br>--without-system-libs --without-system-headers<br>$ make build-nocheck<br><br><br>- Maarten<br></div>