Guest User

Untitled

a guest
Jun 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. Running "/usr/bin/make -f Makefile CONF=Debug clean" in /export/home/manu/Escritorio/TP-entrega 2/Application_1
  2.  
  3. /usr/bin/make -f nbproject/Makefile-Debug.mk SUBPROJECTS= .clean-conf
  4. rm -f -r build/Debug
  5. rm -f dist/Debug/GNU-Solaris-x86/application_1
  6.  
  7. Clean successful. Exit value 0.
  8.  
  9. Running "/usr/bin/make -f Makefile CONF=Debug" in /export/home/manu/Escritorio/TP-entrega 2/Application_1
  10.  
  11. /usr/bin/make -f nbproject/Makefile-Debug.mk SUBPROJECTS= .build-conf
  12. /usr/bin/make -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Solaris-x86/application_1
  13. mkdir -p build/Debug/GNU-Solaris-x86
  14. rm -f build/Debug/GNU-Solaris-x86/tp2.o.d
  15. gcc -c -g -MMD -MP -MF build/Debug/GNU-Solaris-x86/tp2.o.d -o build/Debug/GNU-Solaris-x86/tp2.o tp2.c
  16. mkdir -p dist/Debug/GNU-Solaris-x86
  17. gcc -o dist/Debug/GNU-Solaris-x86/application_1 build/Debug/GNU-Solaris-x86/tp2.o
  18.  
  19. Undefined first referenced
  20. symbol in file
  21.  
  22. bind build/Debug/GNU-Solaris-x86/tp2.o
  23.  
  24. recv build/Debug/GNU-Solaris-x86/tp2.o
  25.  
  26. send build/Debug/GNU-Solaris-x86/tp2.o
  27.  
  28. accept build/Debug/GNU-Solaris-x86/tp2.o
  29.  
  30. listen build/Debug/GNU-Solaris-x86/tp2.o
  31.  
  32. socket build/Debug/GNU-Solaris-x86/tp2.o
  33.  
  34. ld: fatal: Symbol referencing errors. No output written to dist/Debug/GNU-Solaris-x86/application_1
  35. collect2: ld returned 1 exit status
  36. *** Error code 1
  37. make: Fatal error: Command failed for target `dist/Debug/GNU-Solaris-x86/application_1'
  38. Current working directory /export/home/manu/Escritorio/TP-entrega 2/Application_1
  39. *** Error code 1
  40. make: Fatal error: Command failed for target `.build-conf'
  41. Current working directory /export/home/manu/Escritorio/TP-entrega 2/Application_1
  42. *** Error code 1
  43. make: Fatal error: Command failed for target `.build-impl'
  44.  
  45. Build failed. Exit value 1.
Add Comment
Please, Sign In to add comment