Frédéric BOIS | 13 Sep 09:20
Picon
Favicon

Rép. : Bug-mcsim Digest, Vol 16, Issue 5

If you are running under Linux or C, check gcc, which can be obtained
from any GNU mirror server.
For Macintosh, you should be able to use gcc under the Unix background
OS.
Under Windows, any commercial C compiler would do; for a free one check
DGJPP at http://www.delorie.com/djgpp/
Best regards.
F. Bois

>>> bug-mcsim-request <at> gnu.org Dimanche 12 Septembre 2004 18:04:01 >>>
Date: Sun, 12 Sep 2004 13:13:47 +0100
From: "TPapke" <t_papke <at> hotmail.com>
Subject: C
To: <bug-mcsim <at> gnu.org>
Message-ID: <000501c498c1$f4f0d330$2ae02052 <at> NB001TP>

Dear Sir or Madam:
Where can I get a C compiler and linker to compile the sources and
obtain executable?
Thank you in advance.
Thomas Papke
William Thayer | 1 Oct 21:29
Favicon

compiling mod source code

Hello,

Which files in the 'mod' folder are needed to create an executable mod 
file?  I receive the following error messages when I attempt to build an 
executable with Microsoft C++:

***************************************************************************************
--------------------Configuration: mod2 - Win32 Debug--------------------
Linking...
mod.obj : error LNK2001: unresolved external symbol _WriteModel
mod.obj : error LNK2001: unresolved external symbol _ReadModel
Debug/mod2.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

mod2.exe - 3 error(s), 0 warning(s)
********************************************************************************************

If I load all of the files in the mod directory into the C++ project, and 
then try to build a Win32 console application, I receive the following 
error message:

*******************************************************************************************************************************************************
--------------------Configuration: mod2 - Win32 Debug--------------------
Compiling...
model.c
c:\documents and settings\thayer\my documents\mcsim\mod\model.c(80) : fatal 
error C1083: Cannot open include file: 'random.h': No such file or directory
ref_model.c
c:\documents and settings\thayer\my documents\mcsim\mod\ref_model.c(80) : 
fatal error C1083: Cannot open include file: 'random.h': No such file or 
(Continue reading)


Gmane