How are you able to compile libraries as "-dev" (i.e. libboost-devel)
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
How are you able to compile libraries as "-dev" (i.e. libboost-devel)
Basically the question above, but on Sabayon's Portage (GUI of emerge for gentoo) it will not allow me to compile that package, so here comes the manual way. Thx in advance!
On Gentoo as on Sabayon the cathegory/name of the ebuild is: dev-libs/boost
Libraries are normally not build for "themselves" - they are rather a requisite/dependency for some program - and are built when some program requires it.
What I mean - you normally don't do:
emerge dev-libs/boost
You "emerge" some program - if it needs "boost" - "dev-libs/boost" is built first "automatically".
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.