Displaying 3 results from an estimated 3 matches for "xmldocgetrootel".
2004 Aug 06
1
Icecast2: undefined reference to `xmlDocGetRootElement'
...vorbis libraries and also 
changed config.c and stat.c to read libxml instead of gnome-xml as 
descibed in the post from  Geoff Shang.
./autogen.sh works fine but I get the following errors after make...
config.o: In function `config_parse_file':
config.o(.text+0x122): undefined reference to `xmlDocGetRootElement'
config.o: In function `_parse_root':
config.o(.text+0x313): undefined reference to `xmlIsBlankNode'
config.o: In function `_parse_limits':
config.o(.text+0x565): undefined reference to `xmlIsBlankNode'
config.o: In function `_parse_directory':
config.o(.text+0x6f7): un...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...rrorC2EPKc
0000000000000000      DF *UND*	0000000000000044  GLIBC_2.2.5 __lxstat64
0000000000000000      DF *UND*	000000000000004c  GLIBC_2.2.5 pthread_detach
0000000000000000      DF *UND*	000000000000000c  LIBXML2_2.4.30 xmlParseFile
0000000000000000      DF *UND*	0000000000000033  LIBXML2_2.4.30 xmlDocGetRootElement
0000000000000000      DF *UND*	000000000000014f  Base        _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm
0000000000000000      DF *UND*	0000000000000034  Base        _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEaSERKS5_
0000000000000000      DF *...
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols during linking LLDB. 
I'm using clang-3.9 and this configuration:
-DLLVM_TARGETS_TO_BUILD="X86" 
-DCMAKE_BUILD_TYPE=Release 
-DCMAKE_C_COMPILER=/usr/bin/clang
-DCMAKE_CXX_COMPILER=/usr/bin/clang++