Both sci-mathematics/octave-forge-2006.01.28 and 2006.03.17 fail to build with gcc 4.1.1. The build process generates a LONG list of C++ errors which I'm attaching as a separate file.
Created attachment 95676 [details] emerge --info output
Created attachment 95678 [details] The output of ./configure and the error messages generated by the build process.
Try octave-2.1.73 + octave-forge-2006.03.17
Ah, forgot to mention I'm using octave-2.1.72. Will try with .73.
(In reply to comment #4) > Ah, forgot to mention I'm using octave-2.1.72. Will try with .73. > Please remove the '-fvisibility-inlines-hidden' flag as discussed in #148298 and report back if this solved your problems. Best, Markus
Right, I completely forgot this one. This specific problem does not exist in 2.1.73 any more. As stated in https://bugs.gentoo.org/show_bug.cgi?id=148298, with -fvisibility-inlines-hidden, Octave 2.1.73 builds but is horribly broken. Without it, Octave 2.1.73 builds and works fine.
(In reply to comment #6) > Right, I completely forgot this one. This specific problem does not exist in > 2.1.73 any more. > > As stated in > https://bugs.gentoo.org/show_bug.cgi?id=148298, with > -fvisibility-inlines-hidden, Octave 2.1.73 builds but is horribly broken. > Without it, Octave 2.1.73 builds and works fine. > Hi Santtu, Thank you very much for your immediate response. Best, Markus