dev-libs/argv-2.6.1.ebuild [bump]
I have bumped my ebuild for argv to version 2.6.1 To get this ebuild into your local portage tree do: And then: Enjoy.# rsync -rztp --delete rsync://rsync.omz13.com/local-portage/dev-libs/argv /usr/local/portage/dev-libs# ACCEPT_KEYWORDS="~x86" emerge argv
June 20th, 2009 at 20:04
How do you build a shared library of argv?
June 21st, 2009 at 9:48
That’s not something you’d really want to do. There would be no real advantage, and the overhead (and hassle) of dealing with shared libraries would be, IMHO, overkill. (Plus the library itself is quite trivial that its probably far easier to just pull its source into your own project directly.)