[LLVMdev] [cfe-dev] is configure+make dead yet?

Mason Wheeler masonwheeler at yahoo.com
Wed Jun 27 07:37:25 PDT 2012


>From: Stephen Kelly <steveire at gmail.com>
>Subject: Re: [LLVMdev] [cfe-dev] is configure+make dead yet?
>
>Mason Wheeler wrote:
>
>What if you pass the command line option -DBUILD_SHARED_LIBS to cmake?
>
>For me that builds shared libs, and the description says it does too.

What that tries to do is build every project into its own DLL, which isn't what's
wanted here.  And since it doesn't set up exports properly, the first time you
try to build one DLL that's dependent on an earlier DLL, you get link errors and
the whole thing falls apart.





More information about the llvm-dev mailing list