You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds dependencies needed for `../gccrs/configure --prefix=$HOME/gccrs-install --disable-bootstrap --enable-multilib --enable-languages=rust` (from the README) in a fresh `FedoraLinux-43` WSL. Most are also needed in a `fedora` container (the exception is `awk`; it's present in the container but not WSL).
In other words, this commit fixes the following `configure` errors (truncated and combined):
```
configure: error: no acceptable C compiler found in $PATH
configure: error: *** A compiler with support for C++14 language features is required.
configure: error: cargo is required to build rust
./config.status: line 1194: awk: command not found
```
The goal is to eventually package `gccrs` in Copr (Fedora's AUR). Finding all the dependencies is a first step.
Signed-off-by: Osama Albahrani <[email protected]>
0 commit comments