ketche at coffee.exoss.net wrote: >> On Sunday 25 July 2004 03:55 am, ketche at coffee.exoss.net wrote: >> >>> Errors while compiling crossfire server 1.6.0 and CVS: >>> >>> /bin/sh ../libtool --mode=link gcc -g -O2 -o random_map standalone.o >>> ../common/libcross.a librandom_map.a -lm gcc -g -O2 -o random_map >>> standalone.o ../common/libcross.a librandom_map.a -lm ld: Undefined >>> symbols: >>> _atoll >>> make: *** [random_map] Error 1 >>> >>> Any idea on how to fix this? >> >> What operating system? > > > Sorry about that, the mailman hates me, I wrote multiple messages. :P > > Mac OS X 10.2 > > I've compiled 1.5.0 on this OS before, the latest client compiled fine, though. :P You need to see what macos X uses for it's 64 bit version of atoi. It seems windows uses _atoi64. You might be able to look at the documentation/man page for atoi/atol and see if it references what to use to get back a 'long long'. IT might be atoq - at least on my linux system, it says that call is no longer used, anymore, but perhaps some platforms still use it. _______________________________________________ crossfire-devel mailing list crossfire-devel at lists.real-time.com https://mailman.real-time.com/mailman/listinfo/crossfire-devel