eddy@tesla:~/learn$ nvcc -o test testsoft.cu
/tmp/tmpxft_000040e3_00000000-11_bunkove.o: In function main': tmpxft_000040e3_00000000-10_bunkove.ii:(.text+0x354): undefined reference to cutFindFilePath’
tmpxft_000040e3_00000000-10_bunkove.ii:(.text+0x372): undefined reference to `cutLoadPPMub’
collect2: ld returned 1 exit status
eddy@tesla:~/learn$
eddy@tesla:~/learn$ ./test
bash: ./test: No such file or directory
I have problem with compile my program. I used library cutil.h and function cutLoadPPMub for reading picture. Please somebody help me :) …