Displaying 2 results from an estimated 2 matches for "closedescriptor".
2006 Aug 17
2
[LLVMdev] help with link problems
...ptor.o)(.text+0x12ad): In function `nsCacheEntryDescriptor::Close()':
: undefined reference to `nsCacheService::ServiceLock()'
../../dist/lib/libnkcache_s.a(nsCacheEntryDescriptor.o)(.text+0x12e4): In function `nsCacheEntryDescriptor::Close()':
: undefined reference to `nsCacheService::CloseDescriptor(nsCacheEntryDescriptor*)'
2) On a whim, I wanted to try using llvm-gcc4. However, when I invoke
it, I get a relocation error.
prompt% llvm-gcc --version
llvm-gcc: relocation error: /home/jhom/LLVM/1.8/llvm-gcc4-1.8-x86-linux/lib/libstdc++.so.6: undefined symbol: _ZNSt13basic_istreamIwSt11ch...
2006 Aug 23
0
[LLVMdev] help with link problems
...d): In function `nsCacheEntryDescriptor::Close()':
> : undefined reference to `nsCacheService::ServiceLock()'
>
> ../../dist/lib/libnkcache_s.a(nsCacheEntryDescriptor.o)(.text+0x12e4): In function `nsCacheEntryDescriptor::Close()':
> : undefined reference to `nsCacheService::CloseDescriptor(nsCacheEntryDescriptor*)'
>
>
> 2) On a whim, I wanted to try using llvm-gcc4. However, when I invoke
> it, I get a relocation error.
>
> prompt% llvm-gcc --version
> llvm-gcc: relocation error: /home/jhom/LLVM/1.8/llvm-gcc4-1.8-x86-linux/lib/libstdc++.so.6: undefined symb...