[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: bug? apr's configure script gets confused by $CC

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-07-06 14:12:39 CEST

Martin Pool wrote:

>I think those messages occur because the apr script is getting called
>with a command like this:
>
> (cd apr; ./configure 'CC=gcc')
>
>This isn't a big problem for me but I thought you might like to know.
>It might cause trouble if somebody ever specifically wants to use gcc
>rather than the local cc.
>
>

Why don't you try this instead:

    CC=gcc ./configure

It works for me on Solaris, HP-UX and Debian Woody.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 6 14:13:30 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.