sorry, i still get an compilation error when compiling --with-valgrind (see below).
another irritating problem: i do not get an error stopping the compilation when valgrind is not found (in the path). it was just a message being lost in the output of make.
error when compiling --with-valgrind
Compiling /tmp/Pike-v7.6-snapshot/src/gc.c /tmp/Pike-v7.6-snapshot/src/gc.c: In function `cleanup_markers': /tmp/Pike-v7.6-snapshot/src/gc.c:1539: error: `GC_CLEANUP_FREED' undeclared (first use in this function) /tmp/Pike-v7.6-snapshot/src/gc.c:1539: error: (Each undeclared identifier is reported only once /tmp/Pike-v7.6-snapshot/src/gc.c:1539: error: for each function it appears in.) /tmp/Pike-v7.6-snapshot/src/gc.c:1540: error: structure has no member named `xrefs' /tmp/Pike-v7.6-snapshot/src/gc.c:1541: error: structure has no member named `saved_refs' WARNING: Compiler failure! Trying without optimization! cc1: warning: -Wuninitialized is not supported without -O /tmp/Pike-v7.6-snapshot/src/gc.c: In function `cleanup_markers': /tmp/Pike-v7.6-snapshot/src/gc.c:1539: error: `GC_CLEANUP_FREED' undeclared (first use in this function) /tmp/Pike-v7.6-snapshot/src/gc.c:1539: error: (Each undeclared identifier is reported only once /tmp/Pike-v7.6-snapshot/src/gc.c:1539: error: for each function it appears in.) /tmp/Pike-v7.6-snapshot/src/gc.c:1540: error: structure has no member named `xrefs' /tmp/Pike-v7.6-snapshot/src/gc.c:1541: error: structure has no member named `saved_refs' Compilation command was: /tmp/Pike-v7.6-snapshot/build/linux-2.4.21-243-default-i686/smartlink gcc -DPIKE_SRC_ROOT=/tmp/Pike-v7.6-snapshot -I. -I/tmp/Pike-v7.6-snapshot/src -I/tmp/Pike-v7.6-snapshot/build/linux-2.4.21-243-default-i686/bundles/include -I/usr/local/include -I/opt/gnome/include -I/usr/X11/include -g -Wa,--execstack -mcpu=i686 -I/tmp/Pike-v7.6-snapshot/build/linux-2.4.21-243-default-i686/bundles/include -I/usr/local/include -I/opt/gnome/include -I/usr/X11/include -W -Wall -Wno-unused -Wcomment -Wformat -Wimplicit-function-declaration -Wmultichar -Wswitch -Wuninitialized -Wpointer-arith -Wchar-subscripts -Wno-long-long -c /tmp/Pike-v7.6-snapshot/src/gc.c -o gc.o make[2]: *** [gc.o] Error 1 make[2]: Leaving directory `/tmp/Pike-v7.6-snapshot/build/linux-2.4.21-243-default-i686' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/Pike-v7.6-snapshot/build/linux-2.4.21-243-default-i686' make: *** [compile] Error 2
/ Michael J. Stenitzer
Previous text:
2004-09-27 00:33: Subject: memory leak in oracle module
Sorry, that was a bit hasty. Now it got a chance of working.
/ Martin Stjernholm, Roxen IS