1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
g++ -DHAVE_CONFIG_H -D_NOEXPORTDLL -g -O0 -Wfatal-errors -I. -I../../include -I/usr/include/libxml2 -c -o CLIClientMain.o CLIClientMain.cpp
g++ -DHAVE_CONFIG_H -D_NOEXPORTDLL -g -O0 -Wfatal-errors -I. -I../../include -I/usr/include/libxml2 -c -o CLIClientImpl.o CLIClientImpl.cpp
compiling client
g++ -DHAVE_CONFIG_H -D_NOEXPORTDLL -g -O0 -Wfatal-errors -I. -I../../include -I/usr/include/libxml2 -g -I. -I../../include -I/usr/include/libxml2 -L../../lib/Linux/Intel
../../lib/Linux/Intel/libvpnapi.a(ConnectPromptInfo.o): In function `ConnectPromptInfo::ConnectPromptInfo(std::basic_string<char, std::char_traits<char>, std::allocator<c
ConnectPromptInfo.cpp:(.text+0x6e): undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned int)'
ConnectPromptInfo.cpp:(.text+0xb6): undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned int)'
../../lib/Linux/Intel/libvpnapi.a(ConnectPromptInfo.o): In function `ConnectPromptInfo::ConnectPromptInfo(std::basic_string<char, std::char_traits<char>, std::allocator<c
ConnectPromptInfo.cpp:(.text+0x14e): undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned int)'
ConnectPromptInfo.cpp:(.text+0x196): undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned int)'
../../lib/Linux/Intel/libvpnapi.a(ConnectPromptInfoBase.o): In function `ConnectPromptInfoBase::ConnectPromptInfoBase(std::basic_string<char, std::char_traits<char>, std:
ConnectPromptInfoBase.cpp:(.text+0x13): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
ConnectPromptInfoBase.cpp:(.text+0x25): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
ConnectPromptInfoBase.cpp:(.text+0x2f): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
ConnectPromptInfoBase.cpp:(.text+0x13c): undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned int)'
ConnectPromptInfoBase.cpp:(.text+0x154): undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned int)'
ConnectPromptInfoBase.cpp:(.text+0x182): undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned int)'
ConnectPromptInfoBase.cpp:(.text+0x1b2): undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned int)'
ConnectPromptInfoBase.cpp:(.text+0x1cf): undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned int)'
...
...
...
|