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


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to