> On 2020-05-05, at 15:49, Ken Cunningham <ken.cunningham.web...@gmail.com> 
> wrote:
> 
> you are building a 64 bit executable, but trying to include 32 bit Intel asm, 
> which won't work.
> 
> hopefully there is 64 bit asm somewhere you should include instead, or some 
> #define to set for 64 bit builds, or some way to turn off the asm, or ... 
> some other way to not include 32 bit asm in a 64 bit build.
> 
> K

OK, imagined something like that. have done many assemblers for many 
architectures but never intel.

BUT, how is it possible that a manual compile works with the same code that 
doesnt work in macports?

Reply via email to