Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crossfire 0.90.2
- To: crossfire (at) ifi.uio.no (Crossfire discussion list)
- Subject: Re: Crossfire 0.90.2
- From: (Scott Iverson)
- Date: Mon, 7 Mar 94 21:21:47 MST
- Cc: crossfire (at) ifi.uio.no
- In-Reply-To: <>; from "Mark Wedel" at Mar 8, 94 1:33 am
- Mailer: Elm [revision: 72.14]
Here is a mistake in crossfire.cf.
XPM_LIBDIR = Xpm_LibDir
It should read:
XPM_LIBDIR = $(Xpm_LibDir)
Also, please change the order from:
-lXpm -L../common -lcross -lX11
to:
-L../common -lcross -lXpm -lX11
in the makefiles.
Other than that, this has been the easiest install I've had for crossfire.
--Scott