help-octave
[Top][All Lists]
Advanced

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

RE: Configuring Octave


From: Labitt, Bruce
Subject: RE: Configuring Octave
Date: Tue, 22 Jul 2008 11:50:57 -0400

Thanks Carlo.  It still dies on me.

In config.log it now says:

/usr/bin/ld: skipping incompatible /usr/lib/libpcre.so when searching
for -lpcre
/usr/bin/ld: skipping incompatible /usr/lib/libpcre.a when searching for
-lpcre
/usr/bin/ld: cannot find -lpcre

??? I thought LIBS="-L/lib64/ -lpcre" pointed the system to look in
/lib64 ???

-Bruce


-----Original Message-----
From: Carlo de Falco [mailto:address@hidden On Behalf Of c.
Sent: Tuesday, July 22, 2008 11:39 AM
To: Labitt, Bruce
Cc: address@hidden
Subject: Re: Configuring Octave

I assume you are working on some unix platform

On 22/lug/08, at 17:00, Labitt, Bruce wrote:

> ./configure --with-f77=gfortran --with-blas=/usr/lib64/libblas.so
> --with-lapack=/usr/lib64/liblapack.so --enable-shared --enable-64
> LIBS="-l/lib64/libpcre.so"

change this to  LIBS="-L/lib64/ -lpcre"
>
> /usr/bin/ld: cannot find -l/lib64/libpcre.so

this means something like "the compiler is looking for a file called  
'lib/lib64/libpcre.so.a' which cannot be found"

> I would appreciate any help the learned list could provide.  TIA.
you should have a look at man pages for ld and gcc for further details

> -Bruce
HTH
c.



reply via email to

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