Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- IOSBD001:~/nagios-sap-ccms/src# make clean
- ln: creating symbolic link «librfccm.so»: El fichero ya existe
- rm -rf *.o check_sap_cpu_load check_sap check_sap_cons check_sap_instance check_sap_instance_cons
- rm -rf check_sap_multiple check_sap_mult_no_thr check_sap_system
- rm -rf check_sap_system_cons create_cfg sap_change_thr
- rm -rf sap_moni.so
- rm librfccm.so
- make clean -C sap_moni
- make[1]: se ingresa al directorio `/root/nagios-sap-ccms/src/sap_moni'
- rm -rf *.o
- rm -rf sap_moni.so
- make[1]: se sale del directorio `/root/nagios-sap-ccms/src/sap_moni'
- IOSBD001:~/nagios-sap-ccms/src# make
- gcc -DSAP_RFC_TIME -I./sap_moni -c agnt_util.c
- gcc -DSAP_RFC_TIME -I./sap_moni -c check_sap.c
- make -C sap_moni
- make[1]: se ingresa al directorio `/root/nagios-sap-ccms/src/sap_moni'
- gcc -DSAP_RFC_TIME -fPIC -c ctype_b.c
- gcc -DSAP_RFC_TIME -fPIC -c agnt_rfc.c
- gcc -DSAP_RFC_TIME -fPIC -c agnt_mon.c
- gcc -DSAP_RFC_TIME -fPIC -c iniparser.c
- gcc -DSAP_RFC_TIME -fPIC -c dictionary.c
- gcc -DSAP_RFC_TIME -fPIC -c strlib.c
- gcc -DSAP_RFC_TIME -shared -fPIC -o sap_moni.so ctype_b.o agnt_rfc.o agnt_mon.o iniparser.o dictionary.o
- strlib.o -ldl -lm
- make[1]: se sale del directorio `/root/nagios-sap-ccms/src/sap_moni'
- cp sap_moni/sap_moni.so .
- gcc -DSAP_RFC_TIME -o check_sap agnt_util.o check_sap.o sap_moni.so librfccm.so -ldl -lm
- librfccm.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.2'
- librfccm.so: undefined reference to `__gxx_personality_v0@CXXABI_1.2'
- librfccm.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@GLIBCPP_3.2'
- librfccm.so: undefined reference to `operator new[](unsigned int)@GLIBCPP_3.2'
- librfccm.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@GLIBCPP_3.2'
- librfccm.so: undefined reference to `operator new(unsigned int)@GLIBCPP_3.2'
- librfccm.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@GLIBCPP_3.2'
- librfccm.so: undefined reference to `operator delete(void*)@GLIBCPP_3.2'
- librfccm.so: undefined reference to `operator delete[](void*)@GLIBCPP_3.2'
- collect2: ld returned 1 exit status
- make: *** [check_sap] Error 1
Advertisement
Add Comment
Please, Sign In to add comment