cannot find -lcutil_x86_64

I’ve installed latest nvidia sdk and toolkit on ubuntu 10.04 LTS. When I run any of the SDK examples I get the following error:

/usr/bin/ld: cannot find -lcutil_x86_64

Any help will be highly appreciated.

You need to compile the library by running make in the common directory of the SDK.

Thanks Alot avidday, I completely missed that step.