I was trying to compile a cool file on my mac with extension .cl using coolc file( When I see the info, it says UNIX implementation file). So I hit the command "./coolc 1.cl". And it says, coolc is not compiled for i686.
It seems weird to me, because when I tried compiling with another file but same UNIX implementation file, it worked fine.
Also, if it says this is not compiled for i686, doesn't that imply mine is 32 bit? But weird cuz mine is x86_64 when I hit "uname -a" So, could anybody tell me what kind of difference made it not able to compile it and how to manage this error? Any help will be appreciated.