I still can't build successfully though. There are two undefined symbols, FLUSHM and GETENVQQ. I suspect that these are CPU and/or platform specific. Note that if I do not include the UNIX and VAX libraries in the compilation then roughly 8 undefined identifiers appear. Where can I find...
I took the source from all the folders and combined it into one big folder. Turns out that there is more than one subroutine with the same name. I simply took one and deleted the other and the problem disappeared.
My apologies. I have several Fortran files, separated into folders called subroutines, modules, and interfaces. There is also a folder called includes. Total there are about 400 files. I can "open" them all in AbsoftTools and the program places the files where they are supposed to go. The...
Hi - I received a source from someone else who compiles exclusively for windows and linux. I want to recompile the source for my mac so I opened all the subroutines, modules, and interfaces in the AbsoftTools Compiler and tried to build. I got the following error:
error on line 1719 of...
Hi All - I know very very little fortran. I've been given source code for interfaces, modules, and functions and I would like to compile these into a dynamic library so I can call everything from another language. I'm working on a mac and would prefer not to have to switch platforms. Does...
Yes it is actually, -V -W, which specifies VAX Wide input format. Success compiling the program as a terminal application and as a stand-alone mac application! Thanks again xwb - I really appreciate the help.
Well this program AbsoftTools is a compiler. So I load the .f file and any supporting files and the compiler automatically generates the build command.
For macs the executable is .app instead of .exe. An MWRE is a mac application that has a pre-specified user interface. It is a stand-alone...
I should actually mention that when I specify that the program should be compiled as a terminal application then it works in terminal and Xcode but when I specify the file should be compiled to an MWRE then it fails.
However, the file that compiles on my PC as an executable doesn't work...
Ahh. Thanks so much! Okay I successfully built the application but I can't figure out how to run it. When I use the ./project.out.app/Contents/MacOS/project.out command in the terminal window nothing happens and I get no error. When I double click the executable a window quickly opens and...
Hi All -
I'm a programmer but not too familiar with Fortran 77. I have a ".f" file that compiles just fine on my windows PC and linux but using the program AbsoftTools for the Intel Mac the compiler fails after 100+ errors. I get lots of errors like
cf90-197 af90fe: ERROR MAIN, File =...
Hi all - I'm an intermediate programmer in many langauges but I'm just beginning to explore Fortran. My goal is to take a Fortran source code written on a PC and recompile it in a Mac to make a mac-compatible version of the program.
Before I even get into the issue with all that, I'm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.