On Tue, Dec 23, 2003 at 03:03:01AM -0800, matt klug wrote: > When i attempt to debug lftp (2.6.9-2.6.10) by using gdb, i get the following > message: "No debugging symbols found...", which prevents me from having access to > the sources of lftp. > I tried to compile lftp using the gcc option "-g -02", but it seems to be > inefficient. > I would appreciate any help :p
Try: ./configure --with-debug -- Alexander.
