Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compiling



	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