Okay are you compiling for a Win32 environment then? If so your best
choice would be Cygwin. Very easy to do. Just modify the makefile and
remove -lcrypt and $( NOCRYPT ) from the makefile, make sure all *.o files
are in the makefile. Down where CFLAGS is look for $< right before that make
it look like this: -DUnix -DOLD_RAND -DNOCRYPT $< make sure there are spaces
between each switch. Then when you get to your prompt in cygwin simply type:
gcc -Dunix -DOLD-RAND -DNOCRYPT -DFIRST_BOOT *.c (expand your screen to see
the full command line without breaks)
Then everyother time after that type:
gcc -Dunix -DOLD_RAND -DNOCRYPT *.c
Enjoy ;-),
Dantin
----- Original Message -----
From: "Mattias Holmström" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, November 26, 2001 12:33 PM
Subject: How does this look?
> I have appended a *.txt file wich contains a
> mud compiler FAQ, this FAQ is for win32 systems
> with Borland C++ compiler 5.5
>
> I have only started at it so it isint finished,
> it'll take some time before I get all info on
> how to compile the code, even longer sens some
> people in this mailinglist seems to not wanna
> have a compiler FAQ for the borland compiler.
>
> I dont like Cygwin or MS Visual C++ so I wont use'm. one way or another
I'll get this FAQ completed, if you find any spelling errors please mail me
about it with the correct
> spelled word so I can change it.
>
> If you got any idea on how to get the code compiled please send that too,
I'll put your name(nickname)/email at
> the bottom of the FAQ if you want...
> so I can change it
>
> Hope any of you can help me with this...
>
> Please...
>
> --
>
> _______________________________________________
> Sign-up for your own FREE Personalized E-mail at Mail.com
> http://www.mail.com/?sr=signup
>
>
> 1 cent a minute calls anywhere in the U.S.!
>
>
http://www.getpennytalk.com/cgi-bin/adforward.cgi?p_key=RG9853KJ&url=http://
www.getpennytalk.com
>
>
> --
> ROM mailing list
> [email protected]
> http://www.rom.org/cgi-bin/mailman/listinfo/rom