public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs,Java] java/faq.html -- remove non-FAQ covered by installation documentation
@ 2012-11-02 20:02 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2012-11-02 20:02 UTC (permalink / raw)
  To: gcc-patches, java-patches

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> 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-02 20:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-02 20:02 [wwwdocs,Java] java/faq.html -- remove non-FAQ covered by installation documentation Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).