Lots of them probably. cygwin is a unix environment. Pike is meant for a win32 environment.
/ Peter Bortas (farbror)
Previous text:
2003-07-21 02:59: Subject: NT-pike
I just tried to build Pike in cygwin, but I got the following error:
/cygdrive/d/Pike7.5-20030719-132322/build/cygwin_nt-5.1-1.3.22_0.78_3_2_-i686/modules/system/module.a(memory.o)(.text+0xab): In function `MEMORY_FREE': /cygdrive/d/Pike7.5-20030719-132322/src/modules/system/memory.c:130: undefined reference to `shmdt' /cygdrive/d/Pike7.5-20030719-132322/build/cygwin_nt-5.1-1.3.22_0.78_3_2_-i686/modules/system/module.a(memory.o)(.text+0x343): In function `memory_shm': /cygdrive/d/Pike7.5-20030719-132322/src/modules/system/memory.c:226: undefined reference to `shmget' /cygdrive/d/Pike7.5-20030719-132322/build/cygwin_nt-5.1-1.3.22_0.78_3_2_-i686/modules/system/module.a(memory.o)(.text+0x38d):/cygdrive/d/Pike7.5-20030719-132322 /src/modules/system/memory.c:240: undefined reference to `shmat' collect2: ld returned 1 exit status
Is there a configure test missing?
/ Martin Nilsson (ja till euro, nej till cent)