Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g77 and gfortran not detected on windows #1895

Closed
bdbaddog opened this issue Jan 2, 2018 · 0 comments
Closed

g77 and gfortran not detected on windows #1895

bdbaddog opened this issue Jan 2, 2018 · 0 comments

Comments

@bdbaddog
Copy link
Contributor

bdbaddog commented Jan 2, 2018

This issue was originally created at: 2008-01-28 00:30:48.
This issue was reported by: cournape.
cournape said at 2008-01-28 00:30:48

mingw fortran compilers do not work with scons out of the box. As such, fortran tools are not initialized, which give non obvious errors like do not know hot to build from a source with suffix .f

Adding support for g77 should be trivial (all the work is done in mingw tool). gfortran is a bit more difficult, because it installs itself in a different directory (c:\program files\gfortran), so I am not sure how to find this automatically.

gregnoel said at 2008-04-14 12:36:24

Bug party triage. Possible toolchain, possible detect().

garyo said at 2008-10-29 18:48:36

I "researched" this but I don't have mingw or gfortran so I didn't do much other than think about it. I think David should come up with a patch if possible. I recommend letting him decide on the schedule, but 2.x/p3 seems OK to me. If he doesn't have mingw Fortran, hand off to someone who does.

Setting target back to unspecified for re-triage.

gregnoel said at 2008-11-08 18:32:12

If mingw is correctly detected as not present, this is the same problem as when a C compiler (or SWIG or ...) is not present: files with that suffix are not handled correctly. In this case, it sounds like the compiler is not installed in the PATH, so it wouldn't work from the command line, either. If it is installed in the PATH, but not in SCons' PATH, then I'd like to explore having an error message that says that. (Is this the problem, David?)

gregnoel said at 2008-11-21 16:40:38

Bug party triage. Most likely a toolchain issue, so add keyword and consolidate with the related issues.

gregnoel said at 2008-12-26 13:20:23

Adjust triage of issues.

gregnoel said at 2009-02-22 12:30:53

Bug party triage. Accumulate issues with this underlying problem as dups of a common base issue.

*** This issue has been marked as a duplicate of 863 ***

gregnoel said this issue is a duplicate of #863 at 2009-02-22 12:30:53.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant