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



_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to