From: dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de Subject: Re: Compiling X11R6.3 with your B19 patches... 10 Mar 1998 03:21:45 -0800 Message-ID: <009C2F46.B2150300.3327.cygnus.gnu-win32@ifk20.mach.uni-karlsruhe.de> To: Keetnet AT wilmington DOT net Cc: gnu-win32 AT cygnus DOT com, dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de Hi Greg, you wrote: : cc db.o devices.o draw.o history.o images.o inhandler.o keychart.o lexec.o : loadstatus.o match.o math.o messagewin.o net.o prochandle.o rcfile.o : strings.o timming.o update.o weapons.o xpm.o xsw.o xutils.o -o xsw -lm : -lX11 -lXt -lXpm -lXext -L/usr/X11r6.3/lib : /usr/X11r6.3/lib/libXpm.a(CrPFrI.o)(.text+0x1e):CrPFrI.c: undefined : reference to `XCreatePixmap' [snip] Looks like the usual Unix linker switches ordering problem. Try moving lower level libraries like -lX11 and -lm near to end. Bye, Heribert (dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de) - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".