Advertisement
Redgeneral

Bash Make examples

Dec 5th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. pi@raspberrypi:~/Downloads/raylib/raylib-master/examples $ make
  2.  
  3. gcc -o core_basic_window core_basic_window.c -O2 -Wall -std=c99 -I. -I../src -I../external/glfw3/include -I../external/glew/include -I../external/openal_soft/include -L. -L../src -L../external/glfw3/lib/linux -L../external/openal_soft/lib/linux -L../external/glew/lib/linux -lraylib -lglfw3 -lGLEW -lGL -lopenal -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor -lm -pthread -DPLATFORM_DESKTOP
  4.  
  5. ../external/glfw3/lib/linux/libglfw3.a: error adding symbols: File format not recognized
  6.  
  7. collect2: error: ld returned 1 exit status
  8.  
  9. makefile:207: recipe for target 'core_basic_window' failed
  10.  
  11. make: *** [core_basic_window] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement