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

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

[Octave-bug-tracker] [bug #33139] gmake fails on doc-cache error due und


From: Rik
Subject: [Octave-bug-tracker] [bug #33139] gmake fails on doc-cache error due undefined function 'lookup'
Date: Tue, 26 Apr 2011 16:02:06 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.16) Gecko/20110323 Ubuntu/10.04 (lucid) Firefox/3.6.16

Follow-up Comment #3, bug #33139 (project octave):

Alas, I don't have an answer for you.  Octave used to be compilable as a
static binary, but it is never done this way anymore.  The Makefile contains
ancient code for attempting to build the static version, but another user
reported that it doesn't work either.  No developer I know is working on
getting a static build to work.

My honest advice would be to give up the static build attempt, and try again
to get a shared library version to work.

For starters, I would try configuring and building an absolutely minimal
version of Octave that will only need BLAS and LAPACK.


./configure --without-qhull --without-z --without-hdf5 --without-fftw3
--without-fftw3f --without-glpk --without-curl --without-opengl
--without-qrupdate --without-amd --without-camd --without-colamd
--without-ccolamd --without-cholmod --without-cxsparse --without-umfpack 


If you can get that to work then you can add back in libraries and try to
debug the issues one by one.  (Not actually one by one.  All of the sparse
support could be re-enabled at once)


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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