public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gfortran
@ 2011-08-08 20:55 Kouzes, Richard T
  2011-08-08 21:08 ` gfortran Ian Lance Taylor
  0 siblings, 1 reply; 15+ messages in thread
From: Kouzes, Richard T @ 2011-08-08 20:55 UTC (permalink / raw)
  To: gcc-help

I am new to this, and want to get gfortran running on my Mac. I downloaded and installed gfortran-4.6.1-i686-SnowLeopard
When I run it in a terminal window by typing "gfortran hello.f" on a small file I created, I get:
gfortran: error trying to exec 'as': execvp: No such file or directory

Can you suggest what I am doing wrong?
Thanks
Dick

___________________________________________________________

Richard Kouzes, Ph.D.
Laboratory Fellow
FUNDAMENTAL & COMPUTATIONAL SCIENCES DIRECTORATE

Pacific Northwest National Laboratory
902 Battelle Boulevard
P.O. Box 999, MSIN K7-36
Richland, WA  99352 USA
Tel: 509-372-4858
Fax: 509-372-4969
Cell: 509-430-0873
Home: 509-628-0152
rkouzes@pnl.gov
www.pnl.gov
webpages.charter.net/rkouzes



^ permalink raw reply	[flat|nested] 15+ messages in thread
* Gfortran
@ 2020-07-15 14:30 HASIUK JAN F
  0 siblings, 0 replies; 15+ messages in thread
From: HASIUK JAN F @ 2020-07-15 14:30 UTC (permalink / raw)
  To: gcc-help

On what (whose) computer(s) do the programs run ?

^ permalink raw reply	[flat|nested] 15+ messages in thread
* gfortran
@ 2020-03-15  3:52 Song Hi Lee
  0 siblings, 0 replies; 15+ messages in thread
From: Song Hi Lee @ 2020-03-15  3:52 UTC (permalink / raw)
  To: gcc-help

Dear Sir (or Madam):

How can I get "gfortran" for Linux in RASPBERRY 3 B
and how to install it?
I have RASPBERRY 3 B+ which has gofrtran and I did
"sudo apt-get gfortran". It worked.
Thank you very much.

^ permalink raw reply	[flat|nested] 15+ messages in thread
* GFortran
@ 2019-07-22 19:28 Александр К-ш
  2019-07-22 21:58 ` GFortran Jonathan Wakely
  0 siblings, 1 reply; 15+ messages in thread
From: Александр К-ш @ 2019-07-22 19:28 UTC (permalink / raw)
  To: gcc-help

Excuse for troubling.
Bad link http://users.humboldt.edu/finneyb/gfortran-windows-20140629.exe

^ permalink raw reply	[flat|nested] 15+ messages in thread
[parent not found: <5417F26E.9020301@systella.fr>]
* gfortran
@ 2010-02-14  5:16 Byron Dieterle
  0 siblings, 0 replies; 15+ messages in thread
From: Byron Dieterle @ 2010-02-14  5:16 UTC (permalink / raw)
  To: gcc-help; +Cc: bdieterl

I just tried to install it after not fortraning for 30 yrs.  It seemed to 
install on my intel mac but if I try to run it on a simple helloworld 
program it does not recognize the installation.  No matter what folder I 
am in it still says:  gfortran: Command not found.

MUst be something simple; any suggestions?
Thanks, Byron Dieterle


^ permalink raw reply	[flat|nested] 15+ messages in thread
* Gfortran
@ 2008-09-16 17:05 William Miner
  2008-09-16 18:21 ` Gfortran Kai Henningsen
  0 siblings, 1 reply; 15+ messages in thread
From: William Miner @ 2008-09-16 17:05 UTC (permalink / raw)
  To: gcc-help

When I try to use gfortran I get the following;

x42071d54:~/blas williamminer$ gfortran -c blas.f90
dyld: Library not loaded: /usr/lib/ libiconv.2.dylib
  Referenced from: /usr/local/bin/gfortran
  Reason: Incompatible library version: gfortran requires version 7.0.0 or
later, but libiconv.2.dylib provides version 5.0.0
Trace/BPT trap
x42071d54:~/blas williamminer$

So I think that I need to update libiconv. So I go to the GNU site
http://www.gnu.org/software/libiconv/#downloading and I see

The latest release is
http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.12.tar.gz

So I look in /usr/lib and I see that I have

lrwxr-xr-x    1 root  wheel        16 Jun 17  2007 libiconv.2.2.0.dylib ->
libiconv.2.dylib
-rw-r--r--    1 root  wheel    987544 Aug 18 11:17 libiconv.2.dylib
lrwxr-xr-x    1 root  wheel        20 Jun 17  2007 libiconv.dylib ->
libiconv.2.2.0.dylib

Which looks suspicious to me (I just inherited this computer) because it
looks like it has version 2 but is trying to fool the system into thinking
that it has version 2.2.0. But in any case it certainly has a newer version
than 1.12.

I¹m have a 1.8 GHz PowerPC Mac G5 running OS 10.4.11.

Thanks!

Buff Miner


^ permalink raw reply	[flat|nested] 15+ messages in thread
* gfortran
@ 2007-03-21 12:21 Seijo Kruizinga
  2007-03-22 10:01 ` gfortran Bud Davis
  0 siblings, 1 reply; 15+ messages in thread
From: Seijo Kruizinga @ 2007-03-21 12:21 UTC (permalink / raw)
  To: gcc-help

L.S.

I recently downloaded the latest version of gfortran (4.3.0). In general it 
works very well. I met, however, a curious problem. When I tried to open a 
file twice with different unit-numbers I got an error message during 
running. (I try to read the files synchron with a records spacing). In f77 
this was allowed. I can imagine some problems if you use then read/write. 
But even with status'='OLD' it was refused. I use it under Suse 10.0.

Thanks for your help,

Seijo Kruizinga 

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-07-15 14:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-08 20:55 gfortran Kouzes, Richard T
2011-08-08 21:08 ` gfortran Ian Lance Taylor
2011-08-08 21:27   ` gfortran Kouzes, Richard T
2011-08-10  0:01   ` gfortran Kouzes, Richard T
  -- strict thread matches above, loose matches on Subject: below --
2020-07-15 14:30 Gfortran HASIUK JAN F
2020-03-15  3:52 gfortran Song Hi Lee
2019-07-22 19:28 GFortran Александр К-ш
2019-07-22 21:58 ` GFortran Jonathan Wakely
     [not found] <5417F26E.9020301@systella.fr>
2014-09-17 19:07 ` gfortran BERTRAND Joël
2014-09-19  8:19   ` gfortran BERTRAND Joël
2010-02-14  5:16 gfortran Byron Dieterle
2008-09-16 17:05 Gfortran William Miner
2008-09-16 18:21 ` Gfortran Kai Henningsen
2007-03-21 12:21 gfortran Seijo Kruizinga
2007-03-22 10:01 ` gfortran Bud Davis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).