https://github.com/JuliaLang/julia
Revision e536c77f4dc693aafc48af910b4fd86b487e900d authored by Elliot Saba on 25 January 2023, 22:06:33 UTC, committed by GitHub on 25 January 2023, 22:06:33 UTC
When we attempt to invoke `gfortran` to determine the local `libgfortran` ABI version that we should attempt to mimic, if `gfortran` is not installed we get a harmless error printed out to `stderr`:

```
/bin/sh: line 1: gfortran: command not found
```

This should silence these errors, as they're not useful to us.
1 parent 9b1ffbb
History
Tip revision: e536c77f4dc693aafc48af910b4fd86b487e900d authored by Elliot Saba on 25 January 2023, 22:06:33 UTC
Silence missing gfortran errors in `Make.inc` (#48403)
Tip revision: e536c77
File Mode Size
trampolines
.gitignore -rw-r--r-- 33 bytes
Makefile -rw-r--r-- 7.8 KB
README.md -rw-r--r-- 4.1 KB
jl_exports.h -rw-r--r-- 2.1 KB
list_strip_symbols.h -rw-r--r-- 284 bytes
loader.h -rw-r--r-- 3.0 KB
loader_exe.c -rw-r--r-- 2.2 KB
loader_lib.c -rw-r--r-- 19.7 KB
loader_win_utils.c -rw-r--r-- 5.6 KB

README.md

back to top