From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3077 invoked by alias); 2 Nov 2012 20:02:04 -0000 Received: (qmail 3061 invoked by uid 22791); 2 Nov 2012 20:02:03 -0000 X-SWARE-Spam-Status: No, hits=-50.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Nov 2012 20:01:59 +0000 Received: from [192.168.0.129] (vie-188-118-240-184.dsl.sil.at [188.118.240.184]) by ainaz.pair.com (Postfix) with ESMTPSA id 144B03F40F; Fri, 2 Nov 2012 16:01:57 -0400 (EDT) Date: Fri, 02 Nov 2012 20:02:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: [wwwdocs,Java] java/faq.html -- remove non-FAQ covered by installation documentation Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2012-q4/txt/msg00022.txt.bz2 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 * 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 @@
  • I need something more recent than the last release; how should I build it?
  • Linker bug on Solaris
  • -
  • Can I configure/build in the source tree?
  • Gcj Compile/Link Questions @@ -306,26 +305,6 @@ collect2: ld returned 1 exit status -
    -

    3.3 Can I configure/build in the source tree?

    -
    -
    - No. You cannot configure/build in the source tree. If you try, - you'll see something like: -
    -$ ./configure [...]
    -Configuring for a i686-pc-linux-gnu host.
    -*** Cannot currently configure in source tree.
    -          
    - Instead, you must build in another directory. E.g.: -
    -$ mkdir build
    -$ cd build
    -$ ../configure [...]
    -          
    -
    -
    -

    Gcj Compile/Link Questions

    4.1 Why do I get undefined reference to `main'