Re: [squid-users] squid-3 make install errors

2008-05-08 Thread Henrik Nordstrom
On ons, 2008-05-07 at 08:00 +0200, Florian wrote: i successfully built the rsynced squid-3 sources. Now there are two (minor) issues doing the make install. * make install requires a uudecode. A missing uudecode is not recognized by the configure-script in advance, just make install fails.

Re: [squid-users] squid-3 make install errors

2008-05-08 Thread Amos Jeffries
On ons, 2008-05-07 at 08:00 +0200, Florian wrote: i successfully built the rsynced squid-3 sources. Now there are two (minor) issues doing the make install. * make install requires a uudecode. A missing uudecode is not recognized by the configure-script in advance, just make install fails.

[squid-users] squid-3 make install errors

2008-05-07 Thread Florian
Hello List, i successfully built the rsynced squid-3 sources. Now there are two (minor) issues doing the make install. * make install requires a uudecode. A missing uudecode is not recognized by the configure-script in advance, just make install fails. * The directory icons contains no gif-files

Re: [squid-users] squid-3 make install errors

2008-05-07 Thread Amos Jeffries
Florian wrote: Hello List, i successfully built the rsynced squid-3 sources. Now there are two (minor) issues doing the make install. * make install requires a uudecode. A missing uudecode is not recognized by the configure-script in advance, just make install fails. * The directory icons

[squid-users] squid-3 make ipv6

2008-05-07 Thread Florian
Hello list, i'm trying now to buil the actually rsynced squid-3 with ipv6-support CC=/usr/local/gcc430/bin/gcc; export CC CXX=/usr/local/gcc430/bin/c++; export CXX CPP=/usr/local/gcc430/bin/cpp; export CPP LD_LIBRARY_PATH=/usr/local/mpfr231/lib:/usr/local/gmp422/lib; export LD_LIBRARY_PATH

Re: [squid-users] squid-3 make ipv6

2008-05-07 Thread Amos Jeffries
Hello list, i'm trying now to buil the actually rsynced squid-3 with ipv6-support CC=/usr/local/gcc430/bin/gcc; export CC CXX=/usr/local/gcc430/bin/c++; export CXX CPP=/usr/local/gcc430/bin/cpp; export CPP LD_LIBRARY_PATH=/usr/local/mpfr231/lib:/usr/local/gmp422/lib; export

Re: [squid-users] squid-3 make

2008-05-06 Thread Florian
Amos Jeffries schrieb: Florian wrote: Henrik Nordstrom schrieb: fre 2008-04-25 klockan 00:03 +0200 skrev Florian: Ok, i hope, i've upgraded all necessary now. ;-) I installed the latest gcc, switched off Optimization but have errors: IPAddress.cc: In member function 'void

Re: [squid-users] squid-3 make

2008-04-26 Thread Florian
Henrik Nordstrom schrieb: fre 2008-04-25 klockan 00:03 +0200 skrev Florian: Ok, i hope, i've upgraded all necessary now. ;-) I installed the latest gcc, switched off Optimization but have errors: IPAddress.cc: In member function 'void IPAddress::GetAddrInfo(addrinfo*, int) c

Re: [squid-users] squid-3 make

2008-04-26 Thread Amos Jeffries
Florian wrote: Henrik Nordstrom schrieb: fre 2008-04-25 klockan 00:03 +0200 skrev Florian: Ok, i hope, i've upgraded all necessary now. ;-) I installed the latest gcc, switched off Optimization but have errors: IPAddress.cc: In member function 'void IPAddress::GetAddrInfo(addrinfo*, int) c

Re: [squid-users] squid-3 make

2008-04-25 Thread Henrik Nordstrom
fre 2008-04-25 klockan 00:03 +0200 skrev Florian: Ok, i hope, i've upgraded all necessary now. ;-) I installed the latest gcc, switched off Optimization but have errors: IPAddress.cc: In member function 'void IPAddress::GetAddrInfo(addrinfo*, int) c onst':

Re: [squid-users] squid-3 make

2008-04-24 Thread Florian
Henrik Nordstrom schrieb: 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++).

Re: [squid-users] squid-3 make

2008-04-20 Thread Henrik Nordstrom
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

Re: [squid-users] squid-3 make

2008-04-18 Thread Alex Rousskov
On Fri, 2008-04-18 at 07:27 +0200, Florian wrote: Robert Collins schrieb: The log you included shows your compiler has crashed. You should submit a bug report to gcc. -Rob Thanks for the hint. I will submit the log to them, but i'm in doubt, if they can help, beause the compiler

[squid-users] squid-3 make

2008-04-17 Thread Florian
Hello List, i have problems to compile squid-3 because make crashes. I rsynced the devel-sources rsync -avz rsync://squid-cache.org/source/squid-3 . ./configure --prefix=/usr/local/squid31 make ... ... g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\/usr/local/squid31/etc/squid.conf\ -I. -I.

Re: [squid-users] squid-3 make

2008-04-17 Thread Robert Collins
The log you included shows your compiler has crashed. You should submit a bug report to gcc. -Rob signature.asc Description: This is a digitally signed message part

Re: [squid-users] squid-3 make

2008-04-17 Thread Florian
Robert Collins schrieb: The log you included shows your compiler has crashed. You should submit a bug report to gcc. -Rob Thanks for the hint. I will submit the log to them, but i'm in doubt, if they can help, beause the compiler (gcc 3.4) works well with all sources, including