I ran into the following error while trying to compile an Empire server. As you can see, the Makefile is supposed to support a whole slew of systems. I don't know what crtbegin.o is, or where to find it, but it looks like the problem might possibly be due to a buggy libc6 installation. Any ideas?
$ make You must type "make <arch>" to build for a specific system. Currently buildable architectures are: aix alpha alphapos apollo freebsd . . . linux mach2.5 mipsbsd . . . sun4 sun4.debug sun4.opt vaxultrix $ make linux building a 64 by 32 server... (cd src/doconfig; make GLOBALCFLAGS="-Wall -Dlint -D__USE_BSD -D__USE_BSD_SIGNAL -DLISTENMAXCONN=5 " GLOBALLFLAGS="" CLIENTLIBS=-lncurses) make[1]: Entering directory `/home/Gandalf/GAMES/emp4/src/doconfig' globalcflags = -Wall -Dlint -D__USE_BSD -D__USE_BSD_SIGNAL -DLISTENMAXCONN=5 globallflags = cc -Wall -Dlint -D__USE_BSD -D__USE_BSD_SIGNAL -DLISTENMAXCONN=5 -DPV="\"Wolfpack\"" -DHN="\"RedDragon.empire.net\"" -DPN=6665 -DEM="\"[EMAIL PROTECTED]"" -DEP="\"/empire/wolfpack/emp4\"" -DMC=52 -DWX=64 -DWY=32 -DBL=1 -DET=60 -DEF="\"10m\"" -DOV=1 -DIP="\"208.223.32.15\"" -DUN="\"wolfpack\"" doconfig.c -o doconfig ld: cannot open crtbegin.o: No such file or directory make[1]: *** [all] Error 1 make[1]: Leaving directory `/home/Gandalf/GAMES/emp4/src/doconfig' make: *** [linux] Error 2 Britton Kerin __ GNU GPL: "The Source will be with you... always." -- E-mail the word "unsubscribe" to [EMAIL PROTECTED] TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED]