Displaying 6 results from an estimated 6 matches for "__xstat64".
Did you mean:
__fxstat64
2014 Nov 10
2
[LLVMdev] External names for LTO in gold plugin
...nsert(APIList.begin(), APIList.end());
}
This adds the contents of the -internalize-public-api-list flag to the set
of external names for the internalize pass, even when there are already
some names being passed in the constructor.
Then I would pass, e.g., "-Wl,-internalize-public-api-list=__xstat64" to
the linking phase, and all would be well. However, since the gold plugin
has been changed significantly, this no longer works, since the flags from
Internalize.cpp don't get up to the gold plugin, and I don't know the new
gold plugin bits well enough to see immediately how to repla...
2002 Jul 20
0
libvorbis 1.0 compile time err.
...math -mno-ieee-fp -D_REENTRANT -fsigned-char
-DUSE_MEMORY_H
-static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.so
-L/usr/lib -lm /usr/lib/libogg.so -Wl,--rpath
-Wl,/mnt/gnu/source/console/libs/libvorbis/libvorbis-1.0/lib/.libs
/lib/ld-linux.so.2(*IND*+0x0): multiple definition of ^__xstat64'
/lib/ld-linux.so.2(.text+0xe400): first defined here
/lib/ld-linux.so.2(*IND*+0x0): multiple definition of ^__fxstat64'
/lib/ld-linux.so.2(.text+0xe450): first defined here
../lib/.libs/libvorbis.so: undefined reference to gpack_writealign'
collect2: ld returned 1 exit status
make[1]:...
2005 Mar 17
1
icecast on an Intel XScale ARM processor
...bogg.so -L/usr/lib /video/buildoutput/lib/libxslt.so -L/video/buildoutput/library /video/buildoutput/lib/libxml2.so -ldl -lz -lpthread -lm -Wl,--rpath -Wl,/video/buildoutput/lib -Wl,--rpath -Wl,/video/buildoutput/lib
/opt/Embedix/tools/arm-linux/lib/ld-linux.so.2(*IND*+0x0): multiple definition of `__xstat64'
/opt/Embedix/tools/arm-linux/lib/ld-linux.so.2(.text+0x11250): first defined here
/opt/Embedix/tools/arm-linux/lib/ld-linux.so.2(*IND*+0x0): multiple definition of `__fxstat64'
/opt/Embedix/tools/arm-linux/lib/ld-linux.so.2(.text+0x1142c): first defined here
/opt/Embedix/tools/arm-linux/bi...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...24_NSt3__113basic_istreamIcNS_11char_traitsIcEEED0Ev
0000000000000000 DF *UND* 00000000000000e5 Base _ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE5flushEv
0000000000000000 DF *UND* 0000000000000044 GLIBC_2.2.5 regfree
0000000000000000 DF *UND* 0000000000000044 GLIBC_2.2.5 __xstat64
0000000000000000 DF *UND* 0000000000000005 Base _ZNSt3__118condition_variableD1Ev
0000000000000000 DF *UND* 0000000000000323 GLIBC_2.2.5 realloc
0000000000000000 DF *UND* 0000000000000015 GLIBC_2.2.5 posix_spawn
0000000000000000 DF *UND* 0000000000000020 Base _...
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++
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one,
with changes coming from the blktap2.5 one.
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>