This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/29414] New: Issues building GNU java on Solaris2.10 X64


Issues building GNU java on Solaris2.10 X64:

Configured to use: GNU as, SUN linker, pthreads, java-awt=xlib

* SUN's /bin/sh is broken... set CONFIGURE_SHELL to /bin/ksh or /bin/bash
* SUN tools like sed, grep, tar, find are also deficit.  Use GNU tools.

* the java build requires a version of jar with GNU extensions. If SUN java is
in the search patch, the SUN jar utility will be selected, which causes the
build to fail.  Since fastjar is built as part of the java build, it should be
used by default.

* The version of boehm-gc shipped with 4.1.1 does not build.

* The version of boehm-gc shipped with the latest gcc-4.2.x SVN code [9oct06]
builds but does not test.

* the current boehm-gc CVS code [bdwgc.cvs.sourceforge.net] builds and tests.

-Joseph


-- 
           Summary: Issues building GNU java on Solaris2.10 X64
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsacco at ydl dot net
 GCC build triplet: i386-pc-solaris2.10
  GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]