Octave Make failure

Labitt, Bruce labittb1 at tycoelectronics.com
Mon May 5 14:33:03 EDT 2008


-----Original Message-----
From: gnhlug-discuss-bounces at mail.gnhlug.org
[mailto:gnhlug-discuss-bounces at mail.gnhlug.org] On Behalf Of Jarod
Wilson
Sent: Monday, May 05, 2008 12:47 PM
To: gnhlug-discuss at mail.gnhlug.org
Subject: Re: Octave Make failure

On Mon, 2008-05-05 at 12:12 -0400, Labitt, Bruce wrote:
> I'm trying to compile octave on scientific linux 5.1 x86-64.  I have a
> make failure that I am trying to diagnose.  I saved the make log.  The
> failure seems to appear at line 2648 or so.
> 
> ../src/liboctinterp.so: undefined reference to
`__cxa_get_exception_ptr'
> ../src/liboctinterp.so: undefined reference to
`std::basic_istream<char,
> std::char_traits<char> >::ignore()'
> collect2: ld returned 1 exit status
> make[2]: *** [octave] Error 1
> make[2]: Leaving directory
> `/home/BDLabitt/octavesource/octave-3.0.1/src'
> make[1]: *** [src] Error 2
> make[1]: Leaving directory `/home/BDLabitt/octavesource/octave-3.0.1'
> make: *** [all] Error 2
> 
> Can anyone suggest what may be missing?  libxxx?  It looks like a very
> basic library - like a c++ lib or something.

Google suggests you're mixing compilers and libstdc++ from different
versions of gcc.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20170




-- 
Jarod Wilson
jarod at wilsonet.com

_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss at mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

[Labitt, Bruce]  It looks like I have libstdc++ and gcc and gcc-c++ at
the same level: 4.1.2-14.el5.  However, I do have both the i386 and
x86_64 compiler tools  installed.  Should I get rid of the 32 bit ones?

Bruce



More information about the gnhlug-discuss mailing list