Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: need help in compiling Crafty

Author: Charles Roberson

Date: 07:48:45 02/18/05

Go up one level in this thread



   Just tried the MS command line compiler last weekend on my program.
  It uses standard methodology so:

     1. Compile the c files to create the objects without linking
         cl /EHsc *.c -c
     2. Link together all the objects
         cl /EHsc *.obj -o crafty

        Now, there may be some extra libraries to link in on line 2. the
     make file will tell what they are. Also, you may need to add any
     pre assemble assembler files to the last line.

      If you need more help, tell me where to get what you are trying to
   compile and I'll give it a try.

   Charles





This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.