Peter Collingbourne
2009-Oct-04 05:07 UTC
[LLVMdev] [PATCH] problems building shared libraries with cmake
Hello, I experienced link errors building on Linux with "cmake -DBUILD_SHARED_LIBS=ON"; applying this patch solved the problem for me. Thanks, -- Peter -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-cmake-so1.patch Type: text/x-diff Size: 844 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091003/26827705/attachment.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091003/26827705/attachment.sig>
Óscar Fuentes
2009-Oct-04 06:25 UTC
[LLVMdev] [PATCH] problems building shared libraries with cmake
Peter Collingbourne <peter at pcc.me.uk> writes:> I experienced link errors building on Linux with "cmake > -DBUILD_SHARED_LIBS=ON"; applying this patch solved the problem for me.Applied. Thanks! -- Óscar