cbuchner1 / CudaMiner

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

undefined reference to dlopen #120

Closed tmearnest closed 10 years ago

tmearnest commented 10 years ago

On linux the dl library is not linked against. I manually linked it with -ldl and it compiled correctly. This concerns 6bfc1e4e9b813.

zeroedout commented 10 years ago

Hi, this is actually a duplicate of https://github.com/cbuchner1/CudaMiner/issues/115 Please close that as well.