Advertisement
Guest User

Untitled

a guest
Jul 8th, 2013
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. "/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
  2. make[1]: Entering directory `/cygdrive/c/Users/Kyle/Documents/NetBeansProjects/OpenGl'
  3. "/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/Cygwin-Windows/opengl.exe
  4. make[2]: Entering directory `/cygdrive/c/Users/Kyle/Documents/NetBeansProjects/OpenGl'
  5. mkdir -p build/Debug/Cygwin-Windows
  6. rm -f build/Debug/Cygwin-Windows/main.o.d
  7. gcc.exe -c -g -I/cygdrive/C/freeglut/include -MMD -MP -MF build/Debug/Cygwin-Windows/main.o.d -o build/Debug/Cygwin-Windows/main.o main.c
  8. mkdir -p dist/Debug/Cygwin-Windows
  9. gcc.exe -dynamic -lfreeglut -lopengl32 -LC:\FrGlut\lib\libfreeglut.a -o dist/Debug/Cygwin-Windows/opengl build/Debug/Cygwin-Windows/main.o -lfreeglut
  10. /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lfreeglut
  11. /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lfreeglut
  12. collect2: ld returned 1 exit status
  13. make[2]: *** [dist/Debug/Cygwin-Windows/opengl.exe] Error 1
  14. make[1]: *** [.build-conf] Error 2
  15. make: *** [.build-impl] Error 2
  16. nbproject/Makefile-Debug.mk:61: recipe for target `dist/Debug/Cygwin-Windows/opengl.exe' failed
  17. make[2]: Leaving directory `/cygdrive/c/Users/Kyle/Documents/NetBeansProjects/OpenGl'
  18. nbproject/Makefile-Debug.mk:58: recipe for target `.build-conf' failed
  19. make[1]: Leaving directory `/cygdrive/c/Users/Kyle/Documents/NetBeansProjects/OpenGl'
  20. nbproject/Makefile-impl.mk:39: recipe for target `.build-impl' failed
  21.  
  22. BUILD FAILED (exit value 2, total time: 1s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement