Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 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/CaptFuzzyboots/Documents/NetBeansProjects/Hello World'
  3. "/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/Cygwin_1-Windows/hello_world.exe
  4. make[2]: Entering directory `/cygdrive/c/Users/CaptFuzzyboots/Documents/NetBeansProjects/Hello World'
  5. mkdir -p build/Debug/Cygwin_1-Windows
  6. rm -f build/Debug/Cygwin_1-Windows/main.o.d
  7. gcc -c -g -MMD -MP -MF build/Debug/Cygwin_1-Windows/main.o.d -o build/Debug/Cygwin_1-Windows/main.o main.c
  8. make[2]: gcc: Command not found
  9. nbproject/Makefile-Debug.mk:66: recipe for target `build/Debug/Cygwin_1-Windows/main.o' failed
  10. make[2]: *** [build/Debug/Cygwin_1-Windows/main.o] Error 127
  11. make[2]: Leaving directory `/cygdrive/c/Users/CaptFuzzyboots/Documents/NetBeansProjects/Hello World'
  12. nbproject/Makefile-Debug.mk:59: recipe for target `.build-conf' failed
  13. make[1]: *** [.build-conf] Error 2
  14. make[1]: Leaving directory `/cygdrive/c/Users/CaptFuzzyboots/Documents/NetBeansProjects/Hello World'
  15. nbproject/Makefile-impl.mk:39: recipe for target `.build-impl' failed
  16. make: *** [.build-impl] Error 2
  17.  
  18.  
  19. BUILD FAILED (exit value 2, total time: 472ms)
  20.  
  21. gcc: Command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement