Hi all, On 09/04/2012 02:01 PM, Andrea Suisani wrote: >>> from what i've understand .la file is needed by libtool. >>> >>> have anybody experienced this problem ? >> >> ubuntu bug. i've filed a bug before on this. it didnt get fixed. the .la >> files >> are broken that ship with ubuntu so they point to the wrong installation dir >> for the lib (they point to /lib/ instead of /usr/lib/i386-linux-gnu). >> >> search for a bug from raster and this in ubuntu's bug tracker. :) i ended up >> having to hand-edit .la files that come with the distro to fix it. > > thanks raster, found the bug > > https://bugs.launchpad.net/ubuntu/+source/libgcrypt11/+bug/797566 > > i will try to craft a proper .la for libgnutls > in the mean time I'll report a bug to ubuntu, just in case.
just a brief update: i was able to get elementary compiled hand-editing a libgnutls.la then I've got an error while compiling e due to a missing libglib-2.0.la file. as for gnutls there's no such file included in libglib-2.0-dev package (ubuntu 12.04). so I've extracted libglib-2.0.la from 11.10 libglib-2.0-dev, edit as needed and try to recompile again without success tough. at least this time the error was related to libxml2.la, the file was present but not in the correct location, so after creating a symlink (ln -s /usr/lib/libxml2.la /usr/lib/x86_64-linux-gnu/libxml.a) and finally I get e properly compiled :P Andrea ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
