public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Thomas Mittelstaedt <T.Mittelstaedt@cadenas.de>
To: gcc-help@gcc.gnu.org
Subject: Re: Problem building gcc 4.2.2 on SunOS 5.9, resolved
Date: Thu, 20 Dec 2007 10:15:00 -0000	[thread overview]
Message-ID: <476A422F.6090508@cadenas.de> (raw)
In-Reply-To: <4768E8E4.2020302@cadenas.de>

First, I created a build directory separate from the source tree, but I 
also had to tell gcc explicitly to use
the installed gnu ld via --with-ld=/opt/gcc-4.1/bin/ld. Otherwise, the 
system linker would be used.

../gcc-4.2.2/configure   --prefix=/opt/gcc-4.2.2 
--enable-version-specific-runtime-libs --enable-static --enable-shared 
--disable-nls --with-gnu-as --with-as=/opt/gcc-4.1/bin/as --with-gnu-ld 
--with-ld=/opt/gcc-4.1/bin/ld --with-build-time-tools=/opt/gcc-4.1/bin/ 
--enable-languages=c,c++,objc,obj-c++

Thomas Mittelstaedt schrieb:
> Hallo,
>
> I build with the following:
>
> ../configure   --prefix=/opt/gcc-4.2.2 
> --enable-version-specific-runtime-libs --enable-static --enable-shared 
> --disable-nls --with-gnu-ld --with-build-time-tools=/opt/gcc-4.1/bin/ 
> --enable-languages=c,c++,java,objc,obj-c++
>
> make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 
> -fno-implicit-templates' bootstrap
>
>
>
> make[6]: Entering directory 
> `/localbuild/gcc-4.2.2/.obj/sparc-sun-solaris2.9/sparcv9/libjava/classpath/tools'
> mkdir -p classes/gnu/classpath/tools/giop/grmic/templates
> mkdir -p classes/gnu/classpath/tools/rmi/rmic/templates
> mkdir -p classes/gnu/classpath/tools/appletviewer
> mkdir -p classes/gnu/classpath/tools/jarsigner
> mkdir -p classes/gnu/classpath/tools/keytool
> cp 
> ../../../../../../libjava/classpath/tools/gnu/classpath/tools/rmi/rmic/templates/*.jav 
> classes/gnu/classpath/tools/rmi/rmic/templates
> cp 
> ../../../../../../libjava/classpath/tools/gnu/classpath/tools/giop/grmic/templates/*.jav 
> classes/gnu/classpath/tools/giop/grmic/templates
> cp 
> ../../../../../../libjava/classpath/tools/gnu/classpath/tools/rmi/*.txt 
> classes/gnu/classpath/tools/rmi/
> cp 
> ../../../../../../libjava/classpath/tools/gnu/classpath/tools/giop/*.txt 
> classes/gnu/classpath/tools/giop/
> /localbuild/gcc-4.2.2/.obj/./gcc/gcj -B/localbuild/gcc-4.2.2/.obj/./gcc/ 
> -B/opt/gcc-4.2.2/sparc-sun-solaris2.9/bin/ 
> -B/opt/gcc-4.2.2/sparc-sun-solaris2.9/lib/ -isystem 
> /opt/gcc-4.2.2/sparc-sun-solaris2.9/include -isystem 
> /opt/gcc-4.2.2/sparc-sun-solaris2.9/sys-include  -m64 -encoding UTF-8 
> --bootclasspath '../lib':'../lib/glibj.zip' --classpath . -C -d classes 
> ../../../../../../libjava/classpath/tools/gnu/classpath/tools/*.java 
> ../../../../../../libjava/classpath/tools/gnu/classpath/tools/*/*.java 
> ../../../../../../libjava/classpath/tools/gnu/classpath/tools/*/*/*.java
> ../../../../../../libjava/classpath/tools/gnu/classpath/tools/AbstractMethodGenerator.java:0: 
> error: Can't find default package 'java.lang'. Check the CLASSPATH 
> environment variable and the access to the archives
> ../../../../../../libjava/classpath/tools/gnu/classpath/tools/HelpPrinter.java:43: 
> error: Class or interface 'java.io.InputStreamReader' not found in import.
>
>
> I bootstrapped from version 4.1.
>
> SunOS buildsun3 5.9 Generic_117171-07 sun4u sparc SUNW,Sun-Blade-1000
>   

  reply	other threads:[~2007-12-20 10:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-19  9:42 Problem building gcc 4.2.2 on SunOS 5.9 Thomas Mittelstaedt
2007-12-20 10:15 ` Thomas Mittelstaedt [this message]
2007-12-20 10:24   ` Problem building gcc 4.2.2 on SunOS 5.9, resolved Andrew Haley

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=476A422F.6090508@cadenas.de \
    --to=t.mittelstaedt@cadenas.de \
    --cc=gcc-help@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).