Failure to compile Octave 3.0.2 on AIX 5.3
Alisdair Tullo
alisdair at epcc.ed.ac.uk
Fri Oct 3 10:06:33 CDT 2008
Hi,
On Fri, 3 Oct 2008, John W. Eaton wrote:
> What is the output from running
>
> nm boolSparse.o | grep mx_el_eq
>
> on your system?
Here's the output, no unmangling was necessary.
$ nm -X 64 boolSparse.o | grep mx_el_eq
.mx_el_eq(const SparseBoolMatrix&,const SparseBoolMatrix&) T 29060
.mx_el_eq(const SparseBoolMatrix&,const bool&) T 19116
.mx_el_eq(const SparseBoolMatrix&,const double&) U -
.mx_el_eq(const bool&,const SparseBoolMatrix&) T 24088
.mx_el_eq(const double&,const SparseBoolMatrix&) U -
mx_el_eq(const SparseBoolMatrix&,const SparseBoolMatrix&) D 120400 24
mx_el_eq(const SparseBoolMatrix&,const SparseBoolMatrix&) d 117592 8
mx_el_eq(const SparseBoolMatrix&,const bool&) D 120208 24
mx_el_eq(const SparseBoolMatrix&,const bool&) d 117528 8
mx_el_eq(const bool&,const SparseBoolMatrix&) D 120304 24
mx_el_eq(const bool&,const SparseBoolMatrix&) d 117560 8
Cheers,
Alisdair
More information about the Help-octave
mailing list