i have got it all downloaded but when i do ./configure i get the following.
Configuration Options Summary:
OpenCL...............: NOT FOUND. GPU mining support DISABLED
ADL..................: SDK NOT found, GPU monitoring support DISABLED
BitForce.FPGAs.......: Disabled
I know i have openCL installed as i am able to run poclbm fine on my gpus
You are missing the *.h files in the ADL_SDK directory. Read the readme.txt located there to get the files.
Assuming $AMDAPPSDKROOT is defined, then the proper configure command should be
similar to:
CFLAGS="-O3 -Wall -I$AMDAPPSDKROOT/include" LDFLAGS="-L${AMDAPPSDKROOT}lib/x86_64" ./configure
If you are using BitForce.FPGAs then:
CFLAGS="-O3 -Wall -I$AMDAPPSDKROOT/include" LDFLAGS="-L${AMDAPPSDKROOT}lib/x86_64" ./configure --enable-bitforce
See how these changes work for you. If using 32-bit, change to above paths to reflect 32-bit libs.