And tell me the paths.
$ sudo rm /etc/ld.so.conf.d/opencl-vendor-intel.conf
$ sudo ldconfig
after this, go to the vanitygen folder:
$ make clean && make
The second command removes the compiled OpenCL kernel for your GPU which dosnt work anyway, always remove it when changing drivers/rebuilding, otherwise you'll end up using an old OpenCL kernel.
Now back to your first line:
After this:
nvidia-libopencl1-352 install
nvidia-opencl-icd-352 install
ocl-icd-libopencl1:amd64 deinstall
opencl-headers install
cc -ggdb -O3 -Wall -c -o oclvanitygen.o oclvanitygen.c
cc -ggdb -O3 -Wall -c -o oclengine.o oclengine.c
oclengine.c: In function ‘vg_ocl_prefix_check’:
oclengine.c:1553:18: warning: variable ‘tablesize’ set but not used [-Wunused-but-set-variable]
int orig_delta, tablesize;
^
cc oclvanitygen.o oclengine.o pattern.o util.o -o oclvanitygen -ggdb -O3 -Wall -lpcre -lcrypto -lm -lpthread -lOpenCL
/usr/bin/ld: cannot find -lOpenCL
collect2: error: ld returned 1 exit status
make: *** [oclvanitygen] Error 1
Any more suggestions are much appreciated