octave-maintainers
[Top][All Lists]
Advanced

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

Re: Qscintilla not found


From: address@hidden
Subject: Re: Qscintilla not found
Date: Sat, 20 Jun 2015 07:00:05 +0900 (JST)

--- mdenber
> II'm trying to run ./configure for a Sparc Solaris 10 build in 32 bit mode. 
> It mostly works except for this:
> 
> 
> 
> 
> And yet I do have Qscintilla right here:
> 
> # pwd
> /opt/csw/lib
> # ls *qsc*
> libqscintilla2.so     libqscintilla2.so.11.3
> libqscintilla2.so.11  libqscintilla2.so.11.3.0
> 
> *So the question is: how do I tell ./configure where to find Qscintilla?*
> 
> (And it's also complaining about not finding HDF5 and FFTW3 but they are
> also in /opt/csw/lib)
> 
> I have the following set:
> 
> 
> Any help would be greatly appreciated. 

Your system seems not to recognize /opt/csw/lib.

You have to set LD_LIBRARY_PATH.

LD_LIBRARY_PATH= /opt/csw/lib:$LD_LIBRARY_PATH ./configure

Tatsuro




reply via email to

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