I am trying to compile version 5.3.5 on the IBM AIX machine with IBM power6 chips.
There, I get an error message:
""getshmem.c", line 23.42: 1506-045 (S) Undeclared identifier SHM_NORESERVE.
How can I solve this problem?
compileation error of version 5.3.5
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 21
- Joined: Sat Dec 30, 2006 2:25 am
- License Nr.: jk35QGB7
compileation error of version 5.3.5
Last edited by jjhskang on Fri Jul 04, 2014 4:34 am, edited 1 time in total.
-
- Newbie
- Posts: 1
- Joined: Wed Aug 13, 2014 2:39 am
- License Nr.: 5-0264
Re: compileation error of version 5.3.5
Hi
You can solve an error by modifying below.
15 * output: shmem id
16 */
17 #define SHM_NORESERVE 0
18 void getshmem_(size_t *size, int*id)
19 {
You can solve an error by modifying below.
15 * output: shmem id
16 */
17 #define SHM_NORESERVE 0
18 void getshmem_(size_t *size, int*id)
19 {