I was wondering if anyone else has had issues compiling libhugetlbfs on RHEL 4 update 3 on any architecture other than ppc. I can get the more recent builds (starting with 1.0-pre2) to build on ppc but not x86 or x86_64. Here is the compile output:
CC32 obj32/elflink.o
elflink.c: In function sys_write':
elflink.c:181: warning: implicit declaration of function__syscall_return'
elflink.c:181: error: syntax error before "ssize_t"
elflink.c: In function `sys_kill':
elflink.c:183: error: syntax error before "int"
make: *** [obj32/elflink.o] Error 1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I was wondering if anyone else has had issues compiling libhugetlbfs on RHEL 4 update 3 on any architecture other than ppc. I can get the more recent builds (starting with 1.0-pre2) to build on ppc but not x86 or x86_64. Here is the compile output:
elflink.c: In function
sys_write': elflink.c:181: warning: implicit declaration of function__syscall_return'elflink.c:181: error: syntax error before "ssize_t"
elflink.c: In function `sys_kill':
elflink.c:183: error: syntax error before "int"
make: *** [obj32/elflink.o] Error 1
Hi Mike, I'm not sure if you've noticed this already, but this should be fixed in preview4 and on. Can you try a later versin of the library?
Thanks,
Nish