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

CF: server won't compile



 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 crossfire-request@ifi.uio.no]


Follow-Ups: