Dear Eliezer
these are the configure options ...
configure options: '--prefix=/usr/local/squid-3.1.19'
'--sysconfdir=/etc' '--sysconfdir=/etc/squid' '--localstatedir=/var'
'--enable-auth=basic,digest,ntlm' '--enable-removal-policies=lru,heap'
'--enable-digest-auth-helpers=password'
'--enable-basic-auth-helpers=PAM,getpwnam,NCSA,MSNT'
'--enable-external-acl-helpers=ip_user,session,unix_group'
'--enable-ntlm-auth-helpers=fakeauth'
'--enable-ident-lookups--enable-useragent-log' '--enable-cache-digests'
'--enable-delay-pools' '--enable-referer-log' '--enable-arp-acl'
'--with-pthreads' '--with-large-files' '--enable-htcp' '--enable-carp'
'--enable-follow-x-forwarded-for' '--enable-snmp' '--enable-ssl'
'--enable-storeio=ufs,diskd,aufs' '--enable-async-io'
'--enable-linux-netfilter' '--enable-epoll'
'--with-squid=/usr/squid-3.1.19' '--disable-ipv6' '--with-aio'
'--with-aio-threads=128' 'build_alias=x86_64-pc-linux-gnu'
'host_alias=x86_64-pc-linux-gnu' 'CC=x86_64-pc-linux-gnu-gcc'
'CFLAGS=-O2 -pipe -m64 -mtune=generic' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed'
'CXXFLAGS=' '--cache-file=/dev/null' '--srcdir=.'
thanks
On 2014-03-31 07:14, Eliezer Croitoru wrote:
On 03/31/2014 02:11 PM, a.afach@xxxxxxxxxxxxx wrote:
adding cflags solved the problem ...
so the new one is the only one with the cflags
is there any effect for the cflags on performance and gcc errors (
while
loops ) which causes the CPU to spike to 100% ????
best regards
It can be possible and can also not be the culprit for the issue.
I can try to build it on a gentoo system and tell you if I need these
flags but the flags are not suppose to be there.
what exactly is the "squid -v" output?
Eliezer