fre 2008-04-18 klockan 07:27 +0200 skrev Florian:

> Another compiler (gcc 4.1.1) crashes too when compiling the squid-3.1
> sources.
> 
> Where is my mistake?
> 
> Bye Florian
> 
> CC=/usr/bin/gcc4; export CC

Here.. you only upgraded gcc (C), not g++ (C++).

CXX=/usr/bin/g++4; export CXX

> odilo #./configure --prefix="/usr/local/squid31"
> odilo #make

Regards
Henrik

Reply via email to