From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31066 invoked by alias); 21 Oct 2012 14:08:41 -0000 Received: (qmail 31043 invoked by uid 22791); 21 Oct 2012 14:08:40 -0000 X-SWARE-Spam-Status: No, hits=-50.9 required=5.0 tests=AWL,BAYES_00,TW_GC 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; Sun, 21 Oct 2012 14:08:36 +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 E834F3F40F; Sun, 21 Oct 2012 10:08:34 -0400 (EDT) Date: Sun, 21 Oct 2012 14:08:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: [wwwdocs, Java] Remove obsolete FAQ entry re old GNU/Linux versions 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/msg00005.txt.bz2 While looking for something else I found this (and in general it looks like the GCJ FAQ could use some spring cleaning). Lots of "might be possible" in addition to this being really about quite older versions of GNU/Linux. Applied. Gerald 2012-10-21 Gerald Pfeifer * faq.html (My libgcj build fails with "invalid use of undefined type struct sigcontext_struct"): Remove. Index: faq.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v retrieving revision 1.65 diff -u -3 -p -r1.65 faq.html --- faq.html 16 May 2011 04:57:30 -0000 1.65 +++ faq.html 21 Oct 2012 14:05:19 -0000 @@ -38,7 +38,6 @@ should I build it?
  • Linker bug on Solaris
  • Can I configure/build in the source tree?
  • -
  • My libgcj build fails with "invalid use of undefined type struct sigcontext_struct"
  • Gcj Compile/Link Questions @@ -330,22 +329,6 @@ $ ../configure [...] -
    -

    3.4 My libgcj build fails with "invalid use of undefined type struct sigcontext_struct"

    -
    -
    -

    If you're using Linux, this probably means you need to upgrade to - a newwer, glibc (libc6) based Linux distribution. libgcj does not - support the older linux libc5.

    -

    It might be possible to get a working libgcj by changing occurrences - of "sigcontext_struct" to "sigcontext", however this has not been tested. - Even if it works, it is likely that there are other issues with older - libc versions that would prevent libgcj from working correctly (threads - bugs, for example).

    -
    -
    - -

    Gcj Compile/Link Questions

    4.1 Why do I get undefined reference to `main'