Building with UseCygIPC = YES

Suhaib Siddiqi ssiddiqi@inspirepharm.com
Thu May 3 03:34:00 GMT 2001


Check your Xext-def.cpp in lib/Xext
It has #ifdef __CYGWIN__  && defined(HAS_SHAM)
You may need to add HAS_SHM flag.
I compiled with Alan patch as it is, without your modifications, 
and it compiled. 
However I think your errors are coming because shm.h?  Are they
being included?

Suhaib

> -----Original Message-----
> From: Harold Hunt [ mailto:huntharo@msu.edu ]
> Sent: Wednesday, May 02, 2001 8:45 PM
> To: Cygx (E-mail)
> Subject: Building with UseCygIPC = YES
> 
> 
> I applied Alan's patches to lib/X11/Font.c and 
> config/cf/cygwin.cf, then set
> UseCygIPC to YES.
> 
> When building lib X11 I get the following errors:
> Font.o(.text+0xc6f):Font.c: undefined reference to `shmat'
> Font.o(.text+0xcf2):Font.c: undefined reference to `shmctl'
> Font.o(.text+0xd37):Font.c: undefined reference to `shmdt'
> Font.o(.text+0xe18):Font.c: undefined reference to `shmdt'
> collect2: ld returned 1 exit status
> dllwrap: gcc exited with status 1
> make: *** [libX11.dll] Error 1
> 
> Was there an extra link library added somewhere that was 
> forgotten about?
> 
> Harold
> 



More information about the Cygwin-xfree mailing list