Error with simpleTextureDrv out of the box

Hi,

I just downloaded NVIDIA CUDA SDK Version 1.1 for Linux. After running the .run file, I tried to build the project examples. I am getting the following error:

make[1]: Entering directory `/home/rdomingu/NVIDIA_CUDA_SDK/projects/simpleTextureDrv’
In file included from /usr/include/features.h:351,
from /usr/local/cuda/bin/…/include/cuda_runtime.h:49,
from :1:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory

My machine is:
Linux tesla1 2.6.23.15-80.fc7 #1 SMP Sun Feb 10 16:52:18 EST 2008 x86_64 x86_64 x86_64 GNU/Linux

I am not sure why the simpleTextureDrv project is looking for the stubs-32.h when my machine is x86_64. Any body had this problem?

Thank you,

Rodrigo