On Tue, Feb 20, 2001 at 11:23:46AM -0700, Benjamin Collar wrote:
> On Fri, 16 Feb 2001, Lutz Jaenicke wrote:
> > While you have compiled with "-g" you still did not extract the
> > line number information. Did you strip (ld -s option) the executable?
> > If you have compiled with debugging support and not stripped,
> > you should receive a backtrace with line numbers in it.
> Hmm, I'm looking around the Makefile but don't see anything related to
> stripping. I added the -g to the CFLAG line. Do you know where I can find
> the strip option?
Puh, I man not that familiar with AIX (my last experience was with 3.x
several years ago and I didn't like it :-)
Stripping may appear
* during link stage (ld is called with the -s option)
* by explicitly using the "strip" program
* during install (install is called with the -s option)
You should also take care that your CFLAGS are used in the command
performing the link...
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]