On 11/19/2006 08:57, [EMAIL PROTECTED] wrote:

> Still don't know how to compile with debugging.

Usually there's an option in the ./Configure script that turns it on.
If there's no ./Configure, then look at the Makefile and check for the
CFLAGS and CXXFLAGS vars which contain flags that get passed to the C
and C++ (respectively) compilers.  You want to look for or add "-g" in
there to get passed to gcc.

Some (but not all) ./Configure scripts look for the $CFLAGS and
$CXXFLAGS environment variable.  This can throw a wrench into your
efforts depending on how things are.  If things are buggy, the Makefile
(or rpm) can do things like running the strip program on your fresh
binaries.  This action can remove the debugging symbols you worked so
hard to add in the first place.

Just things to look for...

~Jason

-- 
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to