当我尝试使用c ++和glut创建一个多维数据集但它返回错误时;
q-3d.cpp: (.text+0xc5): undefined reference to `glutInit',
q-3d.cpp: (.text+0xcf): undefined reference to `glutCreateWindow',
q-3d.cpp: (.text+0xde): undefined reference to `glutInitWindowSize',
q-3d.cpp: (.text+0xed): undefined reference to `glutInitWindowPosition',
q-3d.cpp: (.text+0xf7): undefined reference to `glutDisplayFunc' and
q-3d.cpp: (.text+0xfc): undefined reference to `glutMainLoop'