[LLVMdev] make SHARED_LIBRARY=1 broken?

James Williams junk at giantblob.com
Tue Mar 2 14:48:58 PST 2010


On 2 March 2010 22:26, Jeffrey Yasskin <jyasskin at google.com> wrote:

> On Tue, Mar 2, 2010 at 2:13 PM, James Williams <junk at giantblob.com> wrote:
> > Hi,
> >
> > Thanks for getting back to me.
> >
> > I don't actually need opt dynamically linked but I do want shared
> libraries.
> > If run make without "SHARED_LIBRARY=1" I don't appear to get any shared
> > libraries built or installed.
> >
> > Is LLVM built as shared libraries supported? If so what's the correct
> build
> > procedure?
>
> Configuring with --enable-shared should build a
> Release/lib/libLLVM-2.7svn.so that includes all of the LLVM libraries
> not included in another .so.
>
> OK. Yes this works fine. I'll switch to building this way and linking
against this library instead. Thanks for your help.

-- James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100302/d069d66b/attachment.html>


More information about the llvm-dev mailing list