RE: Porting GridEngine, almost there, just need some help linking...

2003-01-19 Thread Ian R. Chesal
: cygwin; [EMAIL PROTECTED] Subject: Re: Porting GridEngine, almost there, just need some help linking... > ./librmon.a(rmon_macros.o)(.text+0xae0):rmon_macros.c: undefined > reference to `_shmget' Ian, Do you have cygipc installed? I am presuming so as you have the headers (or do they

Re: Porting GridEngine, almost there, just need some help linking...

2003-01-19 Thread Elfyn McBratney
> ./librmon.a(rmon_macros.o)(.text+0xae0):rmon_macros.c: undefined > reference to `_shmget' Ian, Do you have cygipc installed? I am presuming so as you have the headers (or do they default in cygwin?) installed so you needed to pass `-lcygipc' to the linker when your compiling or put it in the Ma