Compiling Issues
Status: Alpha
Brought to you by:
coroberti
From: <Ko...@co...> - 2007-08-27 14:57:45
|
Dear curl-users, I am trying to compile the curl-loader on a CentOS with a 2.6.18 kernel. = However, I get the following error (the compiler is bailing out when = compiling the mpool.c): gcc -W -Wall -Wpointer-arith -pipe -DCURL_LOADER_FD_SETSIZE=3D20000 = -D_FILE_OFFSET_BITS=3D64 -g -I. -I./inc -I/usr//include -c -o = obj/mpool.o mpool.c mpool.c: in function mpool_init: mpool.c:160: error: PAGE_SIZE not declared (first use in this function) make: *** [obj/mpool.o] error 1 Any suggestions, ideas what went wrong? Thanks a lot in advance, Bjoern |