Skip to content

Instantly share code, notes, and snippets.

@wbolden
Created July 27, 2014 22:51
Show Gist options
  • Save wbolden/0dddc450dbeafb652400 to your computer and use it in GitHub Desktop.
Save wbolden/0dddc450dbeafb652400 to your computer and use it in GitHub Desktop.
will@will-laptop-linux:~/Git/CUDANN$ sudo make
/usr/local/cuda/bin/nvcc -o -lGL -lGLU -lglfw3 -lGLEW -lcuda -lcudart Main.o Display.o FileUtil.o Timer.o NeuralNetwork.o
nvcc warning : The 'compute_10' and 'sm_10' architectures are deprecated, and may be removed in a future release.
/usr/bin/ld: //usr/local/lib/libglfw3.a(glx_context.c.o): undefined reference to symbol 'glXDestroyContext'
//usr/lib/libGL.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [CUDANN] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment