Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Overriding CC from command line

From: didier <dgautheron@xxxxxxxx>
Date: Sun, 27 Jul 2008 05:14:32 +0200
Hi,
Le samedi 26 juillet 2008 ᅵ 15:31 +0200, Kovarththanan Rajaratnam a
ï¿œcrit :
> Hello,
> 
> I'm trying to compile Wireshark with clang [1]. A small python script 
> (ccc) is provided by clang which should act as a drop in replacement for 
> gcc. However, compiling Wireshark on my Ubuntu box with:
> 
> make all CC=ccc
...
> AFAICT, libtool (1.5.26-1ubuntu1) doesn't seem to invoke the given ccc 
> script. Any hints?
> 
Did you try: 
export CC=ccc
./configure
make

Didier