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: Mike Miller
Subject: [Octave-bug-tracker] [bug #54235] problems building Octave on Solaris
Date: Thu, 12 Jul 2018 15:50:16 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

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

Rik - the two known problems that have not been addressed on Solaris in the hg
repo yet (in any branch) are

* The Solaris 'id' program does not support the -g and -u options, this is a
built-in Autoconf thing, Autoconf expects the user to have an 'id' program
that is POSIX compliant. The GNU id program is installed on Solaris as 'gid'
only. This can only be fixed by patching configure after running autoconf.

* GCC 4.9.2 on Solaris fails to build with "error: call of overloaded
‘abs(short int)’ is ambiguous" in pr-output.cc. I have asked for testing
with a newer version of GCC on Solaris since I think this may be a compiler /
system header problem that may be fixed in a newer version, but I don't know
whether that will fix it or not. I would rather not rename the private 'abs'
to something else if we don't have to.

The first just prints error messages to the console while configure is running
but is not a fatal error.

The second requires a local patch that I have given Michele since it is not
fixed in our source repository.

    _______________________________________________________

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]