Mail Archives: cygwin/1998/03/10/03:21:45
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".
- Raw text -