[llvm-dev] Availability of "-export_dynamic" when compiling with support for older OS X releases

ardi via llvm-dev llvm-dev at lists.llvm.org
Wed Apr 13 13:00:49 PDT 2016


On Wed, Apr 13, 2016 at 2:12 PM, Bruce Hoult <bruce at hoult.org> wrote:
> Thanks for your progress messages. I still have 10.6.8 machines that I might
> one day want a modern LLVM on, ranging from a Core Solo Mac Mini, to an
> alternative boot partition on my main quad core i7 17" MBP (take it from my
> cold dead hands etc etc).
>
> Do you now have LLVM 3.8 working?

Not yet. I've been trying for almost a week now. It's quite hard to
get it working on any system more than 3 years old (and I'm precisely
taking this effort because I want to substitute gcc with clang on all
my Macs, but, the weird thing is that it's only easy to do so for
systems for which Xcode already ships clang).

Anyway, today I arrived up to a 98% of the build, and seemed to be
successful, but, at that point, it entered the test-suite, and
reported that cmake 3.2 was a requisite (well... that would have been
nice to be reported when generating the Makefiles at the start of the
build rather than at the end). I updated my cmake to 3.5.1, but now...
I type make and... ooops... start again at 0% of the build...

I don't surrender, because I really want to have clang on all my Macs,
but a degree of patience is really mandatory.


More information about the llvm-dev mailing list