Issues installing molden on ubuntu


up vote
0
down vote
favorite
I am trying to install molden on my machine (I have had it previously but needed to reinstall the OS) but keep getting a weird error. I am not able to understand it or solve it on my own. Any help will be great.
Below is the error I get when I run make
:
xwin.c:(.text+0x9b52b): undefined reference to `glGenTextures'
xwin.c:(.text+0x9b53d): undefined reference to `glBindTexture'
xwin.c:(.text+0x9b585): undefined reference to `glTexImage2D'
collect2: error: ld returned 1 exit status
makefile:262: recipe for target 'gmolden' failed
make: *** [gmolden] Error 1
14.04
add a comment |Â
up vote
0
down vote
favorite
I am trying to install molden on my machine (I have had it previously but needed to reinstall the OS) but keep getting a weird error. I am not able to understand it or solve it on my own. Any help will be great.
Below is the error I get when I run make
:
xwin.c:(.text+0x9b52b): undefined reference to `glGenTextures'
xwin.c:(.text+0x9b53d): undefined reference to `glBindTexture'
xwin.c:(.text+0x9b585): undefined reference to `glTexImage2D'
collect2: error: ld returned 1 exit status
makefile:262: recipe for target 'gmolden' failed
make: *** [gmolden] Error 1
14.04
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to install molden on my machine (I have had it previously but needed to reinstall the OS) but keep getting a weird error. I am not able to understand it or solve it on my own. Any help will be great.
Below is the error I get when I run make
:
xwin.c:(.text+0x9b52b): undefined reference to `glGenTextures'
xwin.c:(.text+0x9b53d): undefined reference to `glBindTexture'
xwin.c:(.text+0x9b585): undefined reference to `glTexImage2D'
collect2: error: ld returned 1 exit status
makefile:262: recipe for target 'gmolden' failed
make: *** [gmolden] Error 1
14.04
I am trying to install molden on my machine (I have had it previously but needed to reinstall the OS) but keep getting a weird error. I am not able to understand it or solve it on my own. Any help will be great.
Below is the error I get when I run make
:
xwin.c:(.text+0x9b52b): undefined reference to `glGenTextures'
xwin.c:(.text+0x9b53d): undefined reference to `glBindTexture'
xwin.c:(.text+0x9b585): undefined reference to `glTexImage2D'
collect2: error: ld returned 1 exit status
makefile:262: recipe for target 'gmolden' failed
make: *** [gmolden] Error 1
14.04
edited May 17 at 18:12


Thomas Wardâ¦
41k23112166
41k23112166
asked May 17 at 18:08
Jatin751
63
63
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Searching on manpages.ubuntu.com
for glGenTextures
takes one to the glGenTextures man
page, which says that glGenTextures
is part of OpenGL
. apt search OpenGL
will show you packages to install, prefer the ones with the -dev
suffix.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Searching on manpages.ubuntu.com
for glGenTextures
takes one to the glGenTextures man
page, which says that glGenTextures
is part of OpenGL
. apt search OpenGL
will show you packages to install, prefer the ones with the -dev
suffix.
add a comment |Â
up vote
0
down vote
Searching on manpages.ubuntu.com
for glGenTextures
takes one to the glGenTextures man
page, which says that glGenTextures
is part of OpenGL
. apt search OpenGL
will show you packages to install, prefer the ones with the -dev
suffix.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Searching on manpages.ubuntu.com
for glGenTextures
takes one to the glGenTextures man
page, which says that glGenTextures
is part of OpenGL
. apt search OpenGL
will show you packages to install, prefer the ones with the -dev
suffix.
Searching on manpages.ubuntu.com
for glGenTextures
takes one to the glGenTextures man
page, which says that glGenTextures
is part of OpenGL
. apt search OpenGL
will show you packages to install, prefer the ones with the -dev
suffix.
answered May 17 at 18:43
waltinator
20.3k73968
20.3k73968
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037513%2fissues-installing-molden-on-ubuntu%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password