Files
harbour-core/harbour/website/faq/harbour22.html
Viktor Szakats 2688ce2212 2013-01-24 15:14 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    + links to markdown and markdown to man-page converter tool
    ! minor cleanup to prev

  * utils/hbmk2/hbmk2.1
    * some updates

  * ChangeLog.txt
    ! typos/updates in previous entry

  * extras/hbdoc/*.prg
  * src/rtl/memoedit.prg
  * tests/clasinh.prg
  * tests/classch.prg
  * tests/inhprob.prg
    ! updated for new ::super: syntax

  * src/rtl/itemseri.c
    ! fixed typo in latest modification:
      'warning: use of unary operator that may be intended as compound assignment (+=)'

  * contrib/hbgd/tests/test_out.prg
  * contrib/hbhttpd/*
  * contrib/hbtip/thtml.prg
  * contrib/xhb/*.prg
  * extras/httpsrv/*
  * extras/guestbk/*
  * website/faq/*.html
  * website/samples/HowToBuildOnLinux.html
  * website/third-party.html
    * some steps to modernize old HTML

  * extras/hbdoc/*.prg
    * do not use [] as string delimiter

  - tests/function.cfm
  - website/samples/function.cfm.html
  * .gitattributes
    - obsolete file deleted
2013-01-24 14:20:54 +00:00

87 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>What C compiler should I use?</title>
</head>
<body text="#000000" bgcolor="#ffffff">
<a href="harbour.html"><em>Frequently Asked Questions about Harbour</em></a>
<b>:</b> <a href="harbour20.html"><em>Helping develop Harbour</em></a>
<b>:</b> <em>What C compiler should I use?</em><br />
<b>Previous:</b> <a href="harbour21.html"><em>How do I get started?</em></a><br />
<b>Next:</b> <a href="harbour23.html"><em>What other tools do I need?</em></a>
<hr noshade>
<h2><a name="22"></a>3.2. What C compiler should I use?<a name="WhatC"></a></h2>
<p>What C compiler do you want to use?</p>
<p>The
<a href="harbour9.html#WhoDevelopers">Harbour developers</a> consider GNU <a href="http://www.gnu.org/software/gcc/">GCC</a> to be <em>the</em> supported
compiler of the Harbour project, use of the <a href="http://www.gnu.org/software/gcc/">GCC</a> port for your chosen
platform is encouraged.</p>
<p>However, should you wish to use a different C compiler your contribution to
make it work is more than welcome. Currently the following C compiler and
platform combinations are supported by someone in the development team:
<ul>
<li>Microsoft Windows
<ul>
<li><a href="http://www.gnu.org/software/gcc/">GCC</a>
(<a href="http://www.cygwin.com/">CYGWIN</a>)</li>
<li><a href="http://www.gnu.org/software/gcc/">GCC</a>
(<a href="http://www.mingw.org/">MINGW32</a>)</li>
<li>Borland C/C++ 4/5/Builder
(their <a href="http://www.borland.com/bcppbuilder/freecompiler/">free</a>
compiler works)</li>
<li>Microsoft Visual C++ 10/11/12</li>
<li>IBM Visual Age for C++</li>
</ul>
</li>
<li>DOS 32bit
<ul>
<li><a href="http://www.gnu.org/software/gcc/">GCC</a> (<a href="http://www.delorie.com/djgpp/">DJGPP</a>)</li>
<li>Watcom C/C++</li>
</ul>
</li>
<li>DOS 16bit
<ul>
<li>Borland C/C++ 3.1</li>
</ul>
</li>
<li><a href="http://www.linux.org/">GNU/Linux</a>
<ul>
<li><a href="http://www.gnu.org/software/gcc/">GCC</a> (various versions).</li>
</ul>
</li>
<li>OS/2
<ul>
<li><a href="http://www.gnu.org/software/gcc/">GCC</a> (<a href="http://archiv.leo.org/pub/comp/os/os2/leo/gnu/emx+gcc/">EMX</a>)</li>
<li>IBM C++</li>
</ul>
</li>
<li>Macintosh
<ul>
<li><a href="http://developer.apple.com/tools/mpw-tools/">MPW</a></li>
</ul>
</li>
</ul>
Instructions on how to build Harbour with the above compilers should reside
in the <code>doc</code> directory of the Harbour source tree. If such documentation
is missing please consider asking about it on the
<a href="harbour35.html#DevMailList">development mailing list</a> and, once you've got the information, formatting
it and placing it in the <code>doc</code> directory to help others who may wish to
ask the same question.</p>
<hr noshade>
<a href="harbour.html"><em>Frequently Asked Questions about Harbour</em></a>
<b>:</b> <a href="harbour20.html"><em>Helping develop Harbour</em></a>
<b>:</b> <em>What C compiler should I use?</em><br />
<b>Previous:</b> <a href="harbour21.html"><em>How do I get started?</em></a><br />
<b>Next:</b> <a href="harbour23.html"><em>What other tools do I need?</em></a>
</body>
</html>