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

Re: can't build swig-py

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-12-16 18:35:08 CET

Ben Collins-Sussman <sussman@collab.net> writes:

> Oh yeah, I'm doing
>
> ./autogen.sh
> CC="ccache cc" ./configure --enable-maintainer-mode

Looks like that CC= is the cause, I can reproduce your problem with

$ cat zz
#!/bin/sh
exec $@
$ CC="./zz gcc" ./configure

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 16 18:36:38 2004

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.