Problems building on Ubuntu 13.10 with LLVM 3.3

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Tue Aug 20 08:47:02 PDT 2013


On Tuesday, 20 August 2013 at 09:44:11 UTC, Joseph Rushton 
Wakeling wrote:
> At a guess, I'd suggest that -lpthread is being placed in the 
> wrong order on the command line -- surely it should occur 
> _after_ all the /usr/lib/llvm-3.3/* libraries, in the same 
> place as -ldl ... ?

I've checked the CMakeLists.txt file and indeed this seems to be 
the case.

Pull request with fix here: 
https://github.com/ldc-developers/ldc/pull/452


More information about the digitalmars-d-ldc mailing list