Hello all,

I've just got access to a new cluster at work, so of course I'm starting by installing D ... :-)

As I'm the only one in the group so far using D (give me time, give me time...) I'm installing everything in $HOME/opt -- so e.g. DMD goes in $HOME/opt/dmd/[bin,lib,include], etc.

The cluster is running Ubuntu 12.04, so LLVM 3.1 is not available in package archives, only 3.0. Not to worry; I've downloaded the clang+llvm-3.1 precompiled binaries from llvm.org and they're in $HOME/opt/clanv+llvm.

Question is, how to invoke cmake so that the build process will look for the libraries here. What I've found searching around online all talks about editing the cmake setup files, which seems overkill when AFAICS all I really need to do is make sure that an extra -I and -L option is passed to the compiler during build time.

Can anyone advise?

Thanks & best wishes,

     -- Joe

--


Reply via email to