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

Re: Compiling crossfire-0.91.2



>>>>[From Benjamin Thomas Ketteridge]
    
    OK further info: I can fix earlier problems which arise (minor things)
    but this one has me stumped!:
    
    ---- Begin imported script ----
    
    saturn:server:Ready:make
    gcc   -DSYSV -DSVR4 -xF -Wa,-cg92 -I../include  -I/usr/openwin/include  -DSVR4 -DSYSV -DLONGJUMP  -DXpm_Pix    -DFONTDIR=\"/home/student/postgrad/part_a/btk/usr/lib/crossfire/fonts\" -DFONTNAME=\"crossfire\"   -DLIBDIR=\"/home/student/postgrad/part_a/btk/    usr/lib/crossfire/lib\" -DCOMPRESS=\"/usr/local/gnu/bin/gzip\" -DUNCOMPRESS=\"/usr/local/gnu/bin/gunzip\" -DCOMPRESS_SUFFIX=\".gz\"   -c  socket.c
    gcc: language F not recognized


That's an easy one. That nasty script, "-xF -Wa,-cg92", is because it
expects the SunPro compiler. You need to
#define HasGcc2	YES
in site.def, before it includes anything else.