I'm re-visiting Algol68 because I think it's historically important. I would like to link one of my programs (written as a student) to the NAG library routine f07abf (linear equation solver). The question is, being a retired academic, do I need to purchase the NAG library, and how do I link it to the program using a68g on my Ubuntu system? The NAG website itself is quite technical and I need some guidance.
Is there a way of linking the NAG library to an Algol68 program on a Ubuntu (Linux) system
80 views Asked by paul mallinson At
1
I don't have a full answer, but a few hints:
Algol68
version of NAG has been lost, they also hinted (if someone can find a copy) that they might be reasonable about giving permission to use theAlgol68
version of NAG. I suggest you find your old university's version, and then ask NAG for permission to use. (Let me know what version you do find, your university may have one in archive, ask them, it might be on disk archive, or still on a dusty old BASF magnetic tape, tapes can still be read.)ALIEN
" subroutines fromalgol68toc
(akaAlgol68RS
), so you can call aFORTRAN
orC
version off07abf
. I've done somethings similar and it worked.algol68
at linkedin where you can ask these kind of questions.f07abf
author for permission to use the originalf07abf
.I hope this helps.