CC'ing to squid-dev where the dev/author who can help might actually see it.
Please followup over there.
Amos
On 19/11/10 03:15, Thomas Meier wrote:
Hi Squid-Users,
I?d like to Test Squid 3.2 for SMP scalability.
But the result of the ./configure is:
/configure: syntax error at line 24361: `newline or ;' unexpected
Line 24631 from configure contains that:
24352 # save state, key is squid_epoll_state
24353 squid_epoll_state_CFLAGS="${CFLAGS}"
24354 squid_epoll_state_CXXFLAGS="${CXXFLAGS}"
24355 squid_epoll_state_LDFLAGS="${LDFLAGS}"
24356 squid_epoll_state_LIBS="${LIBS}"
24357 squid_epoll_state_CC="${CC}"
24358 squid_epoll_state_CXX="${CXX}"
24359 squid_epoll_state_squid_saved_vars=""
24360 for squid_util_var_tosave in
24361 do
24362 squid_util_var_tosave2="squid_epoll_state_${squid_util_var_tosave}"
24363 eval "${squid_util_var_tosave2}=\"${squid_util_var_tosave}\""
24364 done
24365
24366 { $as_echo "$as_me:$LINENO: checking for library containing
epoll_ctl" >&5
24367 $as_echo_n "checking for library containing epoll_ctl... " >&6; }
24368 if test "${ac_cv_search_epoll_ctl+set}" = set; then
24369 $as_echo_n "(cached) " >&6
24370 else
Can anyone tell me, the Problem.
My OS is Solaris 10 on X86.
Any suggestions ?
Thomas