Libjava won't build in gcc-3.0.4 under Solaris 2.6

wadedl@gat.com wadedl@gat.com
Wed Mar 20 09:09:00 GMT 2002


Dear GCC - 

  This sure sounds like problems I've been having trying to build gcc-3.0.4
under Solaris 2.6 with the egcs-2.91.60 installed in /usr/local/gnu. I build
in objdir with the options:

../gcc-3.0.4/configure -prefix=/usr/local/gnu -exec-prefix=/usr/local/gnu -enable-shared.

libjava will not build. In the gcc subdir I edited specs to remove the
--traditional-format to get around one compile error but then I error
out with an argument to the loader in gcj - the GNU loader doesn't lile
the -rasp switches, and no combination of them I can get to work.

sparc-*-solaris*)
    case "${host}" in
    sparc-*-solaris2.8)
      # According to Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, libjava
      # won't build correctly on Solaris 8 if there's a
      # previously-installed version of GCC in the configured prefix.
      # This problem does not show up on earlier versions of Solaris.
      noconfigdirs="$noconfigdirs ${libgcj}"
      ;;
    esac
    ;;


**********************************************************************
David L. Wade                                EMail: David.Wade@gat.com
Senior Systems Programmer Analyst                     Ph. 858-455-3342
General Atomics                                       Fx. 858-455-2692
3550 General Atomics Court                San Diego, California  92121     
**********************************************************************
opinions, conclusions, or recommendations expressed above are my own
and do not necessarily represent the views of my employer.



More information about the Gcc mailing list