octave-maintainers
[Top][All Lists]
Advanced

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

Re: More on OSX build problems


From: Dr. Alexander Klein
Subject: Re: More on OSX build problems
Date: Tue, 4 Oct 2011 15:28:59 +0200

Am 04.10.2011 um 11:03 schrieb Jarno Rajahalme:

> The malloc problem you see is likely due to your linked binary containing two 
> versions of the libstdc++, and in some cases one of them being used to malloc 
> and the other to free. This happens when you use non-Apple GCC/G++ to compile 
> Octave.

Jarno,

you're right! I would never had thought of this possibility, because I don't 
even have another GCC/G++ installed, but it turns out that gfortran drags 
around its own libstdc++ which gets pulled in at startup along with the 
libstdc++ from /usb/lib/, and these both together break the whole thing.

I still wonder, why stable fails so consistently, while default always succeeds 
...

Thank you so much!

        Alex

-- 
          Dr. Alexander Klein, Diplom-Mathematiker

Physiologisches Institut       |               TransMIT Zentrum
Raum 543                       |        für Numerische Methoden
Aulweg 129                     |          Heinrich-Buff-Ring 44
35392 Giessen                  |                  35392 Giessen



reply via email to

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