public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "shanwill44 at yahoo dot com" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug java/26574]  New: libjava configration error
Date: Mon, 06 Mar 2006 04:56:00 -0000	[thread overview]
Message-ID: <bug-26574-10071@http.gcc.gnu.org/bugzilla/> (raw)

On Solaris 9 (x86), the error occurs in the libjava.
I fixed line 11597 of gcc-4.1.0/libjava/classpath/configure
from
                  QT_INCLUDE_DIR=$($PKG_CONFIG --variable=includedir QtGui)
to
                  QT_INCLUDE_DIR=$(`$PKG_CONFIG --variable=includedir QtGui`)

Is this a right fix for the following error ?

--------------------------------
configure: configuring in classpath
configure: running /bin/sh '../../../../gcc-4.1.0/libjava/classpath/configure'
--prefix=/usr/local  '--cache-file=./config.cache' '--build=i386-pc-solaris2.9'
'--host=i386-pc-solaris2.9' '--target=i386-pc-solaris2.9' '--enable-multilib'
'--with-gnu-ld' '--enable-languages=c,c++,fortran,java'
'--program-transform-name=s,y,y,' '--with-target-subdir=i386-pc-solaris2.9'
'--srcdir=../../../gcc-4.1.0/libjava' 'CPPFLAGS='
'build_alias=i386-pc-solaris2.9' 'host_alias=i386-pc-solaris2.9'
'target_alias=i386-pc-solaris2.9' --disable-load-library --disable-debug
--enable-default-toolkit=
--with-vm-classes=/hoge/gcc-4.1.0/libjava:/hoge/GCC_OBJ410/i386-pc-solaris2.9/libjava
--disable-core-jni --disable-examples --with-glibj=build --disable-gtk-peer
--disable-qt-peer --enable-ltdl-convenience --with-auxdir=/hoge/gcc-4.1.0
--cache-file=.././config.cache --srcdir=../../../../gcc-4.1.0/libjava/classpath
../../../../gcc-4.1.0/libjava/classpath/configure: syntax error at line 11591:
`QT_INCLUDE_DIR=$' unexpected
configure: error: /bin/sh '../../../../gcc-4.1.0/libjava/classpath/configure'
failed for classpath
make[1]: *** [configure-target-libjava] Error 1
make[1]: Leaving directory `/hoge/gcc/GCC_OBJ410'
make: *** [all] Error 2


-- 
           Summary: libjava configration error
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: shanwill44 at yahoo dot com


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


             reply	other threads:[~2006-03-06  4:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-06  4:56 shanwill44 at yahoo dot com [this message]
2006-03-06  5:00 ` [Bug libgcj/26574] " pinskia at gcc dot gnu dot org
2006-03-06  5:06 ` pinskia at gcc dot gnu dot org
2006-03-06  5:47 ` pinskia at gcc dot gnu dot org
2006-03-06  8:36 ` shanwill44 at yahoo 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-26574-10071@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).