App Build Error

Nicholas Wilson via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 16 18:02:50 PDT 2015


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)


More information about the Digitalmars-d-learn mailing list