Displaying 2 results from an estimated 2 matches for "r140783".
Did you mean:
14078
2011 Sep 29
0
[LLVMdev] r140697 broke building with shared library enabled
...t is your configure line, and system OS?
>
> Not sure it's relevant, but I had the same error from clean GIT repo.
> SVN clean repo at the same time gave me no errors.
>
> On both cases, Linux Ubuntu 11.04:
>
> $ cmake ../src
> $ make -j12
>
I've applied a fix in r140783.
Renato, Heikki, does this fix the build for you?
>
> --
> cheers,
> --renato
>
> http://systemcall.org/
>
--
Thanks,
Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachme...
2011 Sep 29
3
[LLVMdev] r140697 broke building with shared library enabled
On 29 September 2011 13:54, Justin Holewinski
<justin.holewinski at gmail.com> wrote:
> Did you try to re-run configure after pulling that commit?
> I just tried a shared build with:
> ../configure --enable-optimized --enable-assertions
> --enable-targets=host,ptx --enable-shared
> And the build is successful.
> What is your configure line, and system OS?
Not sure it's