search for: libnkcache_

Displaying 2 results from an estimated 2 matches for "libnkcache_".

Did you mean: libnkcache_s
2006 Aug 17
2
[LLVMdev] help with link problems
...ines them into an archive, then links several module archives together into a shared object file. At this last step, I get several error messages about 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...
2006 Aug 23
0
[LLVMdev] help with link problems
...e, then links several module archives together into a shared > object file. At this last step, I get several error messages about > 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()'...