cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
692 stars 304 forks source link

readlink has no -f option on Mac OS X #121

Closed daviewales closed 10 years ago

daviewales commented 10 years ago

autogen.sh fails with readlink: illegal option -- f on Mac OS X.

The build works if line 2 is changed to the following:

bs_dir="$(pwd)"

(This will break if you try to run autogen.sh from outside the current directory, I think.)

EDIT: Sorry. This issue was for vertminer. I don't know how I ended up here.