On Tue, Feb 27, 2007 at 07:53:46PM +0000, Paulo J. Matos wrote:
> On 2/27/07, Michael Jennings <[EMAIL PROTECTED]> wrote:
> > On Tuesday, 27 February 2007, at 19:07:42 (+0000),
> > Paulo J. Matos wrote:
> >
> > > grep: /usr/lib/libedje.la: No such file or directory
> > > /usr/bin/sed: can't read /usr/lib/libedje.la: No such file or directory
> > > libtool: link: `/usr/lib/libedje.la' is not a valid libtool archive
> > >
> > > Well, I can't find a single line referring to /usr/lib in this linking
> > > command line.
> > > Can this be a hardcoded line in ewl make somewhere?
> > >
> > > Does anyone know what's happening?
> >
> > One of the .la files used in that link line refers to
> > /usr/lib/libedje.la.
> >
> 
> Can't find anyone on the line I posted regarding /usr/lib/libedje.la and
> # pwd
> /usr/local/stow
> # grep -R "/usr/lib/libedje.la" *
> #
> 
> finds nothing.
> 
> Why do you say that?

The error message about /usr/lib/libedje.la not existing indicates that
you probably have an old partial install in /usr/lib. ld is finding some
lib there (instead of /usr/local/lib) which refers to
/usr/lib/libedje.la (which apparently no longer exists).

Make sure you fully remove any efl libraries installed into /usr/lib.

rephorm


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to