public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "jojelino at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug libgcj/51470] New: [4.7 regression] make sure libgcj_bc=yes iff enable_shared=yes
Date: Thu, 08 Dec 2011 19:32:00 -0000	[thread overview]
Message-ID: <bug-51470-8172@http.gcc.gnu.org/bugzilla/> (raw)

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51470

             Bug #: 51470
           Summary: [4.7 regression] make sure libgcj_bc=yes iff
                    enable_shared=yes
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jojelino@gmail.com
              Host: i686-pc-cygwin
            Target: i686-pc-cygwin
             Build: i686-pc-cygwin


Created attachment 26029
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26029
preprocessed fix

i tried to configure libjava, but generated config.status had strange
configuration.
S["USE_LIBGCJ_BC_FALSE"]=""
S["USE_LIBGCJ_BC_TRUE"]="#"
S["ENABLE_SHARED_FALSE"]="#"
S["ENABLE_SHARED_TRUE"]=""
why this happened? i saw this in libjava/configure.ac
if test "$enable_shared" != yes; then
  use_libgcj_bc=no
fi
there isn't any declaration about use_libgcj_bc, so use_libgcj_bc would default
to  no.
here is proposal to fix the problem.


             reply	other threads:[~2011-12-08 19:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-08 19:32 jojelino at gmail dot com [this message]
2011-12-08 21:55 ` [Bug libgcj/51470] " jojelino at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-51470-8172@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).