libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using purify with lintool


From: Ralf Wildenhues
Subject: Re: Using purify with lintool
Date: Thu, 13 Aug 2009 07:55:26 +0200
User-agent: Mutt/1.5.20 (2009-08-09)

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/srclib/apr/libtool --silent
> > > --mode=link --tag=purify gcc -g -O2        -o libos.la -static unixd.lo
> > > libtool: ignoring unknown tag purify
> > 
> > That's weird, how come the Makefile puts "purify gcc" right after
> > "--tag="?  Can you post a link to the source tarball?

> The apache source tar is available at
> http://httpd.apache.org/download.cgi. Please download the Unix source
> for v2.2.13.

Thanks.  If I use the exact command sequence I posted above, then purify
is not used at all.  I falsely assumed that Apache would use Automake,
or a naming convention similar to what automake uses, in their
makefiles.

I've sent a patch to improve their build system upstream:
<https://issues.apache.org/bugzilla/show_bug.cgi?id=47691>.
With that, you will be able to use the above command sequence.

For now, you can try
  ./configure --disable-shared CC='purify gcc'
  make clean
  make

and hope for the best.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]