Heys, I've been following stackoverflow for a time, but for the first time I have a question that I haven't found the answer to here =)
I've got a quick and a tiny question. I have a fortran program, which I can compile using f77, f95 or ifort, doesn't matter. It compiles properly on all the three operating systems that I have (one of them have i386 systems, one of them ia64 and one of them x86_64).
However, I want to be able to compile only two types of executables, so that I can share the program, and not the code. When I compile in one of the computers, and try in the other, I got "cannot execute binary file" error. Does anyone have any idea about what can I do ?