Results 1 to 2 of 2
I'm trying to build Vba-m(VisualBoyAdvance gba emulator) but I'm stuck at an error that I really don't understand.
----
$make
Linking CXX executable gvbam
/usr/bin/ld: cannot find -lGL
collect2: ld ...
- 12-04-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 1
Trying to build vba-m
I'm trying to build Vba-m(VisualBoyAdvance gba emulator) but I'm stuck at an error that I really don't understand.
----
$make
Linking CXX executable gvbam
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
make[2]: *** [gvbam] Error 1
make[1]: *** [CMakeFiles/gvbam.dir/all] Error 2
make: *** [all] Error 2
----
I really don't know what this means and what "-lGL" is.
I'm running 64-bit Debian-testing.
- 12-06-2008 #2Just Joined!
- Join Date
- Oct 2008
- Location
- IceWM
- Posts
- 23
lGL looks like something to do with OpenGL. Just a guess, I'm not too sure as I don't do much compiling.


Reply With Quote
