> -Original Message-
> From: Sisyphus [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 24, 2005 2:04 PM
> Cc: [EMAIL PROTECTED]; inline@perl.org
> Subject: Re: [Pdx-pm] Debugging Inline C programs...
>
> To use gdb, I gather that perl, itself, needs to have been
> compiled with '-g'
Eric Wilhelm wrote:
# The following was supposedly scribed by
# Nick Wehr
# on Thursday 24 February 2005 02:20 am:
Sorry to leave you hanging on the inline-perl list.
I've been looking all over the man pages for some information on
debugging C code from within Inline. I've been using if (DEBUG)
l
# The following was supposedly scribed by
# Nick Wehr
# on Thursday 24 February 2005 02:20 am:
Sorry to leave you hanging on the inline-perl list.
>I've been looking all over the man pages for some information on
> debugging C code from within Inline. I've been using if (DEBUG)
> lines all over
Thanks a lot Ken!
Indeed, our mod_perl was compiled by solaris cc, but Inline was compiled by gcc.
I have tried to rebuild Inline and install a new server with mod_perl and
Inline compiled by the same solaris cc. Now all of program should use solaris
cc to compile into the bin file. But, unfortun