help-octave
[Top][All Lists]
Advanced

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

Re: Failure to compile Octave 3.0.2 on AIX 5.3


From: Alisdair Tullo
Subject: Re: Failure to compile Octave 3.0.2 on AIX 5.3
Date: Fri, 3 Oct 2008 16:06:33 +0100 (BST)

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


reply via email to

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