Marcel Müller
Marcel Müller
@Nitrouspony I will update my article with your suggestions, thanks! @Kudu Unfortunately I didn't have a chance to try and compile it on 10.8 yet since all my Macs are...
@joker5bb Use CUDA 5.0 Toolkit and GCC 4.6.4.
@tzbauknight Well I'd say for some reason, whatever compiler you're using, it's not using libstdc++. Would you mind posting the output of `gcc -v`?
@BIGBOSS-EU Are you using CUDA 5.5 by chance?
@tzbauknight I think CUDA 5.0 only supports GCC versions below 4.7 – I'm using 4.6.4 when compiling with CUDA 5.0.
@tzbauknight Did you try altering the $PATH environment variable yet, so `gcc` actually points to gcc and not clang? I personally use MacPorts, so I'm not sure how brew handles...
@tzbauknight Problem with Mavericks is that /usr/bin/gcc maps to clang – hence the dumpspecs error. Now, your $PATH is set up to look in /usr/local/bin before /usr/bin – like I...
@tzbauknight Well, that's the reason you should use CUDA 5.0. However, if you want to try it with GCC 4.6 and CUDA 5.0 again, you could try using an alias...
See this comment for a possible solution: https://github.com/cbuchner1/CudaMiner/issues/2#issuecomment-29677311