Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DanSandbergUCONN

    Redefine Target error

    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...
  2. DanSandbergUCONN

    Redefine Target error

    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.
  3. DanSandbergUCONN

    Redefine Target error

    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...
  4. DanSandbergUCONN

    Redefine Target error

    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...
  5. DanSandbergUCONN

    Compiling a DLL on mac

    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...
  6. DanSandbergUCONN

    Compiling for Apple Intel

    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.
  7. DanSandbergUCONN

    Compiling for Apple Intel

    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...
  8. DanSandbergUCONN

    Compiling for Apple Intel

    Figured it out! - Thanks again for all the help xwb. I really appreciate it,
  9. DanSandbergUCONN

    Compiling for Apple Intel

    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...
  10. DanSandbergUCONN

    Compiling for Apple Intel

    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...
  11. DanSandbergUCONN

    Compiling for Apple Intel

    The test program didn't even work! Here is the output: Scanning... makedepend -quiet "-pre./build/" -Y -modInfo -errdel -f "/tmp/dep1_n5DicK" -info -march=em64t -mrwe -c -w -q -N109 -info "./Untitled.f" Scan completed f77 -o "./build/Untitled.o" -march=em64t -mrwe -c -w -q -N109...
  12. DanSandbergUCONN

    Compiling for Apple Intel

    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 =...
  13. DanSandbergUCONN

    Newbie can't compile his program :-(

    Sorry about that - I'll look for another forum, Thanks
  14. DanSandbergUCONN

    Newbie can't compile his program :-(

    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...

Part and Inventory Search

Back
Top