From: Ocean S. <mea...@gm...> - 2009-09-28 09:57:36
|
Dear all, i have some problem regarding the mesa installation. i am using fedora core 11. and mesa is obtained by "yum install" after i install it, here is some info. [root@localhost ~]# rpm -qa |grep mesa mesa-libGLU-7.6-0.1.fc11.i586 mesa-dri-drivers-7.6-0.1.fc11.i586 mesa-libGL-7.6-0.1.fc11.i586 [root@localhost ~]# rpm -ql mesa-libGLU-7.6-0.1.fc11.i586 /usr/lib/libGLU.so.1 /usr/lib/libGLU.so.1.3.070600 [root@localhost ~]# rpm -ql mesa-libGL-7.6-0.1.fc11.i586 /usr/lib/libGL.so.1 /usr/lib/libGL.so.1.2 [root@localhost ~]# rpm -ql mesa-dri-drivers-7.6-0.1.fc11.i586 /usr/lib/dri /usr/lib/dri/i810_dri.so /usr/lib/dri/i915_dri.so /usr/lib/dri/i965_dri.so /usr/lib/dri/libdricore.so /usr/lib/dri/mga_dri.so /usr/lib/dri/r128_dri.so /usr/lib/dri/r200_dri.so /usr/lib/dri/r300_dri.so /usr/lib/dri/radeon_dri.so /usr/lib/dri/savage_dri.so /usr/lib/dri/sis_dri.so /usr/lib/dri/swrast_dri.so /usr/lib/dri/tdfx_dri.so /usr/lib/dri/unichrome_dri.so and i tried to run some opengl program, it failed. after i read some articles on Internet, it needs glut.h header file. then i installed freeglut. [root@localhost ~]# rpm -qa |grep glut freeglut-2.4.0-16.fc11.i586 [root@localhost ~]# rpm -ql freeglut-2.4.0-16.fc11.i586 /usr/lib/libglut.so.3 /usr/lib/libglut.so.3.8.0 /usr/share/doc/freeglut-2.4.0 /usr/share/doc/freeglut-2.4.0/AUTHORS /usr/share/doc/freeglut-2.4.0/COPYING /usr/share/doc/freeglut-2.4.0/ChangeLog /usr/share/doc/freeglut-2.4.0/INSTALL /usr/share/doc/freeglut-2.4.0/NEWS /usr/share/doc/freeglut-2.4.0/README /usr/share/doc/freeglut-2.4.0/TODO /usr/share/doc/freeglut-2.4.0/download.html /usr/share/doc/freeglut-2.4.0/freeglut.html /usr/share/doc/freeglut-2.4.0/freeglut_logo.png /usr/share/doc/freeglut-2.4.0/freeglut_user_interface.html /usr/share/doc/freeglut-2.4.0/index.html /usr/share/doc/freeglut-2.4.0/ogl_sm.png /usr/share/doc/freeglut-2.4.0/progress.html /usr/share/doc/freeglut-2.4.0/structure.html still i don't see any glut.h , gl.h or glu.h and i am still not able to run any opengl code. please someone enlighten me to run a opengl code under linux. thank you Ocean |