Displaying 2 results from an estimated 2 matches for "servicelock".
Did you mean:
service_ok
2006 Aug 17
2
[LLVMdev] help with link problems
...undefined references; snippet shown below. Don't know if this is
relevant, but the makefile's ld command uses -Bsymbolic.
../../dist/lib/libnkcache_s.a(nsCacheEntryDescriptor.o)(.text+0x123e): In function `nsCacheEntryDescriptor::MarkValid()':
: undefined reference to `nsCacheService::ServiceLock()'
../../dist/lib/libnkcache_s.a(nsCacheEntryDescriptor.o)(.text+0x1278): In function `nsCacheEntryDescriptor::MarkValid()':
: undefined reference to `nsCacheService::ValidateEntry(nsCacheEntry*)'
../../dist/lib/libnkcache_s.a(nsCacheEntryDescriptor.o)(.text+0x12ad): In function `nsCa...
2006 Aug 23
0
[LLVMdev] help with link problems
...s; snippet shown below. Don't know if this is
> relevant, but the makefile's ld command uses -Bsymbolic.
>
> ../../dist/lib/libnkcache_s.a(nsCacheEntryDescriptor.o)(.text+0x123e): In function `nsCacheEntryDescriptor::MarkValid()':
> : undefined reference to `nsCacheService::ServiceLock()'
>
> ../../dist/lib/libnkcache_s.a(nsCacheEntryDescriptor.o)(.text+0x1278): In function `nsCacheEntryDescriptor::MarkValid()':
> : undefined reference to `nsCacheService::ValidateEntry(nsCacheEntry*)'
>
> ../../dist/lib/libnkcache_s.a(nsCacheEntryDescriptor.o)(.text+0x1...