WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: cannot find -lGL library  (Read 3885 times)

Offline Diamanter

  • Newbie
  • *
  • Posts: 12
cannot find -lGL library
« on: October 26, 2011, 08:38:50 AM »
During compiling of VLC sources, got an error of ld, Cannot find -lGL library.
What's this? Where I can find it?

Offline Diamanter

  • Newbie
  • *
  • Posts: 12
Re: cannot find -lGL library
« Reply #1 on: October 26, 2011, 08:54:50 AM »
Output of error
Quote
/usr/local/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
make[5]: *** [libxcb_glx_plugin.la] Error 1

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11631
Re: cannot find -lGL library
« Reply #2 on: October 26, 2011, 09:13:06 AM »
Hi Diamanter
I think you may need to install   nvidia-glx-dev.tcz

Offline Diamanter

  • Newbie
  • *
  • Posts: 12
Re: cannot find -lGL library
« Reply #3 on: October 26, 2011, 09:41:27 AM »
Thanks, Rich!
That's helped!