Results 1 to 4 of 4

Thread: NVIDIA_GPU_Computing_SDK cannot find missing libraries

  1. #1
    Join Date
    2013-Jun
    Posts
    13

    Question NVIDIA_GPU_Computing_SDK cannot find missing libraries

    I just installed the gpucomputingsdk. When I attempt a make, I get this error:
    root@kali:/opt/C# make
    make[1]: Entering directory `/opt/C/common'
    make[1]: Leaving directory `/opt/C/common'
    make[1]: Entering directory `/opt/C/common'
    make[1]: Leaving directory `/opt/C/common'
    make[1]: Entering directory `/opt/C/common'
    make[1]: Leaving directory `/opt/C/common'
    make[1]: Entering directory `/opt/shared'
    make[1]: Leaving directory `/opt/shared'
    make[1]: Entering directory `/opt/C/src/bicubicTexture'
    make[1]: Entering directory `/opt/C/src/bicubicTexture'
    /usr/bin/ld: cannot find -lGLU
    /usr/bin/ld: cannot find -lXmu
    /usr/bin/ld: cannot find -lglut
    collect2: error: ld returned 1 exit status

    My question is where do I find these libs (synaptic package manager couldn't)?

  2. #2
    Join Date
    2013-Jul
    Posts
    4
    Hi,
    I found this result:
    apt-get install libglu1-mesa-dev

    .. will provide 'lGLU', which means 'libGLU.so'.

  3. #3
    Join Date
    2013-Jul
    Posts
    6
    Hey bro !

    in this case those library are part of the GPL proyect you can google it and see if you find something here

    http://www.opengl.org/resources/libr..._downloads.php

    and also in this forums of nvidia dev there is a topic similar to your problem and may have a fix

    https://devtalk.nvidia.com/default/t...d-lglut-quot-/

    Salu2

  4. #4
    hello

    apt-get install libglu1-mesa-dev

Similar Threads

  1. Replies: 2
    Last Post: 2017-11-13, 15:28
  2. GUI issue after updating system and libraries
    By Tickter in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2015-09-10, 14:03

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •