octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #31861] crash with empty function line


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #31861] crash with empty function line
Date: Tue, 14 Dec 2010 20:14:21 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101028 Iceweasel/3.5.15 (like Firefox/3.5.15)

Follow-up Comment #12, bug #31861 (project octave):

It is possible, but I would be surprised if this problem is related to the
--enable-64 configure option.  But in any case, I don't think you want to use
that unless you are also using custom-built numerical libraries.  Please read
the description of building with --enable-64 in the file INSTALL.OCTAVE for
more info.

As for the other configure options that you are using, where did you get the
idea that you should use -fPIC for CFLAGS and CXXFLAGS?  That disables
compiler optimization and the configure script (really libtool) is supposed to
determine whether options like -fPIC are needed.  Similarly, you should not
need to specify -lblas.  That is one of the libraries that should be checked
by default.  Adding -fdefault-integer-8 to the --with-blas option makes no
sense as far as I can tell.  Using "--with-cholmod=-lcholmod -lcamd -lccolamd
-lmetis" also does not make sense to me.

BTW, do you have more than 16GB of memory?  Do you regularly work with
integer arrays with more than 2e9 elements?  If not, then I don't think there
is any need to build with --enable-64.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31861>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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