Is this build usable?
Thanks for your help.
Best regards
Amitava Dutta
SRCDIR=/big3/src/gcc/src/gcc-4.4.0
$ $SRCDIR/config.guess
sparc-sun-solaris2.10
$ $SRCDIR/configure \
--srcdir=$SRCDIR \
--prefix=/usr/local/gcc-4.4.0 \
--without-gnu-as --with-as=/usr/ccs/bin/as \
--without-gnu
ed passes1057
# of unexpected failures1061
# of unsupported tests 137
What am I doing wrong?
Best regards
Amitava Dutta
--- On Thu, 5/14/09, Eric Botcazou wrote:
> From: Eric Botcazou
> Subject: Re: Build of gcc 4.4.0 on Solaris 10 Sparc ok, most tests fail
Ran the "make -k check" without the -j option,
after creating a symlink to /usr/local/bin/stty
(noticed many errors about that)
Is this as good a build as I can expect?
Here are the results
(output from config.guess and "gcc -v" are below) :
=== gcc Summary ===
# of expected pa
At this point, should I do the next build using the recently
built gcc 4.4.0?
btw, is there a quick tutorial on running the tests against
an arbitrary compiler, that's installed on a given machine ?
Thanks for your help.
Best regards
Amitava Dutta
--- On Mon, 5/18/09, Eric Botcazou wrote
===
# of expected passes2370
# of unexpected failures18
# of unsupported tests 9
I'll submit the full report soon.
Thanks for your help.
Best regards
Amitava Dutta
--- On Mon, 5/18/09, Eric Botcazou wrote:
> From: Eric Botcazou
> Subject: Re: gcc 4.4.0 on