Andrew Benton wrote: > On Sat, 12 May 2012 15:23:15 +0100 > "Armin K." <[email protected]> wrote: > >> Why did you bother to build shared llvm libraries? > > We prefer shared libraries as only one copy of the code is installed > and it is shared by any app that links to it. With a static library, > anything that builds against it includes a copy within itself
I agree with Armin that anything that might be needed early like a video driver would probably be better to not use dynamic libraries. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
