Announcement

Collapse
No announcement yet.

/usr/bin/ld: cannot find -lGL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

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

    I am trying to compile a version of Qrack that has worked before on a different platform. However, when it gets to the point of linking the program it errors out with the following message.

    **Linking quake/qrack-glx client with flags:
    -lm -pthread -ldl
    -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm -lXxf86dga
    -L/usr/local/lib -L/usr/X11R6/lib -lGL -ljpeg -lpng12


    /usr/bin/ld: cannot find -lGL
    collect2: ld returned 1 exit status
    make[1]: *** [quake/qrack-glx] Error 1
    make: [release] Error 2 (ignored)

    Any ideas?

    Thanks.
    getogamer

  • #2
    I figured it out. I was missing some glx -dev files. It's all good now.
    getogamer

    Comment


    • #3
      cools

      Comment

      Working...
      X