#14671: oski: new port --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Requests Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): Searching Google for this error I found [http://macresearch.org/xcode_gfortran_plugin_update?page=1 a page] with a suggestion to replace "program foo" with "subroutine foo" in the Fortran program, and then write a small C program which calls this Fortran subroutine: {{{ int main (int argc, const char * argv[]) { foo_(); return 0; } }}} But to try this, I would need to know what the name of the main Fortran program is. I don't even know where the Fortran code is for this program. I'm not a Fortran programmer so I don't even know what to look for. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14671#comment:1> MacPorts </projects/macports> Ports system for Mac OS