octave-maintainers
[Top][All Lists]
Advanced

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

Re: [stable build from source] Ubuntu 20.04 scintilla not found


From: Kai Torben Ohlhus
Subject: Re: [stable build from source] Ubuntu 20.04 scintilla not found
Date: Thu, 18 Jun 2020 21:33:24 +0900
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

On 6/18/20 9:13 PM, JuanPi wrote:
> As far as I understand these libraries are available, e.g.
> 
> $ ldconfig -p | grep Qt5Network
>     libQt5Network.so.5 (libc6,x86-64) =>
> /lib/x86_64-linux-gnu/libQt5Network.so.5
> 
> but configure is not finding them
> 
> $ grep cannot config.log
> /usr/bin/ld: cannot find -lpthreads

Juan,

To me it looks a bit suspicious, that your libraries shall be deployed
in root "/lib", rather than "/usr/lib".  Can you check where they really
are?  On an Ubuntu 18.04 system of mine:

  ldconfig -p | grep libQt5Network
     libQt5Network.so.5 (libc6,x86-64) =>
     /usr/lib/x86_64-linux-gnu/libQt5Network.so.5

  find /usr -name libQt5Network.so.5
     /usr/lib/x86_64-linux-gnu/libQt5Network.so.5

Kai



reply via email to

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