Files
harbour-core/harbour/website/faq/harbour22.html
Viktor Szakats 300160d8b0 2012-09-22 12:05 UTC+0200 Viktor Szakats (harbour syenar.net)
+ website
    + Added Harbour website (except art, docs and stat subdirs)
    ; TODO: configure automatic mechanism to extract site from
            here and regularly updload to sf.net web area
    ; TODO: Clean HTML code, remove unused picture/files, avoid JS
            Any takers?
    ; NOTE: Please make modifications to website code only in
            SVN, then upload the content to web server manually.
            IOW never update on web server directly.
2012-09-22 10:17:39 +00:00

88 lines
3.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<LINK REV="made" HREF="mailto:harbour-faq@netfang.net">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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>