SDK build error "cannot find -lUtilNPP_i686"

I am trying out the Cuda 4.0 RC on Ubuntu 10.10 (i686). After installing the following libraries:

sudo apt-get install libxi-dev libxmu-dev freeglut3-dev

I find that some of the SDK samples build, but not all of them. In particular the system errors out on freeImageInteropNPP:

make -C src/freeImageInteropNPP/ 

make[2]: Entering directory `/opt/NVIDIA_GPU_Computing_SDK/CUDALibraries/src/freeImageInteropNPP'

g++ -fPIC  -I. -I../../common/UtilNPP/ -I../../common/FreeImage/include -I/usr/local/cuda/include/ -L../../common/lib -L/usr/local/cuda/lib -lcudart -lnpp -L../../common/FreeImage/lib/linux  -o freeImageInteropNPP freeImageInteropNPP.cpp -lUtilNPP_i686 -lfreeimage32

/usr/bin/ld: cannot find -lUtilNPP_i686

collect2: ld returned 1 exit status

Has anyone else run into this, on 32-bit Ubuntu?

hello, I solved the same problem with this

https://code.ua.pt/projects/cudastepbystep/repository/revisions/7/entry/files/4.0_Release_Notes_Errata.txt .

Good lucky!!!