Couldn't find a solution in the forum to this lean error message:
/opt/absoft11.5/bin/af90fe64: not found
$ af77 -c -v -O1 -N90 -f -s hello.f
mkdir /tmp/Pe5r0L
/opt/absoft11.5/bin/af90fe64 -YAUTOLOAD_MODULE=ABSOFT_F2003_PROCEDURES -D__ABSOFT__ -D__ABSVER__=115 -Ap -f77_compat -YCFRL=1 -YVAR_NAMES=UCS -YEXT_NAMES=LCS -YCOM_NAMES=LCS -ev -p/opt/absoft11.5/f90includes64 -F /tmp/Pe5r0L/sasu01.l sasu01.f
sh: 1: /opt/absoft11.5/bin/af90fe64: not found
f90fe failed.
rm /tmp/Pe5r0L/*
rmdir /tmp/Pe5r0L/
hello.f is simply
subroutine hello ()
print *,'Hello, world'
return
end
$ af77 --version
Absoft 64-bit Pro Fortran 11.5.0
The program used to compile on a sister machine. License issues? I need to move all my software to another computer, need both of them for a transition period, 1 month.
Thanks for any hint
/Hans-Georg Scherneck