XShm

Andrew Markebo flognat@flognat.myip.org
Sun Apr 1 00:00:00 GMT 2001


/ Jerome David <JDavid@lgc.com> wrote:
| I have found a XShm.h in $EXCEED/xdk/include/x11/extensions
| How could I use it ? I guess I have an evironment variable to
| change, but which one ?

You shouldn't.. This XShm comes from Exceed, probably msvisual
compiled, and you need XShm for cygwin.

It is the linker that complains over missing XShm functions, not the
compiler, therefore it is not the include-file that is missing, but a
library or so.

Just a second thought, you can't disable shared memory for imlib?

        /Andy

| 
| > -----Original Message-----
| > From: cygwin-xfree-owner@sources.redhat.com
| > [ mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Jerome David
| > Sent: Tuesday, March 27, 2001 5:24 PM
| > To: 'cygwin-xfree@cygwin.com'
| > Subject: RE: XShm
| > 
| > 
| > I already have installed cygipc-1.09-2.
| > I get the folling errors:
| > ttfont.o(.text+0xd55): undefined reference to `XShmCreateImage'
| > ttfont.o(.text+0xd9c): undefined reference to `shmget'
| > ttfont.o(.text+0xdf5): undefined reference to `shmat'
| > ttfont.o(.text+0xe2f): undefined reference to `shmget'
| > ttfont.o(.text+0xe91): undefined reference to `shmat'
| > ttfont.o(.text+0xeb1): undefined reference to `XShmAttach'
| > ttfont.o(.text+0xf74): undefined reference to `XShmGetImage'
| > ttfont.o(.text+0x10d3): undefined reference to `XShmPutImage'
| > ttfont.o(.text+0x1146): undefined reference to `XShmDetach'
| > ttfont.o(.text+0x1155): undefined reference to `shmdt'
| > ttfont.o(.text+0x1165): undefined reference to `shmctl'
| > Seems that this is shared memory stuff.
| > 
| > (I am trying to compile enlightenment, I already already have imlib,
| > fnlib and freetype, but I'm stucked because of these errors)
| > 
| > J-D
| > 



More information about the Cygwin-xfree mailing list