Now I have a problem rebuilding amarok's latest version :./amarok/src/engine/libengine.la ../../../../amarok/src/plugin/libplugin.la
-lkdecore -lakode grep: /usr/lib/libltdl.la: No such file or directory /bin/sed: can't read /usr/lib/libltdl.la: No such file or directory libtool: link: `/usr/lib/libltdl.la' is not a valid libtool archive make[5]: *** [libamarok_aKode-engine.la] Error 1 --------------------
The missing /usr/lib/libltdl.la file should be provided by the libtool-libs package, which is in core.
Any idea how to avoid this, and how to avoid this in the future ?
Fix libtool-libs to provide libltdl.la or Fix the /usr/lib/*.la file referring to the missing libltdl.la file
Should we simply keep every .la files, even in core ?
If we delete them only to save space, then maybe it's a good example of "premature optimization". Do we have an example of something breaking because the .la files were included ?