Post
Topic
Board Mining software (miners)
Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx
by
zaytsev
on 02/08/2011, 18:40:54 UTC
Why?  You seem to miss the point completly.  I don't have pkgconfig.  I don't want pkgconfig, so why should I read up on it?  I have been building software from source for a few decades now.   Since usenet was the way to distribute the sources for most.   The all the worlds linux folks are as annoying today as the all the worlds a vax foks where then.

If you have been building software for that long, it should have taught you that building complex software with many dependencies without an unified system for discovering library paths, compile, link flags etc. (which is exactly what pkg-config is) is a living hell of hooking up each and every library to the build system via crappy third-party autotools macros for which no decent unified and maintained archive exists. And in this particular instance, these macros were even unable to resolve version requirements for which reason (I guess) they were finally nuked in favor of pkg-config.

It could be that your system doesn't ship pkg-config (which I would doubt, unless it's Windows), but since you've been building software since vax days, it would certainly take you near-zero effort to build pkg-config in addition to cgminer. I bet there are even third-party repositories with pre-build binaries somewhere around.