Just wanted to confirm that I've reproduced the problem on OSX; it seems that the bundle is enabled, and it is built, but for some reason configure hasn't added the bundle install directory build/$(OS)/bundles to the appropriate compiler variables (-I, -L, etc). The configure script looks okay, but it doesn't seem to have the desired effect.
doing a
LDFLAGS="-L$BUNDLE_DIR/lib -R$BUNDLE_DIR/lib" LDDFLAGS="-L$BUNDLE_DIR/lib -R$BUNDLE_DIR/lib" CFLAGS="-I$BUNDLE_DIR/include" make
seems to make everything work properly (which, incidentally, is exactly what the configure script does).
I suspect this was a problem with 7.6.112, as well, though I don't have an immediate solution to the problem.
Bill
On Oct 11, 2012, at 5:20 AM, Martin Bähr mbaehr@email.archlab.tuwien.ac.at wrote:
how do i get it to build witht the bundled nettle?
i thought that would happen automatically if nettle is not installed.
greetings, martin.