Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ ROM
➜ Compiling the server
➜ Please, please help me!
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Saint
(16 posts) Bio
|
Date
| Wed 16 Mar 2005 09:30 PM (UTC) |
Message
| I downloaded the Embermud Codebase, and it compiles clean. Well, almost. Here is the problem Im having.
gcc -c -Wall -ggdb -O3 -DLINUX -DNOCRYPT random.c
gcc -c -Wall -ggdb -O3 -DLINUX -DNOCRYPT recycle.c
gcc -c -Wall -ggdb -O3 -DLINUX -DNOCRYPT route_io.c
gcc -c -Wall -ggdb -O3 -DLINUX -DNOCRYPT save.c
gcc -c -Wall -ggdb -O3 -DLINUX -DNOCRYPT skills.c
gcc -c -Wall -ggdb -O3 -DLINUX -DNOCRYPT socialolc.c
gcc -c -Wall -ggdb -O3 -DLINUX -DNOCRYPT ssm.c
gcc -c -Wall -ggdb -O3 -DLINUX -DNOCRYPT string.c
gcc -c -Wall -ggdb -O3 -DLINUX -DNOCRYPT todoolc.c
gcc -c -Wall -ggdb -O3 -DLINUX -DNOCRYPT update.c
rm -f ember
gcc -O2 -DLINUX -o ember act_comm.o act_info.o act_move.o act_obj.oact_
wiz.o auction.o ban.o bank.o bit.o board.o comm.o const.o
clan.o class.o db.o factions.o fight.o handler.o helpolc.ointer
p.o magic.o marry.o mem.o mprog_commands.o mprog_procs.o mud_prog
s.o olc.o olc_act.o olc_save.o newbits.o pty.o random.orecycle.
o route_io.o save.o skills.o socialolc.o ssm.o string.o
todoolc.o update.o -lm -lcrypt
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld: cannot
find -lcrypt
collect2: ld returned 1 exit status
make: *** [ember] Error 1
Steven@computer ~/embermud-0.9.45/src
$
And thats the problem Im having with this. I have absolutely NO idea whats wrong. Any help would be greatly appreciated. | Top |
|
Posted by
| Samson
USA (683 posts) Bio
|
Date
| Reply #1 on Thu 17 Mar 2005 01:18 AM (UTC) |
Message
| Easiest solution would probably be to install the crypt library for Cygwin. | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
9,892 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top