Hm, yes, that could be it. I couldn't get any pike to work with PROGRAM_BUILD_DEBUG. When I removed it all my various configured Pikes started to work so I gave up...
No, I didn't use --with-rtldebug. --with-double-precision, though, but that shouldn't matter here (should it?).
/ Mirar
Previous text:
2003-01-05 23:12: Subject: Re: Problem compiling Pike
Now you get a Pike_fatal and previously you got a raw SIGSEGV. That's odd since neither COMPILER_DEBUG nor PROGRAM_BUILD_DEBUG adds more debug checks. It could perhaps be that there has become a circularity with PROGRAM_BUILD_DEBUG since it calls describe_svalue which can call functions in the master, something that wouldn't work if the debug printouts are made before the master is loaded.
Are you using --with-rtldebug?
/ Martin Stjernholm, Roxen IS