Re: BinUtils /usr/bin/ld: cannot find -lGL

2020-11-11 Thread Imre, Nagy
Hi Timothy, This link might be useful for you: https://stackoverflow.com/questions/18406369/qt-cant-find-lgl-error Please keep in mind, that this is more a Qt related question, thus you would get correct answers faster on specific Qt forums and mailing lists. Also, please try to use google fi

Re: BinUtils /usr/bin/ld: cannot find -lGL

2020-11-11 Thread Colin Watson
On Wed, Nov 11, 2020 at 12:59:49PM -0500, Timothy M Butterworth wrote: > I added a symbolic link "libGL.so -> > /usr/lib/x86_64-linux-gnu/libGL.so.1" and that fixed the issue. You should install the libgl-dev package instead of doing this manually. -- Colin Watson (he/him)

Re: BinUtils /usr/bin/ld: cannot find -lGL

2020-11-11 Thread Timothy M Butterworth
All, I added a symbolic link "libGL.so -> /usr/lib/x86_64-linux-gnu/libGL.so.1" and that fixed the issue. Timothy M Butterworth

BinUtils /usr/bin/ld: cannot find -lGL

2020-11-11 Thread Timothy M Butterworth
All, I'm trying to built software with Qt Creator and I get the following error message /usr/bin/ld: cannot find -lGL. I'm running Debian 10 with KDE fully patched to the latest point release. Timothy M Butterworth