Guest User

check_sap_2

a guest
Apr 5th, 2010
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. IOSBD001:~/nagios-sap-ccms/src# make clean
  2. ln: creating symbolic link «librfccm.so»: El fichero ya existe
  3. rm -rf *.o check_sap_cpu_load check_sap check_sap_cons check_sap_instance check_sap_instance_cons
  4. rm -rf check_sap_multiple check_sap_mult_no_thr check_sap_system
  5. rm -rf check_sap_system_cons create_cfg sap_change_thr
  6. rm -rf sap_moni.so
  7. rm librfccm.so
  8. make clean -C sap_moni
  9. make[1]: se ingresa al directorio `/root/nagios-sap-ccms/src/sap_moni'
  10. rm -rf *.o
  11. rm -rf sap_moni.so
  12. make[1]: se sale del directorio `/root/nagios-sap-ccms/src/sap_moni'
  13. IOSBD001:~/nagios-sap-ccms/src# make
  14. gcc -DSAP_RFC_TIME -I./sap_moni -c agnt_util.c
  15. gcc -DSAP_RFC_TIME -I./sap_moni -c check_sap.c
  16. make -C sap_moni
  17. make[1]: se ingresa al directorio `/root/nagios-sap-ccms/src/sap_moni'
  18. gcc -DSAP_RFC_TIME -fPIC -c ctype_b.c
  19. gcc -DSAP_RFC_TIME -fPIC -c agnt_rfc.c
  20. gcc -DSAP_RFC_TIME -fPIC -c agnt_mon.c
  21. gcc -DSAP_RFC_TIME -fPIC -c iniparser.c
  22. gcc -DSAP_RFC_TIME -fPIC -c dictionary.c
  23. gcc -DSAP_RFC_TIME -fPIC -c strlib.c
  24. gcc -DSAP_RFC_TIME -shared -fPIC -o sap_moni.so ctype_b.o agnt_rfc.o agnt_mon.o iniparser.o dictionary.o
  25.  
  26. strlib.o -ldl -lm
  27. make[1]: se sale del directorio `/root/nagios-sap-ccms/src/sap_moni'
  28. cp sap_moni/sap_moni.so .
  29. gcc -DSAP_RFC_TIME -o check_sap agnt_util.o check_sap.o sap_moni.so librfccm.so -ldl -lm
  30. librfccm.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.2'
  31. librfccm.so: undefined reference to `__gxx_personality_v0@CXXABI_1.2'
  32. librfccm.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@GLIBCPP_3.2'
  33. librfccm.so: undefined reference to `operator new[](unsigned int)@GLIBCPP_3.2'
  34. librfccm.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@GLIBCPP_3.2'
  35. librfccm.so: undefined reference to `operator new(unsigned int)@GLIBCPP_3.2'
  36. librfccm.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@GLIBCPP_3.2'
  37. librfccm.so: undefined reference to `operator delete(void*)@GLIBCPP_3.2'
  38. librfccm.so: undefined reference to `operator delete[](void*)@GLIBCPP_3.2'
  39. collect2: ld returned 1 exit status
  40. make: *** [check_sap] Error 1
Advertisement
Add Comment
Please, Sign In to add comment