This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: egcs/Solaris status


On Sun, Aug 22, 1999 at 05:01:51PM -0700, Igor Markov wrote:
>   Our sysadmin was able to build 2.95.1 this time ----
>   apparently the problems arose because he was building 2.95.1 with 2.95
>   (and were solved by using egcs-1.1.2).
> 
>   thanks for other details -- they are very useful,

We built 2.95.1 on Solaris 2.5.1, 2.6, 2.7/SPARC with Sun as/ld and
gcc 2.95 without any problems. However, trying to build 2.95.1 on
these platforms with the Sun v5.0 compiler fails:
  Comparing stage2 and stage3 of the compiler
  ...
  rm -f tmp-foo*
  case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo
  compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
  if [ -f .bad_compare ]; then \
    echo "Bootstrap comparison failure!"; \
    cat .bad_compare; \
    exit 1; \
  else \
    case "compare" in \
      *-lean ) rm -rf stage$stage ;; \
      *) ;; \
    esac; true; \
  fi
  Bootstrap comparison failure!
  emit-rtl.o differs
  gmake[1]: *** [compare] Error 1
  gmake[1]: Leaving directory `/opt/build/gcc-2.95.1/objdir/gcc'
  gmake: *** [bootstrap] Error 2
  Building failed. Exiting.

We also cannot build 2.95.1 on HP-UX 10.20 with the HP C compiler (the
one you buy, not the one that comes with the OS).

>   Igor Markov  office: (310) 206-0179   

-- 
albert chin (china@thewrittenword.com)


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