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

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

[Octave-bug-tracker] [bug #31840] make check crash by lu dlu1up_


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #31840] make check crash by lu dlu1up_
Date: Fri, 10 Dec 2010 16:28:40 +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)

Update of bug #31840 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

Looking at liboctave/dbleLU.cc, it seems that dlu1up should only be
referenced if HAVE_QRUPDATE_LUU is defined.

The configure test for this feature appears to work correctly on my system,
which also lacks this function in libqrupdate.

Why does the test fail to work properly on your system?

To start debugging this, check the config.log file on your system and look
for the test for slu1up.  There is no test for dlu1up, since it is expected
that either both of these functions will be defined, or neither will.  Also,
what is the output of


nm /usr/lib/libqrupdate.a | grep lu1up


on your system?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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