On Thu, 8 Jan 2004 00:06:36 -0500
James P Dugan <[EMAIL PROTECTED]> wrote:

> Hey all,
> 
> 1. I have a small problem that is occuring during my compile of the
> Eterm 0.9.2 src.  During make, it complains:
> 
> grep: /lib/libpcre.la: No such file or directory
> sed: can't read /lib/libpcre.la: No such file or directory
> libtool: link: '/lib/libpcre.la' is not a valid libtool archive
> 
> When I use the command : locate libpcre.la , it outputs
> 
> /usr/local/lib/libpcre.la
> 
> Apparently the file is installed but the Eterm config script has either
> not properly located it or it is improperly located on my system.  Any
> ideas or pointers as to where it should be, or another way to fix this
> problem?

The simplest way may be to do as root:

ln -s /usr/local/lib/libprce.la /usr/lib/libprce.la

and try again.

When it doesn't work search in the makefile of Eterm for the path and
change it there.

Friedrich

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to