Hello everyone
I'm trying to build agar1.4.1 in openSUSE.
"configure" and "make depend" works fine, but when I type "make", I get some
error message about time.h;
how can I solve this problem?
Thanks,
Curio.
----------------------------------------------------------------------------
----------------------------------------------------------------------------
curio@curio-ThinkPad:~/agar-1.4.1> make
==> core
make[1]: 进入目录“/home/curio/agar-1.4.1/core”
sh ../mk/libtool/ltconfig ../mk/libtool/ltmain.sh x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ranlib... ranlib
checking whether we are using GNU C... yes
checking for object suffix... o
checking for executable suffix... no
checking for /usr/bin/cc option to produce PIC... -fPIC
checking if /usr/bin/cc PIC flag -fPIC works... yes
checking if /usr/bin/cc supports -c -o file.o... yes
checking if /usr/bin/cc supports -c -o file.lo... yes
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions ... no
checking if /usr/bin/cc static flag -static works... none
checking whether ln -s works... yes
checking for ld used by GCC... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/x86_64-suse-linux/bin/ld) supports shared
libraries... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files.... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
/bin/sh: 第 5 行:[: 参数太多
mv libtool ../mk/libtool/libtool
make[2]: 进入目录“/home/curio/agar-1.4.1/core”
.../mk/libtool/libtool --mode=compile /usr/bin/cc -O2
-Wno-unused-but-set-variable -D_AGAR_INTERNAL -D_BSD_SOURCE
-I/home/curio/agar-1.4.1/include -I/home/curio/agar-1.4.1/include/agar
-D_AGAR_CORE_INTERNAL -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -o
variable.lo -c variable.c
mkdir .libs
/usr/bin/cc -O2 -Wno-unused-but-set-variable -D_AGAR_INTERNAL -D_BSD_SOURCE
-I/home/curio/agar-1.4.1/include -I/home/curio/agar-1.4.1/include/agar
-D_AGAR_CORE_INTERNAL -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -c variable.c
-fPIC -DPIC -o .libs/variable.lo
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:9:2: error: expected specifier-qualifier-list before 'u_int32_t'
In file included from /usr/include/sys/select.h:43:0,
from /usr/include/sys/types.h:219,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:5:16: error: redefinition of 'struct ag_time_ops'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:5:16: note: originally defined here
In file included from /usr/include/sys/select.h:43:0,
from /usr/include/sys/types.h:219,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:11:3: error: conflicting types for 'AG_TimeOps'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:11:3: note: previous declaration of 'AG_TimeOps' was here
In file included from /usr/include/sys/select.h:43:0,
from /usr/include/sys/types.h:219,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:14:26: error: conflicting types for 'agTimeOps'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:14:26: note: previous declaration of 'agTimeOps' was here
In file included from /usr/include/sys/select.h:43:0,
from /usr/include/sys/types.h:219,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:15:26: error: conflicting types for 'agTimeOps_dummy'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:15:26: note: previous declaration of 'agTimeOps_dummy' was here
In file included from /usr/include/sys/select.h:43:0,
from /usr/include/sys/types.h:219,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:16:26: error: conflicting types for 'agTimeOps_gettimeofday'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:16:26: note: previous declaration of 'agTimeOps_gettimeofday' was here
In file included from /usr/include/sys/select.h:43:0,
from /usr/include/sys/types.h:219,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:17:26: error: conflicting types for 'agTimeOps_win32'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:17:26: note: previous declaration of 'agTimeOps_win32' was here
In file included from /usr/include/sys/select.h:43:0,
from /usr/include/sys/types.h:219,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:18:26: error: conflicting types for 'agTimeOps_condwait'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:18:26: note: previous declaration of 'agTimeOps_condwait' was here
In file included from /usr/include/sys/select.h:43:0,
from /usr/include/sys/types.h:219,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:20:6: error: conflicting types for 'AG_SetTimeOps'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:20:6: note: previous declaration of 'AG_SetTimeOps' was here
In file included from /usr/include/sched.h:33:0,
from /usr/include/pthread.h:23,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:5:16: error: redefinition of 'struct ag_time_ops'
In file included from /usr/include/sys/select.h:43:0,
from /usr/include/sys/types.h:219,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:5:16: note: originally defined here
In file included from /usr/include/sched.h:33:0,
from /usr/include/pthread.h:23,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:11:3: error: conflicting types for 'AG_TimeOps'
In file included from /usr/include/sys/select.h:43:0,
from /usr/include/sys/types.h:219,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:11:3: note: previous declaration of 'AG_TimeOps' was here
In file included from /usr/include/sched.h:33:0,
from /usr/include/pthread.h:23,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:14:26: error: conflicting types for 'agTimeOps'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:14:26: note: previous declaration of 'agTimeOps' was here
In file included from /usr/include/sched.h:33:0,
from /usr/include/pthread.h:23,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:15:26: error: conflicting types for 'agTimeOps_dummy'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:15:26: note: previous declaration of 'agTimeOps_dummy' was here
In file included from /usr/include/sched.h:33:0,
from /usr/include/pthread.h:23,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:16:26: error: conflicting types for 'agTimeOps_gettimeofday'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:16:26: note: previous declaration of 'agTimeOps_gettimeofday' was here
In file included from /usr/include/sched.h:33:0,
from /usr/include/pthread.h:23,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:17:26: error: conflicting types for 'agTimeOps_win32'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:17:26: note: previous declaration of 'agTimeOps_win32' was here
In file included from /usr/include/sched.h:33:0,
from /usr/include/pthread.h:23,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:18:26: error: conflicting types for 'agTimeOps_condwait'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:18:26: note: previous declaration of 'agTimeOps_condwait' was here
In file included from /usr/include/sched.h:33:0,
from /usr/include/pthread.h:23,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:20:6: error: conflicting types for 'AG_SetTimeOps'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:20:6: note: previous declaration of 'AG_SetTimeOps' was here
In file included from /usr/include/pthread.h:24:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:5:16: error: redefinition of 'struct ag_time_ops'
In file included from /usr/include/sched.h:33:0,
from /usr/include/pthread.h:23,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:5:16: note: originally defined here
In file included from /usr/include/pthread.h:24:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:11:3: error: conflicting types for 'AG_TimeOps'
In file included from /usr/include/sched.h:33:0,
from /usr/include/pthread.h:23,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:11:3: note: previous declaration of 'AG_TimeOps' was here
In file included from /usr/include/pthread.h:24:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:14:26: error: conflicting types for 'agTimeOps'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:14:26: note: previous declaration of 'agTimeOps' was here
In file included from /usr/include/pthread.h:24:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:15:26: error: conflicting types for 'agTimeOps_dummy'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:15:26: note: previous declaration of 'agTimeOps_dummy' was here
In file included from /usr/include/pthread.h:24:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:16:26: error: conflicting types for 'agTimeOps_gettimeofday'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:16:26: note: previous declaration of 'agTimeOps_gettimeofday' was here
In file included from /usr/include/pthread.h:24:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:17:26: error: conflicting types for 'agTimeOps_win32'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:17:26: note: previous declaration of 'agTimeOps_win32' was here
In file included from /usr/include/pthread.h:24:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:18:26: error: conflicting types for 'agTimeOps_condwait'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:18:26: note: previous declaration of 'agTimeOps_condwait' was here
In file included from /usr/include/pthread.h:24:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:20:6: error: conflicting types for 'AG_SetTimeOps'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:20:6: note: previous declaration of 'AG_SetTimeOps' was here
In file included from /usr/include/signal.h:75:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:11,
from core.h:20,
from variable.c:26:
../time.h:5:16: error: redefinition of 'struct ag_time_ops'
In file included from /usr/include/pthread.h:24:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:5:16: note: originally defined here
In file included from /usr/include/signal.h:75:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:11,
from core.h:20,
from variable.c:26:
../time.h:11:3: error: conflicting types for 'AG_TimeOps'
In file included from /usr/include/pthread.h:24:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:10,
from core.h:20,
from variable.c:26:
../time.h:11:3: note: previous declaration of 'AG_TimeOps' was here
In file included from /usr/include/signal.h:75:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:11,
from core.h:20,
from variable.c:26:
../time.h:14:26: error: conflicting types for 'agTimeOps'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:14:26: note: previous declaration of 'agTimeOps' was here
In file included from /usr/include/signal.h:75:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:11,
from core.h:20,
from variable.c:26:
../time.h:15:26: error: conflicting types for 'agTimeOps_dummy'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:15:26: note: previous declaration of 'agTimeOps_dummy' was here
In file included from /usr/include/signal.h:75:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:11,
from core.h:20,
from variable.c:26:
../time.h:16:26: error: conflicting types for 'agTimeOps_gettimeofday'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:16:26: note: previous declaration of 'agTimeOps_gettimeofday' was here
In file included from /usr/include/signal.h:75:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:11,
from core.h:20,
from variable.c:26:
../time.h:17:26: error: conflicting types for 'agTimeOps_win32'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:17:26: note: previous declaration of 'agTimeOps_win32' was here
In file included from /usr/include/signal.h:75:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:11,
from core.h:20,
from variable.c:26:
../time.h:18:26: error: conflicting types for 'agTimeOps_condwait'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:18:26: note: previous declaration of 'agTimeOps_condwait' was here
In file included from /usr/include/signal.h:75:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:11,
from core.h:20,
from variable.c:26:
../time.h:20:6: error: conflicting types for 'AG_SetTimeOps'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:20:6: note: previous declaration of 'AG_SetTimeOps' was here
In file included from core.h:93:0,
from variable.c:26:
/home/curio/agar-1.4.1/include/agar/core/time.h:5:16: error: redefinition of
'struct ag_time_ops'
In file included from /usr/include/signal.h:75:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:11,
from core.h:20,
from variable.c:26:
../time.h:5:16: note: originally defined here
In file included from core.h:93:0,
from variable.c:26:
/home/curio/agar-1.4.1/include/agar/core/time.h:11:3: error: conflicting
types for 'AG_TimeOps'
In file included from /usr/include/signal.h:75:0,
from /home/curio/agar-1.4.1/include/agar/core/threads.h:11,
from core.h:20,
from variable.c:26:
../time.h:11:3: note: previous declaration of 'AG_TimeOps' was here
In file included from core.h:93:0,
from variable.c:26:
/home/curio/agar-1.4.1/include/agar/core/time.h:15:35: error: conflicting
types for 'agTimeOps'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:14:26: note: previous declaration of 'agTimeOps' was here
In file included from core.h:93:0,
from variable.c:26:
/home/curio/agar-1.4.1/include/agar/core/time.h:16:34: error: conflicting
types for 'agTimeOps_dummy'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:15:26: note: previous declaration of 'agTimeOps_dummy' was here
In file included from core.h:93:0,
from variable.c:26:
/home/curio/agar-1.4.1/include/agar/core/time.h:17:34: error: conflicting
types for 'agTimeOps_gettimeofday'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:16:26: note: previous declaration of 'agTimeOps_gettimeofday' was here
In file included from core.h:93:0,
from variable.c:26:
/home/curio/agar-1.4.1/include/agar/core/time.h:18:34: error: conflicting
types for 'agTimeOps_win32'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:17:26: note: previous declaration of 'agTimeOps_win32' was here
In file included from core.h:93:0,
from variable.c:26:
/home/curio/agar-1.4.1/include/agar/core/time.h:19:34: error: conflicting
types for 'agTimeOps_condwait'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:18:26: note: previous declaration of 'agTimeOps_condwait' was here
In file included from core.h:93:0,
from variable.c:26:
/home/curio/agar-1.4.1/include/agar/core/time.h:20:22: error: conflicting
types for 'AG_SetTimeOps'
In file included from /usr/include/sys/types.h:132:0,
from /home/curio/agar-1.4.1/include/agar/core/types.h:17,
from core.h:12,
from variable.c:26:
../time.h:20:6: note: previous declaration of 'AG_SetTimeOps' was here
make[2]: *** [variable.lo] 错误 1
make[2]: 离开目录“/home/curio/agar-1.4.1/core”
make: failure
make[1]: *** [_lib_shobjs] 错误 1
make[1]: 离开目录“/home/curio/agar-1.4.1/core”
make: *** [all-subdir] 错误 1
----------------------------------------------------------------------------
----------------------------------------------------------------------------
and configure process like this:
curio@curio-ThinkPad:~> cd /home/curio/agar-1.4.1/
curio@curio-ThinkPad:~/agar-1.4.1> env CFLAGS="-O2
-Wno-unused-but-set-variable" ./configure
BSDBuild 2.8 (host: x86_64-unknown-linux-gnu)
* Overwriting existing Makefile.config
checking for a C compiler...yes, /usr/bin/cc
checking whether the C compiler works...yes
checking for compiler warning options...yes
checking for gcc...yes
checking for IEEE754 floating point...yes
checking aligned attribute...yes
checking bounded attribute...no
checking const attribute...yes
checking deprecated attribute...yes
checking format attribute...yes
checking nonnull attribute...yes
checking noreturn attribute...yes
checking packed attribute...yes
checking pure attribute...yes
checking warn_unused_result attribute...yes
checking for long double...yes
checking for long long...yes
checking for cygwin environment...no
checking for <sys/types.h>...yes
checking for 64-bit types...yes
checking for conflicting typedefs...no
checking for <stdlib.h>...yes
checking for <unistd.h>...yes
checking for compatible <limits.h>...yes
checking for compatible <float.h>...yes
checking for the __progname variable...yes
checking for the C math library...yes
checking for the C math library (C99)...yes
checking for a getpwuid() function...yes
checking for a getuid() function...yes
checking for a strsep() function...yes
checking for the snprintf() function...yes
checking for the vsnprintf() function...yes
checking for a vasprintf() function...yes
checking for the signal() function...yes
checking for setjmp() and longjmp()...yes
checking for a strtoll() function...yes
checking for a strtold() function...yes
checking for byte order...little-endian
checking for dlopen() interface...no
checking for dlopen() in -ldl...yes
checking for dyld interface...no
checking for shl_load() interface...no
checking for the gettimeofday() function...yes
checking for the select() interface...yes
checking for a setproctitle() function...no
checking for a syslog() function...yes
checking for syslog_r()...no
checking for vsyslog()...yes
checking for vsyslog_r()...no
checking for the glob() function...yes
checking for the getopt() function...yes
checking for the execvp() function...yes
checking for clock_gettime() interface (w/o -lrt)...yes
checking for winmm time interface...no
checking for SDL (http://www.libsdl.org)...yes (1.2.15)
checking whether SDL works...yes
checking for OpenGL (http://www.opengl.org)...yes
checking whether OpenGL works...yes
checking for the X window system...yes
checking for the GLX interface...no
checking for the WGL interface...no
checking for FreeType (http://www.freetype.org)...yes (16.0.10)
checking whether FreeType works...yes
checking for libjpeg (ftp://ftp.uu.net/graphics/jpeg/)...yes
checking whether libjpeg works...yes
checking for libpng (http://www.libpng.org)...yes (1.5.13)
checking whether libpng works...yes
checking for POSIX threads...yes
checking for the X/Open Threads Extension...yes
checking for PTHREAD_MUTEX_RECURSIVE...yes
checking for PTHREAD_MUTEX_RECURSIVE_NP...yes
* Preprocessing C include files...done
*
* Configuration successful.
* Use "make depend" if you plan on editing the source code.
* Use "make" and "make install" to build and install Agar.
*
----------------------------------------------------------------------------
_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html