linux - How to check C libraries installed without root access? -


i working on school project in limited environment (archlinux) don't have root access. subject says allowed use libraries installed. coding in c using gcc.

how list of libraries ?

for libraries managed pkg-config utility, following command show installed libraries:

pkg-config --list-all | less 

however, not libraries managed may forced go through /usr/lib , /usr/local/lib directories.


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -