Re: Using purify with lintool

2009-08-12 Thread Ralf Wildenhues
Hello Pankaj, please don't top-post, that is considered rude on this mailing list. * Agrawal, Pankaj wrote on Wed, Aug 12, 2009 at 07:48:53AM CEST: > > From: Ralf Wildenhues > > > ./configure --disable-shared CC=gcc > > > make CCLD='purify gcc' > > > > > > /kassa04/softwares/agrpa02/httpd-2.2.12

RE: Using purify with lintool

2009-08-11 Thread Agrawal, Pankaj
: Using purify with lintool * Agrawal, Pankaj wrote on Tue, Aug 11, 2009 at 09:36:01PM CEST: > If I use the below two commands, it still doesn't work. I have pasted an > error snapshot. Thanks. > ./configure --disable-shared CC=gcc > make CCLD='purify gcc' > >

Re: Using purify with lintool

2009-08-11 Thread Ralf Wildenhues
* Agrawal, Pankaj wrote on Tue, Aug 11, 2009 at 09:36:01PM CEST: > If I use the below two commands, it still doesn't work. I have pasted an > error snapshot. Thanks. > ./configure --disable-shared CC=gcc > make CCLD='purify gcc' > > /kassa04/softwares/agrpa02/httpd-2.2.12/srclib/apr/libtool --si

RE: Using purify with lintool

2009-08-11 Thread Agrawal, Pankaj
_test_char > test_char.h Thanks Pankaj -Original Message- From: Ralf Wildenhues [mailto:ralf.wildenh...@gmx.de] Sent: Wednesday, 12 August 2009 12:14 AM To: Agrawal, Pankaj Cc: libtool@gnu.org Subject: Re: Using purify with lintool Hello Pankaj, please keep the mailing list in Cc:,

Re: Using purify with lintool

2009-08-11 Thread Ralf Wildenhues
Hello Pankaj, please keep the mailing list in Cc:, and don't top-post; thank you. * Agrawal, Pankaj wrote on Tue, Aug 11, 2009 at 08:39:36PM CEST: > However, I am running still into troubles trying to use purify with > apache that uses libtool. > /bin/bash /kassa04/softwares/agrpa02/httpd-2.2.

Re: Using purify with lintool

2009-08-11 Thread Ralf Wildenhues
Hello Pankaj, * Agrawal, Pankaj wrote on Tue, Aug 11, 2009 at 01:01:58PM CEST: > I want to instrument apache 2.0 with IBM Purify Plus. > > Given that Apache 2.0 uses libtool and the compilation and linking > happens in separate phases, we need to include purify in the link line > for the instrum

Using purify with lintool

2009-08-11 Thread Agrawal, Pankaj
Hi Folks, I want to instrument apache 2.0 with IBM Purify Plus. Given that Apache 2.0 uses libtool and the compilation and linking happens in separate phases, we need to include purify in the link line for the instrumentation to be successful. Can anybody tell me which file has to be modified f