[EMAIL PROTECTED] wrote: >On Thu, Jan 17, 2002 at 03:25:25PM +0000, Mike wrote: >> [EMAIL PROTECTED] wrote: >> >Has anyone tried to compile accessx on the cygwin port of >XFree86 4.1.0 > >> >Compiling accessx... >> >g++ -O ax.C Access.o -o ax -L/usr/X11R6/lib -lXext -I/usr/X11R6/include >> >Access.o(.text+0x725):Access.C: undefined reference to >`XkbOpenDisplay' > >> You also need -lX11 and maybe some others (try grepping the >other X libraries to see what symbols they contain). > >SUCCESS ! > >Thanks, I discovered this last night. In fact I don't need >libXext at all (on 4.1.0 at least) on cygwin. All I needed was >X11. Is that to do with cygwin or XF 4.1.0 or just my shell >config ? Any ideas ???? > >Thanks again, > >Wilson >
I think its depends on which of the XF 4.1.0 header files were included in Access.C because these header files probably refer to some functions contained in libX11 if I remember my C correctly. Though i'm sure a proper xpert will correct me on this. Mike. _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
