views:

80

answers:

1

I have dynamic linked binary for SPARC/Solaris and want to start in on SPARC linux. Is it possible?

I have sources of the program, but when I compile it with modern GNU Fortran it does not work and do an infinite loop.

Program is computation mathematics and I can't solve such loop easy.

+1  A: 

For binaries on Intel, ABI would be your answer: http://linux-abi.sourceforge.net/ http://sourceforge.net/projects/linux-abi/files/linux-abi-2.6/

The best solution is to troubleshoot your Fortran source code (do you have the right version). Good luck!

rleir