AW: Compiling Issues
Status: Alpha
Brought to you by:
coroberti
From: <Ko...@co...> - 2007-08-28 06:58:00
|
Hi Robert, =20 thanks for your quick responses. We have 64 bit processors over here and = the specific page.h does not contain any definitions for centOS with 64 = bit. Until I found any proper statements and solutions for that, I will = use the workaround ;-) =20 Thanks a lot so far :-) Yours, Bjoern ________________________________ Von: cur...@li... = [mailto:cur...@li...] Im Auftrag von = Robert Iakobashvili Gesendet: Montag, 27. August 2007 18:05 An: web loading and performance testing tool Betreff: Re: Compiling Issues On 8/27/07, Robert Iakobashvili <cor...@gm...> wrote:=20 Hi Bj=F6rn Korall,=20 =09 =09 On 8/27/07, Bj=F6rn Korall < Ko...@co... = <mailto:Ko...@co...> > wrote:=20 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): =09 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)=20 make: *** [obj/mpool.o] error 1 Sorry, the correct work-around, after all other options do not work, and you will not find an include file for PAGE_SIZE: =20 =20 #if !defined PAGE_SIZE #define PAGE_SIZE 4096 endif --=20 Sincerely, Robert Iakobashvili,=20 coroberti %x40 gmail %x2e com ...........................................................=20 http://curl-loader.sourceforge.net A web testing and traffic generation tool.=20 |