gcc test.cpp -o test -lGL -lGLU -lglut nvcc test.cu -o test -lGL -lGLU -lglut 不管是C/C++还是CUDA编译,都要在后面加上-lGL -lGLU -lglut