I have a server sitting on a fast internet connection, which has been running for years, and I would like to run a crossfire server on it. It doesn't have X, or any X development libraries, but it does have many other devel libs on it. I would like to either compile the server on this machine, or compile the server remotely and staticly, so it will run on this machine. My progress so far is: ./configure ran fine from the machine itself, I used: CFLAGS="-march=i686 -O2-march=i686 -O2" CXXFLAGS="" ./configure --prefix=/home/mal/cfs No problem so far. However, make spews out this after a short time: make[2]: Entering directory `/home/mal/active/crossfire-1.5.0/crossedit/Cnv' source='CnvUtil.c' object='CnvUtil.o' libtool=no \ depfile='.deps/CnvUtil.Po' tmpdepfile='.deps/CnvUtil.TPo' \ depmode=gcc3 /bin/sh ../../utils/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I./../include -I../../include -g -O2 -c `test -f 'CnvUtil.c' || echo './'`CnvUtil.c In file included from Cnv.h:26, from CnvUtil.c:22: ../include/Xaw.h:30:27: X11/Intrinsic.h: No such file or directory ../include/Xaw.h:31:23: X11/Shell.h: No such file or directory ../include/Xaw.h:32:28: X11/StringDefs.h: No such file or directory ../include/Xaw.h:33:31: X11/Xaw/Cardinals.h: No such file or directory ../include/Xaw.h:36:29: X11/Xaw/Command.h: No such file or directory ../include/Xaw.h:37:26: X11/Xaw/Grip.h: No such file or directory ../include/Xaw.h:38:27: X11/Xaw/Label.h: No such file or directory ../include/Xaw.h:39:26: X11/Xaw/List.h: No such file or directory ../include/Xaw.h:40:28: X11/Xaw/Panner.h: No such file or directory ../include/Xaw.h:41:30: X11/Xaw/Repeater.h: No such file or directory ../include/Xaw.h:42:31: X11/Xaw/Scrollbar.h: No such file or directory ../include/Xaw.h:43:32: X11/Xaw/StripChart.h: No such file or directory ../include/Xaw.h:44:28: X11/Xaw/Toggle.h: No such file or directory ../include/Xaw.h:47:32: X11/Xaw/MenuButton.h: No such file or directory ../include/Xaw.h:48:32: X11/Xaw/SimpleMenu.h: No such file or directory ../include/Xaw.h:49:25: X11/Xaw/Sme.h: No such file or directory ../include/Xaw.h:50:28: X11/Xaw/SmeBSB.h: No such file or directory ../include/Xaw.h:51:29: X11/Xaw/SmeLine.h: No such file or directory ../include/Xaw.h:54:31: X11/Xaw/AsciiText.h: No such file or directory ../include/Xaw.h:55:26: X11/Xaw/Text.h: No such file or directory ../include/Xaw.h:58:25: X11/Xaw/Box.h: No such file or directory ../include/Xaw.h:59:28: X11/Xaw/Dialog.h: No such file or directory ../include/Xaw.h:60:26: X11/Xaw/Form.h: No such file or directory ../include/Xaw.h:61:27: X11/Xaw/Paned.h: No such file or directory ../include/Xaw.h:62:30: X11/Xaw/Porthole.h: No such file or directory ../include/Xaw.h:63:26: X11/Xaw/Tree.h: No such file or directory ../include/Xaw.h:64:30: X11/Xaw/Viewport.h: No such file or directory make[2]: *** [CnvUtil.o] Error 1 make[2]: Leaving directory `/home/mal/active/crossfire-1.5.0/crossedit/Cnv' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mal/active/crossfire-1.5.0/crossedit' make: *** [all-recursive] Error 1 I would be hard pressed to install any additional libraries on this machine, but still please let me know if that is indeed what is missing. On a side note, is crossfire development still going strong? The mailing list archives seem vacant to say the least! Cheers people, MAL _______________________________________________ crossfire-devel mailing list crossfire-devel at lists.real-time.com https://mailman.real-time.com/mailman/listinfo/crossfire-devel