This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libiberty.so not built in binutils


In message <398973ED.3E23C9DE@mordor.ch>, Cyrille Artho writes:
>What is the easiest way to convert the static library to a dynamic one?

Rebuild libiberty by hand, configuring with --enable-shared.

>And why not include the dynamic version, too, in future releases?

Several packages (binutils, GCC etc) ship with different versions of 
libiberty that are not necessarily quite compatible.  If a shared library was 
to be used then all libiberty's users would have to agree on its interface.  
By using a static library each program gets the code it expects and all is 
well.

p.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]