[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem building octave 3.0 on x86_64
From: |
gbohannon |
Subject: |
Re: problem building octave 3.0 on x86_64 |
Date: |
Thu, 27 Mar 2008 19:58:35 -0700 (PDT) |
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.
Here are the last few lines of the build:
rm -f liboctinterp.so.3.0.0
ln -s liboctinterp.so liboctinterp.so.3.0.0
gcc -c -I. -I.. -I../liboctave -I../src -I../libcruft/misc -DHAVE_CONFIG_H
-Wall -W -Wshadow -g -O2 main.c -o main.o
g++ -I. -I.. -I../liboctave -I../src -I../libcruft/misc -DHAVE_CONFIG_H
-Wall -W -Wshadow -Wold-style-cast -g -O2 -rdynamic \
-L.. -fPIC -o octave \
main.o \
-L../liboctave -L../libcruft -L../src -Wl,-rpath
-Wl,/usr/local/lib/octave-3.0.0 \
-loctinterp -loctave -lcruft \
\
\
-lreadline -lncurses -ldl -lz -lm -L.
-L/usr/lib/gcc/x86_64-redhat-linux/3.4.6
-L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64
-L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../.. -L/lib/../lib64
-L/usr/lib/../lib64 -lz -lfrtbegin -lg2c -lm
../src/liboctinterp.so: undefined reference to `__cxa_get_exception_ptr'
collect2: ld returned 1 exit status
make[2]: *** [octave] Error 1
make[2]: Leaving directory `/home/gbohannon/Octave/octave-3.0.0/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/home/gbohannon/Octave/octave-3.0.0'
make: *** [all] Error 2
--
View this message in context:
http://www.nabble.com/problem-building-octave-3.0-on-x86_64-tp15992943p16344880.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.
- problem building octave 3.0 on x86_64, Tom Holroyd, 2008/03/11
- problem building octave 3.0 on x86_64, John W. Eaton, 2008/03/11
- Re: problem building octave 3.0 on x86_64,
gbohannon <=
- Re: problem building octave 3.0 on x86_64, Dmitri A. Sergatskov, 2008/03/27
- Re: problem building octave 3.0 on x86_64, John W. Eaton, 2008/03/28
- Re: problem building octave 3.0 on x86_64, Dmitri A. Sergatskov, 2008/03/28
- Re: problem building octave 3.0 on x86_64, gbohannon, 2008/03/28
- Re: problem building octave 3.0 on x86_64, John W. Eaton, 2008/03/28
- Re: problem building octave 3.0 on x86_64, Quentin Spencer, 2008/03/28
- Re: problem building octave 3.0 on x86_64, gbohannon, 2008/03/28
- Re: problem building octave 3.0 on x86_64, gbohannon, 2008/03/28