search for: locad

Displaying 1 result from an estimated 1 matches for "locad".

Did you mean: local
2007 Sep 27
1
[LLVMdev] (external) library issues
...CONFIG_H -I. -I. -I.. -I.. -I. -I../lib -I../lib -g -O2 -emit-llvm -c -o chown-core.o chown-core.c llvm-link -v -o chgrp chgrp.o chown-core.o ../lib/libfetish.a ../lib/libfetish.a I added the -v option after it failed. Here's the whole output from llvm-link: Loading 'chgrp.o' Locading 'chown-core.o' Linking on 'chown-core.o' Loading '..\lib\libfetish.a' Error opening bytecode file '../lib/libfetish.a': Invalid bytecode signature: 72613C21 (Vers=0, Pos=4) llvm-link:error loading file '../lib/libfetish.a' I repeated the same thing...