octave-maintainers
[Top][All Lists]
Advanced

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

Octave cannot find Qscintilla and cannot build with Atlas


From: sas bab
Subject: Octave cannot find Qscintilla and cannot build with Atlas
Date: Fri, 12 Aug 2016 23:52:40 +0000

Hi
I am a newbie. So please be gentle with me.
I am building octave every day on my Manjaro Linux 4.4.16-1. I am using Atlas implementation for lapack and blas.
Octave was building fine two days ago. Then, I noticed two issues which I want to report

1- I cannot build with Atlas. It gives me error massage: "undefined reference to dggsvd_".
    I Solved that by changing to OpenBlas.
    Did that happened with someone. I do not know the reason behind it.

2-The second issue is that octave is building without Qscintilla support. I tried different solutions:
   a- To check weather my Qscintella directory is included in Octave search directories.  This is not the problem
   b- Try to apply the solution in this discussion: https://lists.nongnu.org/archive/html/octave-maintainers/2015-06/msg00213.html.
        It does not solve the problem
   c- From "config.log" I found that octave is looking for the  Qscintella with the wrong file name "libqt5scintilla2.so".
        However, the correct name in my system is
        "libqscintilla2-qt5.so". So basically I solved that by applying the following command

        sudo cp \use\lib\libqscintilla2-qt5.so \usr\lib\libqt5scintilla2.so
     
        Does it happen with anyone. I think octave should be able to get the correct name
regards
Saleh

reply via email to

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