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: Fri, 6 Jul 2018 14:53:30 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

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

Your build log shows some serious C++ problems, you did not have those errors
when you built with GCC 4.9.2, isn't that right?

There is a very serious configuration problem with the GCC 5.5.0 you installed
if you can't compile a trivial program like this (this test program shows as
failed in your config.log):


#include <complex>

int
main ()
{
  std::complex<double> x;
  x.real (1.0);
  x.imag (2.0);
  return 0;
}


You don't need to pass "FPICFLAG=-fPIC" now, the new configure that Rik
provided you with is doing the right thing.

    _______________________________________________________

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]