octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54235] problems building Octave on Solaris


From: Michele
Subject: [Octave-bug-tracker] [bug #54235] problems building Octave on Solaris
Date: Mon, 23 Jul 2018 12:06:17 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; SunOS sun4u; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #153, bug #54235 (project octave):

I finally just hardcoded [1] the location of gmp.h (which is in
/opt/csw/include) into gcc/system.h.  That ran for a while longer.  Then it
wanted:

mpc.h in gcc/builtins.h
gmp.h in /opt/csw/include/mpfr.h
mpfr.h and mpc.h in gcc/realmpfr.h
typedef int clock_t; conflicting declaration in gcc/timevar.c, removed
redefinition of ‘struct tms’ in gcc/timevar.c, removed
mpfr and mps in gcc/fortran/gfortran.h

After that, it finally finsihed but with the error


Bootstrap comparison failure!


So now I'm trying


# gmake distclean
# ../configure --disable-Werror --disable-checking
# gmake all




[1] No, I'm not happy about hardcoding directories into source code, but I
tried more flags than the UN has and just couldn't get gmake to look in
/opt/csw/include.  At this point I just want a result.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54235>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]