I wrote: >Kervin Pierre writes: >> Is there a flag to not strip binaries during building? > env LDFLAGS="-s" ./configure Oops, forget that. I didn't notice the "not":-( Anyway, the binaries are not stripped during building, but during installation. You can install non-stripped version by doing 'cp' by hand after 'make install'. I wish there was a better way. -- Hallvard