Cannot find -lGL
-
wrote on 18 Dec 2012, 11:31 last edited by
how to do that?
-
wrote on 18 Dec 2012, 11:44 last edited by
Which distribution do you use?
Wich Graphicsdriver? See my post in 3th party for ati readeon graphiccards.
-
wrote on 18 Dec 2012, 11:48 last edited by
ubuntu 12.04
nvidia -
wrote on 18 Dec 2012, 11:52 last edited by
nvidia proprimentar? or "normal"
open Software-center and search for OpenGL -> install allso -dev packs.
-
wrote on 18 Dec 2012, 12:03 last edited by
how do i find out what kind of driver i have?
-
wrote on 18 Dec 2012, 12:06 last edited by
Did you installed the default driver or have you installed explicit the Nvidia?
-
wrote on 18 Dec 2012, 12:09 last edited by
default
-
wrote on 18 Dec 2012, 12:17 last edited by
what should i install in software center?
-
wrote on 17 Jan 2013, 11:15 last edited by
Solved the problem by installing the “libglu1-mesa-dev” package.
@sudo apt-get install libglu1-mesa-dev -y@ -
wrote on 15 Feb 2013, 21:43 last edited by
If it matters to you..... On Fedora 18, I used:
@yum groupinstall "Development Tools"
yum install mesa-libGL-devel@ -
wrote on 27 Feb 2015, 21:11 last edited by
[quote author="pitonyak" date="1360964600"]If it matters to you..... On Fedora 18, I used:
@yum groupinstall "Development Tools"
yum install mesa-libGL-devel@
[/quote]Did you ever get this resolved? I installed this on 64bit centos and ran the two commands above to install those rpms but it still does not work
-
wrote on 27 Feb 2015, 21:11 last edited by
[quote author="pitonyak" date="1360964600"]If it matters to you..... On Fedora 18, I used:
@yum groupinstall "Development Tools"
yum install mesa-libGL-devel@
[/quote]Did you ever get this resolved? I installed this on 64bit centos and ran the two commands above to install those rpms but it still does not work
-
[quote author="EverydayDiesel" date="1425071488"]
[quote author="pitonyak" date="1360964600"]If it matters to you..... On Fedora 18, I used:@yum groupinstall "Development Tools"
yum install mesa-libGL-devel@
[/quote]Did you ever get this resolved? I installed this on 64bit centos and ran the two commands above to install those rpms but it still does not work[/quote]Different distros package their software differently. The commands that pitonyak ran were for Fedora 18, not CentOS.
You need to find out what packages you need to build OpenGL programs in CentOS (e.g. try http://www.qtcentre.org/threads/58151-IGL-error-in-CentOS-6 )
-
[quote author="EverydayDiesel" date="1425071488"]
[quote author="pitonyak" date="1360964600"]If it matters to you..... On Fedora 18, I used:@yum groupinstall "Development Tools"
yum install mesa-libGL-devel@
[/quote]Did you ever get this resolved? I installed this on 64bit centos and ran the two commands above to install those rpms but it still does not work[/quote]Different distros package their software differently. The commands that pitonyak ran were for Fedora 18, not CentOS.
You need to find out what packages you need to build OpenGL programs in CentOS (e.g. try http://www.qtcentre.org/threads/58151-IGL-error-in-CentOS-6 )
-
wrote on 28 Feb 2015, 17:52 last edited by
Thanks for the reply.
I have ran these commands
@yum install mesa-libGL-devel mesa-libGLU-devel
yum install qt
yum install qt-creator@and then installed Qt 5.4.1 for Android (Linux 64-bit, 616 MB)
I am on centos 7 x64 but it still does not work
-
wrote on 28 Feb 2015, 17:52 last edited by
Thanks for the reply.
I have ran these commands
@yum install mesa-libGL-devel mesa-libGLU-devel
yum install qt
yum install qt-creator@and then installed Qt 5.4.1 for Android (Linux 64-bit, 616 MB)
I am on centos 7 x64 but it still does not work