This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 2008-11-03 11:02, Michael Abbott wrote: > I have an interesting dilemma with ldconfig. On my tiny embedded box it > is a bloated monster -- being statically linked doesn't help -- and I'm > reluctant to give it house room. ... > I'm tempted to try building a > dynamically linked ldconfig... Please think about the reason it's statically linked: if your ld.so.cache is screwed up, or any other dynamic library problems exist, you might not be able to repair it. :) If you are 100% sure that your dynamic library symlinks and ld.so.cache files are okay, you don't need ldconfig at all. -- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |