Ethereal-dev: [ethereal-dev] compiling with debug info (Linux)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Mark Clayton <clayton@xxxxxxxxx>
Date: Thu, 8 Jun 2000 17:15:08 -0400 (EDT)
I'm tryin to build ethereal with debug info for use with gdb
on linux.  I didn't see the usual debug option to configure
so I edited all the makefiles by removing the -O3 and replacing
it with a -g.  I can see gcc use the -g on all the compiles
and the -g is there for the link stage.  However gdb starts
up with no debugging symbols found.  What am  I doing wrong?
Is there a strip somewhere I'm not seeing?

Thanks,
Mark