Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] FORTRAN 77

Bernard,

If I am not mistaken, you will have to get the whole GNU FORTRAN package
for OS-X, which includes the runtime library for FORTRAN Apps.
http://gcc.gnu.org/fortran/ or from AT&T Labs
http://r.research.att.com/tools/ .... F77 is also available but is
deprecated and no longer maintained, and you will have to download it
and recompile it for OS-X. The New gfortran package compiles and runs
all of old old F77 stuff just fine.
You can get the OLD F77 RT and other apps if you really need them, by
getting the f2c package, from http://www.netlib.org/f2c/ (Source you
have to Rebuild).


Cheers

Craig Brashear



On 03/12/2011 10:00 AM, photran-request@xxxxxxxxxxx wrote:
> Send photran mailing list submissions to
> 	photran@xxxxxxxxxxx
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://dev.eclipse.org/mailman/listinfo/photran
> or, via email, send a message with subject or body 'help' to
> 	photran-request@xxxxxxxxxxx
>
> You can reach the person managing the list at
> 	photran-owner@xxxxxxxxxxx
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of photran digest..."
>
>
> Today's Topics:
>
>    1. Fortran 77 (Bernard Abramson)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 11 Mar 2011 12:29:35 -0500
> From: Bernard Abramson <bernard.abramson@xxxxxxxxx>
> To: <photran@xxxxxxxxxxx>
> Subject: [photran] Fortran 77
> Message-ID: <C99FC62F.7A6B%bernard.abramson@xxxxxxxxx>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> I?m running Photran with the GNU compiler on Eclipse Helios on Mac OS X
> 10.6.  All?s well except that I can get it to run Fortran 77 code.  Does
> anyone know which library I need to include to correct this message ?ld:
> library not found for -lcrt1.10.5.o??
>
> Bernard Abramson  
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/photran/attachments/20110311/8e6d532d/attachment.htm>
>
> ------------------------------
>
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran
>
>
> End of photran Digest, Vol 67, Issue 7
> **************************************
>


Back to the top