cuda and ocelot on ATI

Hi all :)
i’m totally noob on CUDA but i’ve to do the thesis with; i’ve an ATI and i’ve found an emulator called ocelot (http://gpuocelot.gatech.edu/) to run file written in CUDA.
This guide How to install gpuocelot in Ubuntu 12.04 | Barefeg's Blog help the installation but not work for me.

Can someone help me? it’s pretty urgent…

I’m on LinuxMint 14 64-bit.

It would help if you were more specific as to what your specific issue/error message is…

when I compile with g++ I get this errors:

g++ -o hello.out hello.o OcelotConfig -l

OcelotConfig: error while loading shared libraries: libocelot.so: cannot open shared object file: No such file or directory
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function main: error: undefined reference to ‘cudaMalloc’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function main: error: undefined reference to ‘cudaMalloc’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function main: error: undefined reference to ‘cudaMalloc’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function main: error: undefined reference to ‘cudaMemcpy’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function main: error: undefined reference to ‘cudaMemcpy’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function main: error: undefined reference to ‘cudaConfigureCall’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function main: error: undefined reference to ‘cudaMemcpy’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function main: error: undefined reference to ‘cudaFree’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function main: error: undefined reference to ‘cudaFree’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function main: error: undefined reference to ‘cudaFree’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function __cudaUnregisterBinaryUtil(): error: undefined reference to ‘__cudaUnregisterFatBinary’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function _device_stub__Z3dotPfS_S(float*, float*, float*): error: undefined reference to ‘cudaSetupArgument’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function _device_stub__Z3dotPfS_S(float*, float*, float*): error: undefined reference to ‘cudaSetupArgument’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function _device_stub__Z3dotPfS_S(float*, float*, float*): error: undefined reference to ‘cudaSetupArgument’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function __sti____cudaRegisterAll_40_tmpxft_00000c99_00000000_4_hello_cpp1_ii_f26a2827(): error: undefined reference to ‘__cudaRegisterFatBinary’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function __sti____cudaRegisterAll_40_tmpxft_00000c99_00000000_4_hello_cpp1_ii_f26a2827(): error: undefined reference to ‘__cudaRegisterFunction’
hello.o:tmpxft_00000c99_00000000-1_hello.cudafe1.cpp:function cudaError cudaLaunch(char*): error: undefined reference to ‘cudaLaunch’
collect2: ld returned 1 exit status

following the guide I installed the .deb package of ocelot

$ locate libocelot
/usr/l/checkout/gpuocelot/ocelot/build_local/lib/libocelot.so

up