<br><br><div class="gmail_quote">On 2 March 2010 22:26, Óscar Fuentes <span dir="ltr"><<a href="mailto:ofv@wanadoo.es">ofv@wanadoo.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">James Williams <<a href="mailto:junk@giantblob.com">junk@giantblob.com</a>> writes:<br>
<br>
> I don't actually need opt dynamically linked but I do want shared<br>
> libraries.<br>
<br>
</div>The cmake build should work:<br>
<br>
<a href="http://www.llvm.org/docs/CMake.html" target="_blank">http://www.llvm.org/docs/CMake.html</a><br></blockquote><div><div>Thanks but I've got this working now with configure+make now.<br>
</div> 
<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
BUILD_SHARED_LIBS:BOOL<br>
  Flag indicating is shared libraries will be built. Its default value<br>
  is OFF. Shared libraries are not supported on Windows and not<br>
  recommended in the other OSes.<br>
<br>
The "not recommended" part is, IIRC, due to the overhead that dynamic<br>
libraries introduce on startup, which is very noticeable when you are<br>
executing a short process lots of times (i.e. a test suite)<br></blockquote><div>The application I want to dynamically link is an FCGI so startup time is not really an issue for me.<br><br>-- James <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div class="h5">
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br>
</div></div></blockquote></div><br>