Cgminer opencl-detection overrided autogen error

7

So I am trying to install cgminer on my debian server. I've downloaded the latest nVidia drivers, tried many things but still can't get this work. So this is the end of the log from autogen.sh:

config.status: executing libtool commands



------------------------------------------------------------------------
cgminer 3.6.4
------------------------------------------------------------------------


Configuration Options Summary:

  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: FOUND: -lncurses
  OpenCL...............: Detection overrided. GPU mining support DISABLED
configure: error: No mining configured in

I've already tried to download the latest CUDA toolkit, but it didn't work either. On google I just found solutions for ATI/AMD cards. (btw. I have GeForce GT-9600)

user2917752

Posted 2013-10-24T22:01:31.663

Reputation:

Answers

14

use ./autogen.sh --enable-opencl instead of ./autogen.sh

user2922490

Posted 2013-10-24T22:01:31.663

Reputation:

1I also needed to install the header files (On Ubuntu: apt-get install opencl-header)hknust 2013-12-07T05:10:12.577

6'opencl-header' should be plural: apt-get install opencl-headers – None – 2014-01-03T00:15:56.743