Why does 'make install' strip the executables? It's a bit hard to debug or make useful coredumps that way. Wouldn't it be better to let the user configure with LDFLAGS="-s" if that's what he wants?
What I eventually did was to rename the strip command :)
--Kervin