Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compiling
- To: crossfire (at) ifi.uio.no
- Subject: Compiling
- From: (Scott Iverson)
- Date: Fri, 25 Feb 1994 18:31:21 -0700
- Reply-to:
When I compile I get this error:
cc -o crossfire apply.o attack.o daemon.o encounter.o hiscore.o init.o input.o login.o main.o monster.o move.o obwin.o pets.o player.o shop.o socket.o sounds.o spells.o swamp.o swap.o time.o xio.o -O -Aa -D_HPUX_SOURCE +O3 +OS -L/usr/lib/X11R5 -L/usr/local/X11R5/lib -L../common -lcross -lX11 -L/usr/local/lib/ -lXpm -L/usr/local/X11R5
/bin/ld: Unsatisfied symbols:
XCreateImage (code)
XGrabServer (code)
XPutImage (code)
XCreatePixmap (code)
XQueryColors (code)
XUngrabServer (code)
XParseColor (code)
I Found that libcross.a calls these fucntions. What library needs to
be included? I am compiling on hp-ux(9000).
---Scott