On 11/03/10 12:37, Jérémie Koenig wrote: > * I'm able to use gdb on the X server through the network but when I > try to rebuild the xorg-server source package with > DEB_BUILD_OPTIONS=debug,nostrip, I get a segfault from libtool. (Could > someone confirm they have this problem as well?)
debug won't probably do anything. You may want noopt (to build with -O0) instead. Cheers, Emilio