f95 portability (newbie question)

I just started using sun's f95 on my laptop (Pentium M, Ubuntu 7.04) and it has been working fine...but, with the goal to take my executable and run it in a larger computer, 4xOpteron275 running:

Linux ***name 2.6.9-42.0.10.ELsmp #1 SMP Fri Feb 16 17:13:42 EST 2007 x86_64 x86_64 x86_64 GNU/Linux

I compiled at home with:

f95 xyz.f90 -xtarget=opteron -m32 -O5 -libmil -openmp

But when I "ftp" the a.out and run it in the larger machine, I get:

"error while loading shared libraries: libfsu.so.1: cannot open shared object file: No such file or directory"

Am I missing something?

[622 byte] By [rodri059a] at [2007-11-27 6:51:26]
# 1
You need to install the libraries on the machine that will run the program. It may be easiest just to install the whole Studio 12 product. That will also let you use the performance analyzer and debugger, which you may find helpful.
igba at 2007-7-12 18:25:50 > top of Java-index,Development Tools,Solaris and Linux Development Tools...