On Mon, 22 Aug 2011 22:19:49 +0100 rob <[email protected]> said: > On 22/08/11 19:23, Wido wrote: > > Nevermind, I think it's Debian's error since the file should be there > > > > 2011/8/22 Wido<[email protected]> > > > >> Hi folks, I just updated my svn tree and I'm having an error when trying to > >> compile elementary, here is the snippet: > >> > >> "... > >> CC elementary_testql-test_eio.o > >> CCLD elementary_testql.la > >> CCLD elementary_test > >> CCLD elementary_config > >> CCLD elementary_quicklaunch > >> CCLD elementary_testql > >> /bin/sed: can't read /usr/lib/libgnutls.la: No such file or directory > >> libtool: link: `/usr/lib/libgnutls.la' is not a valid libtool archive...." > >> > >> I'm using debian testing (wheezy) and I've looked for that file, but is not > >> there. I have the libgnutls-dev, but apart from that, I'm lost > >> > >> > >> > >> -- > >> Wido > >> > > > > > Debian Sid here. Same issue. From googling it appears that Debian are > moving to .a archives as opposed to .la files. Appears this is an update > to solve a longstanding problem associated with .la archives. Have not > found a solution. Maybe you try the Deb users mailing list.
problem is the .la file itself. it's in /usr/lib/i386-linux-gnu or /usr/lib/x86_64-linux-gnu depending on your arch, BUT the actual .la file itself inside says its in /usr/lib/. they generate the .la file then go move the shared libs somewhere without fixing the .la file. fyi this is also going to make efl unhappy if it is packaged this way as its prefix finding is going to be most unhappy as now it has been moved down 1 level (for shared libs) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
