This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs,Java] java/faq.html -- remove non-FAQ covered by installation documentation


This is covered in the installation documentation and really not
specific to GCJ (and probably predates the merge of GCJ into GCC).
Also, it's not really an FAQ in this context.

Better focus on what is really relevant..

Applied.

Gerald

2012-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
 
	* faq.html: Remove question about building in the source tree.

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v
retrieving revision 1.68
diff -u -3 -p -r1.68 faq.html
--- faq.html	1 Nov 2012 23:25:30 -0000	1.68
+++ faq.html	2 Nov 2012 19:58:38 -0000
@@ -37,7 +37,6 @@
             <li><a href="#3_1">I need something more recent than the last release; how
                   should I build it?</a></li>
             <li><a href="#3_2">Linker bug on Solaris</a></li>
-            <li><a href="#3_3">Can I configure/build in the source tree?</a></li>
           </ol>
         </li>
         <li><a href="#4_0">Gcj Compile/Link Questions</a> 
@@ -306,26 +305,6 @@ collect2: ld returned 1 exit status
         </dd>
       </dl>
 
-      <hr />
-      <h3><a name="3_3">3.3 Can I configure/build in the source tree?</a></h3>
-      <dl> 
-        <dd>
-          No.  You cannot configure/build in the source tree.  If you try,
-          you'll see something like:
-          <pre>
-$ ./configure [...]
-Configuring for a i686-pc-linux-gnu host.
-*** Cannot currently configure in source tree.
-          </pre>
-          Instead, you must build in another directory.  E.g.:
-          <pre>
-$ mkdir build
-$ cd build
-$ ../configure [...]
-          </pre>
-        </dd>
-      </dl>
-      
       <h2><a name="4_0">Gcj Compile/Link Questions</a></h2>
  
       <h3><a name="4_1">4.1 Why do I get <tt>undefined reference to `main'</tt> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]