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: Sun, 15 Jul 2018 13:54:28 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

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

Ok. The qrp.cc source file uses 'MArray<F77_INT> to pass an integer array into
a Fortran function (the JPVT argument to the xGEQP3 set of LAPACK functions).

On your system the 'F77_INT' type should be defined to be 'int', but I believe
it is now being defined to be 'long long'.

What is OCTAVE_F77_INT_TYPE defined to in config.h?

If it is int64_t, then you are now hitting bug #53853.

In the previous build on your system that bug was not hit.

If that's the case can I get a copy of this config.log to confirm that?

And if that is the case, then I can provide a patch for your configure file to
try building again to work around this issue.

    _______________________________________________________

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]