Hi.I have a question.
Please have a look at this part of configure.in script that I trying to
modify for my needs.
AM_CONDITIONAL(ENABLE_SHAGA, false)
AC_ARG_ENABLE(shaga,
[ --enable-shaga Enable ShagaEngine support],
[ if test "$enableval" != "no"; then
echo "ShagaEngine support enabled"
AC_DEFINE(USE_SHAGA, 1, [Define this to include code for ShagaEngine.])
AM_CONDITIONAL(ENABLE_SHAGA, true)
CFLAGS="$CFLAGS -L../shaga -lshaga"
fi
])
When I trying to configure (bootstrap.sh;./configure
--prefix=/usr/local/proxy_test --enable-shaga)
squid i get the error "configure: error: cannot compute sizeof (void *), 77
".
Otherwise, when I remove "-L../shaga -lshaga" ,all is going Ok.
I cannot understand what is happening.
Can anyone help/explain me what does this mean?
Thanks in advance!
-- View this message in context: http://www.nabble.com/configure%3A-error%3A-cannot-compute-sizeof-%28void-*%29%2C-77---during-configuration-process-tf4786630.html#a13693522 Sent from the Squid - Development mailing list archive at Nabble.com.Received on Sun Nov 11 2007 - 10:17:58 MST
This archive was generated by hypermail pre-2.1.9 : Sat Dec 01 2007 - 12:00:05 MST