search for: undefi

Displaying 5 results from an estimated 5 matches for "undefi".

Did you mean: undef
2009 Jun 03
3
[LLVMdev] LLVM-gcc for Ada
...cpp/libcpp.a .\ ./libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/home/eric/llvm/llvm-objects/\ Release/lib -lpthread -ldl -lm -lelf llvm-main.o: In function `__static_initialization_and_destruction_0': /usr/lib/gcc/i386-redhat-linux/4.3.2/../../../../include/c++/4.3.2/iostream:77: undefi\ ned reference to `std::ios_base::Init::Init()' /usr/lib/gcc/i386-redhat-linux/4.3.2/../../../../include/c++/4.3.2/iostream:77: undefi\ ned reference to `std::ios_base::Init::~Init()' llvm-main.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0' libbackend.a(llvm-backend....
2009 Jun 03
0
[LLVMdev] LLVM-gcc for Ada
Hi Eric, > llvm-main.o: In function `__static_initialization_and_destruction_0': > /usr/lib/gcc/i386-redhat-linux/4.3.2/../../../../include/c++/4.3.2/iostream:77: > undefi\ > ned reference to `std::ios_base::Init::Init()' > /usr/lib/gcc/i386-redhat-linux/4.3.2/../../../../include/c++/4.3.2/iostream:77: > undefi\ > ned reference to `std::ios_base::Init::~Init()' > llvm-main.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'...
2010 Apr 05
1
trying app_fax.c
...andsp compiled fine. app_fax compiled when loading I get: [Apr 5 08:55:54] ^[[1;31;40mWARNING^[[0;37;40m[7505]: ^[[1;37;40mloader.c^[[0;37;40m:^[[1;37;40m433^[[0;37;40m ^[[1;37;40mload_dynamic_module^[[0;37;40m: Error loading module 'app_fax.so': /usr/lib/asterisk/modules/app_fax.so: undefi [Apr 5 08:55:54] ^[[1;31;40mWARNING^[[0;37;40m[7505]: ^[[1;37;40mloader.c^[[0;37;40m:^[[1;37;40m774^[[0;37;40m ^[[1;37;40mload_resource^[[0;37;40m: Module 'app_fax.so' could not be loaded. I am running asterisk 1.4.30 How do I get it to load? Running centos x86_64, 5.4 Jerry
2012 Jul 27
7
Getting error while starting server plz help
c:/Ruby193/lib/ruby/gems/1.9.1/gems/rails-2.3.14/lib/rails_generator/options.rb:32:in `default_options'': undefi ned method `write_inheritable_attribute'' for Rails::Generator::Base:Class (NoMethodError) from c:/Ruby193/lib/ruby/gems/1.9.1/gems/rails-2.3.14/lib/rails_generator/base.rb:90:in `<class:Base>'' from c:/Ruby193/lib/ruby/gems/1.9.1/gems/rails-2.3.14/lib/rails_ge...
2014 Dec 18
1
Virtual machine removal through command line.
...#39;systemctl restart libvirtd' or 'service libvirtd restart' After several months (!!!), I found this thread: https://github.com/pradels/vagrant-libvirt/issues/107 Now, I know how to cleanly remove a KVM virtual machine (with default file location): virsh destroy vm.example.com virsh undefine vm.example.com --managed-save /bin/rm /var/lib/libvirt/images/vm.example.com.img /bin/rm /var/log/libvirt/qemu/vm.example.com.log virsh vol-delete /var/lib/libvirt/images/vm.example.com.img --pool default I don't know if the last command ('virsh vol-delete' avoiding the libvirtd rest...