Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > 3b48699e843b35df1b27c2e45fb58049 > files > 165

gcc-go-4.6.1-3.3.i586.rpm

<html lang="en">
<head>
<title>The GNU Go Compiler</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="The GNU Go Compiler">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 2010 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, the Front-Cover Texts being (a) (see below), and
with the Back-Cover Texts being (b) (see below).
A copy of the license is included in the
section entitled "GNU Free Documentation License".


(a) The FSF's Front-Cover Text is:

     A GNU Manual

(b) The FSF's Back-Cover Text is:

     You have freedom to copy and modify this GNU Manual, like GNU
     software.  Copies published by the Free Software Foundation raise
     funds for GNU development.
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<h1 class="settitle">The GNU Go Compiler</h1>
<div class="contents">
<h2>Table of Contents</h2>
<ul>
<li><a name="toc_Top" href="index.html#Top">Introduction</a>
<li><a name="toc_Copying" href="Copying.html#Copying">GNU General Public License</a>
<li><a name="toc_GNU-Free-Documentation-License" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">GNU Free Documentation License</a>
<ul>
<li><a href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">ADDENDUM: How to use this License for your documents</a>
</li></ul>
<li><a name="toc_Invoking-gccgo" href="Invoking-gccgo.html#Invoking-gccgo">1 Invoking gccgo</a>
<li><a name="toc_Import-and-Export" href="Import-and-Export.html#Import-and-Export">2 Import and Export</a>
<li><a name="toc_C-Interoperability" href="C-Interoperability.html#C-Interoperability">3 C Interoperability</a>
<ul>
<li><a href="C-Type-Interoperability.html#C-Type-Interoperability">3.1 C Type Interoperability</a>
<li><a href="Function-Names.html#Function-Names">3.2 Function Names</a>
</li></ul>
<li><a name="toc_Index" href="Index.html#Index">Index</a>
</li></ul>
</div>



<div class="node">
<a name="Top"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Copying.html#Copying">Copying</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="../index.html#dir">(dir)</a>
<hr>
</div>

<h2 class="unnumbered">Introduction</h2>

<p>This manual describes how to use <samp><span class="command">gccgo</span></samp>, the GNU compiler for
the Go programming language.  This manual is specifically about
<samp><span class="command">gccgo</span></samp>.  For more information about the Go programming
language in general, including language specifications and standard
package documentation, see <a href="http://golang.org/">http://golang.org/</a>.

<ul class="menu">
<li><a accesskey="1" href="Copying.html#Copying">Copying</a>:                      The GNU General Public License. 
<li><a accesskey="2" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">GNU Free Documentation License</a>
                                How you can share and copy this manual. 
<li><a accesskey="3" href="Invoking-gccgo.html#Invoking-gccgo">Invoking gccgo</a>:               How to run gccgo. 
<li><a accesskey="4" href="Import-and-Export.html#Import-and-Export">Import and Export</a>:            Importing and exporting package data. 
<li><a accesskey="5" href="C-Interoperability.html#C-Interoperability">C Interoperability</a>:           Calling C from Go and vice-versa. 
<li><a accesskey="6" href="Index.html#Index">Index</a>:                        Index. 
</ul>

   </body></html>