Configuring Octave

Labitt, Bruce labittb1 at tycoelectronics.com
Tue Jul 22 10:50:57 CDT 2008


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:carlo.defalco at gmail.com] On Behalf Of c.
Sent: Tuesday, July 22, 2008 11:39 AM
To: Labitt, Bruce
Cc: help-octave at octave.org
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.



More information about the Help-octave mailing list