On Mon, Aug 25, 2003 at 01:28:48AM -0400, Mark Blackburn wrote: > Has anybody managed to compile lftp with gdb support. My attempt went > something like this: > > $ export CFLAGS='-g -O2 -Wall' > $ export CXXFLAGS=$'-g -O2 -Wall -Wwrite-strings -Woverloaded-virtual > -fno-exceptions -fno-rtti -fno-implement-inlines -Winline' > $ ./configure > $ make > > When I try loading it into gdb it tells me I have no symbols > This is on cygwin. Current version. > > Anyone else have any luck with this? BTW all the object files seem to > have symbols.
Set LDFLAGS to empty value. Or use `./configure --with-debug'. -- Alexander. | never mind that noise you heard
