public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/28426]  New: libgcj header files installed in wrong location in cross build
@ 2006-07-18 20:33 daney at gcc dot gnu dot org
  2006-07-18 20:36 ` [Bug libgcj/28426] " daney at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: daney at gcc dot gnu dot org @ 2006-07-18 20:33 UTC (permalink / raw)
  To: java-prs

libgcj headers are installed in: GCC_PREFIX/include/c++/4.2.0

For a cross build g++ looks in GCC_PREFIX/${target}/include/c++/4.2.0

The result is that (by default) cni include files like gcj/cni.h cannot be
found by g++.

For a native build there is no problem.


-- 
           Summary: libgcj header files installed in wrong location in cross
                    build
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: daney at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: mipsel-linux-gnu


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/28426] libgcj header files installed in wrong location in cross build
  2006-07-18 20:33 [Bug libgcj/28426] New: libgcj header files installed in wrong location in cross build daney at gcc dot gnu dot org
@ 2006-07-18 20:36 ` daney at gcc dot gnu dot org
  2006-07-18 21:08 ` daney at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: daney at gcc dot gnu dot org @ 2006-07-18 20:36 UTC (permalink / raw)
  To: java-prs



-- 

daney at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |daney at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-07-18 20:36:12
               date|                            |


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/28426] libgcj header files installed in wrong location in cross build
  2006-07-18 20:33 [Bug libgcj/28426] New: libgcj header files installed in wrong location in cross build daney at gcc dot gnu dot org
  2006-07-18 20:36 ` [Bug libgcj/28426] " daney at gcc dot gnu dot org
@ 2006-07-18 21:08 ` daney at gcc dot gnu dot org
  2006-07-21 20:49 ` daney at gcc dot gnu dot org
  2006-07-21 20:57 ` daney at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: daney at gcc dot gnu dot org @ 2006-07-18 21:08 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from daney at gcc dot gnu dot org  2006-07-18 21:08 -------
Proposed fix is here:

http://gcc.gnu.org/ml/gcc-patches/2006-07/msg00798.html


-- 

daney at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/28426] libgcj header files installed in wrong location in cross build
  2006-07-18 20:33 [Bug libgcj/28426] New: libgcj header files installed in wrong location in cross build daney at gcc dot gnu dot org
  2006-07-18 20:36 ` [Bug libgcj/28426] " daney at gcc dot gnu dot org
  2006-07-18 21:08 ` daney at gcc dot gnu dot org
@ 2006-07-21 20:49 ` daney at gcc dot gnu dot org
  2006-07-21 20:57 ` daney at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: daney at gcc dot gnu dot org @ 2006-07-21 20:49 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from daney at gcc dot gnu dot org  2006-07-21 20:49 -------
Subject: Bug 28426

Author: daney
Date: Fri Jul 21 20:49:06 2006
New Revision: 115650

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115650
Log:
libstdc++-v3/
        PR libgcj/28426
        * acinclude.m4: Added a comment.
config/
        PR libgcj/28426
        * gxx-include-dir.m4: Use target_alias in path for cross build.
libjava/
        PR libgcj/28426
        * configure: Regenerated.

Modified:
    trunk/config/ChangeLog
    trunk/config/gxx-include-dir.m4
    trunk/libjava/ChangeLog
    trunk/libjava/configure
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/acinclude.m4


-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/28426] libgcj header files installed in wrong location in cross build
  2006-07-18 20:33 [Bug libgcj/28426] New: libgcj header files installed in wrong location in cross build daney at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-07-21 20:49 ` daney at gcc dot gnu dot org
@ 2006-07-21 20:57 ` daney at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: daney at gcc dot gnu dot org @ 2006-07-21 20:57 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from daney at gcc dot gnu dot org  2006-07-21 20:57 -------
Fixed by the patch.


-- 

daney at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-07-21 20:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-18 20:33 [Bug libgcj/28426] New: libgcj header files installed in wrong location in cross build daney at gcc dot gnu dot org
2006-07-18 20:36 ` [Bug libgcj/28426] " daney at gcc dot gnu dot org
2006-07-18 21:08 ` daney at gcc dot gnu dot org
2006-07-21 20:49 ` daney at gcc dot gnu dot org
2006-07-21 20:57 ` daney at gcc dot gnu dot org

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).