help-octave
[Top][All Lists]
Advanced

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

Re: did not find necessary libraries using --prefix


From: Jaroslav Hajek
Subject: Re: did not find necessary libraries using --prefix
Date: Mon, 18 Aug 2008 19:43:43 +0200

On Mon, Aug 18, 2008 at 12:45 PM,  <address@hidden> wrote:
> Hi,
>
> I configure octave so it will install in a special application path "$PREIFX" 
> using:
>
> ./configure --prefix=$PREFIX
>
> in this path additional libaries (in this case) qhull are also installed.
> However octave does not see/find them in this path. I also tried with the 
> other
> "goodies" such as
> UMFPACK COLAMD CCOLAMD CHOLMOD HDF5
> without success.
>
> Does octave look for necessary libraries only in the standard directory and 
> ignores the
> added with --prefix
> OR is the error on my side?
>
> Thanks and best regards, daniel heiserer
>


Yes, --prefix applies to installation only. Compiler and linker do not
know about it.
You should use -L and -rpath.


-- 
RNDr. Jaroslav Hajek
computing expert
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

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