This is a discussion on PIC and SO libraries within the mailing.openbsd.tech forums, part of the OpenBSD category; --> Hello developers, I've got a question regarding PIC and shared libraries. There are numerous libFOO_pic.a files in /usr/lib, let's ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello developers, I've got a question regarding PIC and shared libraries. There are numerous libFOO_pic.a files in /usr/lib, let's pick libc_pic.a as an example. If I understand this issue correctly, libc_pic.a consists of exactly these object files which are also used to generate libc.so.X.Y - not more and not less. Now, what are these PIC libraries being used for, especially on ELF systems? Would it be possible to get rid of every libFOO_pic.a for which an appropriate libFOO.so.X.Y exists, or are these still being used for something? Thanks, //Thorsten -- Solange man keine schmutzigen Tricks macht, und ich meine *wirklich* schmutzige Tricks, wie bei einer doppelt verketteten Liste beide Pointer XORen und in nur einem Word speichern, funktioniert Boehm ganz hervorragend. -- Andreas Bogk über boehm-gc in d.a.s.r |