Compiling linux server under windows under Cygwin
Posted: Fri Dec 05, 2003 12:23 am
note { the following posts have been massively edited by me several times to avoid 3253754 (not to scale) double posts due to progress on this issue. }
Is it possible? If so, how?
I'm absolutely no good at C, so I have no idea why it'd spit this out:
I couldn't find a source package readable by windows, so I'm pretty much forced to use development versions if i want to attempt this...
Is it possible? If so, how?
I'm absolutely no good at C, so I have no idea why it'd spit this out:
I'm using Win2k running Cygwin with pretty much everything installed. Downloaded CVS code, and ran configure--that went through flawlessly afaik, then ran make. It spewed that error and exited make. Any suggestions as to how to get CVS version working would be great. I just downloaded from CVS today on 12-4-2003 for reference.gcc wrote:gcc -g -O2 -o random_map.exe standalone.o ./common/libcross.a librandom_map.a
-lcrypt ../common/libcross.a(loader.o)(.text+0xa3b8): In function `lex_load':
/home/Administrator/crossfire/common/loader.l:635: undefined reference to `_atoll'
../common/libcross.a(loader.o)(.text+0xa3fc):/home/Administrator/crossfire/commo
n/loader.l:636: undefined reference to `_atoll'
../common/libcross.a(exp.o)(.text+0x74d): In function `init_experience':
/home/Administrator/crossfire/common/exp.c:193: undefined reference to `_atoll'
collect2: ld returned 1 exit status
make[1]: *** [random_map.exe] Error 1
make[1]: Leaving directory `/home/Administrator/crossfire/random_maps'
make: *** [all-recursive] Error 1
I couldn't find a source package readable by windows, so I'm pretty much forced to use development versions if i want to attempt this...