[LLVMdev] PR466 & library names

Reid Spencer reid at x10sys.com
Thu Dec 2 10:29:01 PST 2004


If you've recently updated and noticed that the linkers are producing:
"Cannot find library -lc", you need to rebuild your runtime libraries
(cd runtime ; make clean ; make install). Fixing PR466 caused the names
of the libraries built/installed and sought by the linker to change. We
previously installed libXYZ.bc because it was a bytecode file. We now
install libXYZ.a which is an archive library with bytecode file
contents. Subtle difference, but it allows "gccld -lc -lc" and the
dependent libraries feature to work.

Reid.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041202/069c7090/attachment.sig>


More information about the llvm-dev mailing list