On Dec 31, 2013, at 8:38 AM, Aleksandar Kuktin wrote:

> There is actually a problem with libtool and just rm-ing a static
> library. I don't know the specifics of it, but subsequent build
> attempts of other packages needing the affected libraries may fail.

You can safely remove all *.la as well in /lib and /usr/lib, but not  
in subdirectories where an app will need them to run successfully,  
such as ImageMagick.

But for my own builds, I use --disable-static or remove the static  
libs if installed with no option to disable and remove the libtool  
archive, as well.

Most likely safer to disable the building and installation of static  
libraries during the build phase. You bring up a good point.

Sincerely,

William Harrington
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to