On Thu June 23 2022 09:26:20 Kate @ Borg Labs wrote:
/usr/bin/ld: cannot find -lGL: No such file or directory collect2: error: ld returned 1 exit status make: *** [Makefile:481: qtemu] Error 1
Ok been at it for awhile trying to figure this out. This usually means the answer is simple so I miss it.
I'm trying to build QTemu from latest source and I get the above error. Anyone know what I'm doing wrong? Missing a package? etc etc etc...
Hi Kate,
Looks like you're missing libGL.so. Here in Debian Bullseye /usr/lib/x86_64-linux-gnu/libGL.so is a complicated diversion involving packages glx-diversion, libgl-dev, and a bunch of mesa stuff.
Maybe you could start by trying libgl-dev.
--Mike