deviceQuery a simple program can't be compiled correctly

i have installed the device driver_3.2_linux_64_260.19.26.run,cudatoolkit_3.2.16_linux_64_ubuntu10.04.run,gpucomputingsdk_3.2.16_linux.run successfully.In order to detect whether it’s right or not.i used the the example called deviceQuery in the gpucomputingsdk.but i input make and compile,but the error occur to me.
/usr/bin/ld: cannot find -lcutil_x86_64
collect2: ld returned 1 exit status
make: *** […/…/bin/linux/release/deviceQuery] Error 1

i don’t know what’s meaning ? i appreciated your reply.

You have to compile the cutil library before trying to make individual projects inside the SDK. You can make the cutil library by executing make in the common/ directory.

i get different error

and to compiler fouder C

So if anyone knows that error appreciate your help.