octave-maintainers
[Top][All Lists]
Advanced

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

Re: problem building octave 3.0 on x86_64


From: Dmitri A. Sergatskov
Subject: Re: problem building octave 3.0 on x86_64
Date: Thu, 27 Mar 2008 22:53:08 -0500

On Thu, Mar 27, 2008 at 9:58 PM, gbohannon <address@hidden> wrote:
>
>  I had the same problem in RHEL5 today. Please let me know if the problem is
>  solved because I'd love to use the new Octave. I am running the 64-bit WS
>  version of RHEL5, and I think I have the full development suite of software
>  provided by Red Hat.

>  -L/usr/lib/../lib64 -lz -lfrtbegin -lg2c -lm
>  ../src/liboctinterp.so: undefined reference to `__cxa_get_exception_ptr'

I am shooting in the dark, but I suspect that you used g77 as your
fortran compiler.
Do you have gfortran available on RHEL5?
If so try:

./configure --with-f77=gfortran

or

FC=gfortran ./configure

and see if that works better...

Regards,

Dmitri.
--


reply via email to

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