Crossfire Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CF: server won't compile
- To: crossfire (at) ifi.uio.no
- Subject: CF: server won't compile
- From: "Jaakko Niemi" <>
- Date: Mon, 4 May 1998 21:21:49 +0300
- Sender:
Hi!
Has anybody tried to compile 0.94.1 in a glibc system?
When I try, the server will not build:
main.o: In function `crypt_string':
main.o(.text+0x73a): undefined reference to `crypt'
make: *** [crossfire] Error 1
This is line 156:
return crypt(str,s);
and if I change this to:
return crypt_string(str,s);
it will compile cleanly, but crossfire segfaults after asking for a password.
Note, that I do know nothing about C or is this because of some glibc glitch or what.
--j
[to unsubscribe etc., send mail to ]
Follow-Ups: