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