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: Kovarththanan Rajaratnam <krj@xxxxxxxxxxxxx>
Date: Sun, 27 Jul 2008 11:16:07 +0200
Hello Didier,

didier wrote:
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

Thanks. That solved the problem.

--
Best Regards
Kovarththanan Rajaratnam