On Sunday, 16 August 2015 at 17:33:52 UTC, Benjamin wrote:
I'm having an issue with building my app - even a simple trivial app (shown below).[...]
OS X version?Have you configured your dmd.conf? iirc it requires linker path changes or something.
Have you looked in /usr/local/lib for libiconv.* ?Have you any idea why it's targeting i386 and not, say i686 and not passing -m64 by default? (You're getting the arch mismatch because you passed -m64 and dmd for some reason didn't)