Or you could make a link in /usr/lib that points to it.

I had a similar problem with Slackware, but it was pkgconfig that couldn't
find anything.  I had to update my PKG_CONFIG_LIBDIR and PKG_CONFIG_PATH to
include /usr/local/lib64/pkgconfig and /usr/lib64/pkgconfig.  I have no
idea why Slackware doesn't include these by default on 64-bit versions,
since that's where the *.pc files end up.


On Wed, Apr 16, 2014 at 5:35 PM, Carsten Haitzler <[email protected]>wrote:

> On Wed, 16 Apr 2014 23:21:00 +0200 Gabriele Piccini <[email protected]>
> said:
>
> > I'm here again...
> > now I have another trouble.
> > at the end of compiling I have this:
> >
> > /bin/grep: /usr/lib/libuuid.la: No such file or directory
> > /bin/sed: can't read /usr/lib/libuuid.la: No such file or directory
> > libtool: link: `/usr/lib/libuuid.la' is not a valid libtool archive
> >
> > It's clear it want libuuid.la under /usr/lib. My distro (Slackware) has
> > libuuid.la under /usr/lib64.
> > I tried LDFLAGS=-L/usr/lib64 but it's the same.
> > How can I tell to find into /usr/lib64 ???
> >
> > I tried to install fresh util-linux package which install libuuid.la
> > under /usr/lib but after reboot I have a hang of the system!!
> >
> > PS. It's the same with efl 1.9.3, too.
> >
> > regards
> > gabriele
>
> distro problem - this happened on ubuntu repeatedly across multiple
> releases
> (with different libs). you have other .la files that point
> to /usr/lib/libuuid.la as a dependency (go grep all your .la files you
> have for
> that string). the problem is that they moved libuuid somewhere but didn't
> also
> update all the .la files that depend on it.
>
> personally... just delete all .la files and get rid of troubles. libtool
> is a
> real pain.
>
> > On 04/15/2014 09:34 AM, Gabriele Piccini wrote:
> > > Hi all,
> > > for noobs as me... the problem was I missed the "linker name" of the
> > > library luajiit. Reinstalled all and now it seems all ok.
> > >
> > >
> > >
> > >
> > > 2014-04-14 10:25 GMT+02:00 Gabriele Piccini <[email protected]
> > > <mailto:[email protected]>>:
> > >
> > >     I removed all old efl libraries (headers,libraries etc) but
> nothing.
> > >     Linker want libluajit-5.1.a always.
> > >
> > >     Any hints??
> > >
> > >
> > >     2014-04-11 11:12 GMT+02:00 Gabriele Piccini <[email protected]
> > >     <mailto:[email protected]>>:
> > >
> > >         Hi Stefan,
> > >         it was the answer I imagined.
> > >         Many thans.
> > >         I'll try to compile.
> > >
> > >         Cheers
> > >
> > >
> > >         2014-04-11 11:03 GMT+02:00 Stefan Schmidt
> > >         <[email protected] <mailto:[email protected]
> >>:
> > >
> > >             Hello.
> > >
> > >             On Fri, 2014-04-11 at 10:55, Gabriele Piccini wrote:
> > >             > Thanks for response, but another question..
> > >             > Hence if I remove header files and libraries until I
> > >             compile and install
> > >             > new I'll be withount window manager. Is it right??
> > >
> > >             The header files are only used durign the compilation not
> > >             from the
> > >             running window manager. The libs are used but already
> > >             loaded into
> > >             memory. Your window manager will keep running when you
> > >             remove th files
> > >             from disk (kernel fs layer will mark it as to be removed
> > >             only anyway)
> > >
> > >             If your E crashes after you removed the libs and before
> > >             you installed
> > >             the new ones it will not be able to restart though.
> > >
> > >             If you want to you can make a backup of the files and have
> > >             it around
> > >             if the new compile does not work after the removal. In
> > >             such a case you
> > >             can restore the old files and everything should be as
> before.
> > >
> > >             regards
> > >             Stefan Schmidt
> > >
> > >
> ------------------------------------------------------------------------------
> > >             Put Bad Developers to Shame
> > >             Dominate Development with Jenkins Continuous Integration
> > >             Continuously Automate Build, Test & Deployment
> > >             Start a new project now. Try Jenkins in the cloud.
> > >             http://p.sf.net/sfu/13600_Cloudbees
> > >             _______________________________________________
> > >             enlightenment-users mailing list
> > >             [email protected]
> > >             <mailto:[email protected]>
> > >
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > >
> > >
> > >
> > >
> >
> >
> ------------------------------------------------------------------------------
> > Learn Graph Databases - Download FREE O'Reilly Book
> > "Graph Databases" is the definitive new guide to graph databases and
> their
> > applications. Written by three acclaimed leaders in the field,
> > this first edition is now available. Download your free book today!
> > http://p.sf.net/sfu/NeoTech
> > _______________________________________________
> > enlightenment-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
>
>
> --
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    [email protected]
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> enlightenment-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>



-- 
-- Jeff Grimshaw
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to