What is the standard place for static library files on Unix/Ubuntu

Posted by Max on Super User See other posts from Super User or by Max
Published on 2011-01-16T10:37:13Z Indexed on 2011/01/16 10:54 UTC
Read the original article Hit count: 324

Filed under:
|
|
|

Hi,

I am trying to install a library manually, well actually just put it in a sensible location preferably in my LIB path.

I have a lib[...].a file and a bunch of headers pertaining to that static library file. If I look under /usr/lib/ I see only .so files, likewise for /lib/, /lib32/ etc. I figure I could chuck it in there, but is there any place where it can get cozy with other .a files or is that as good place as any? I'm not an library expert, but I'm pretty sure it won't matter functionally, but I'd like to learn conventional best practice. Also, where is the standard place to put the headers?

Thanks!

© Super User or respective owner

Related posts about path

Related posts about library