Skip to content

Commit 97e2de7

Browse files
committed
README: Fedora: Add gcc, gcc-c++, cargo, and awk
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]>
1 parent 7699f7f commit 97e2de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ apt install build-essential libgmp3-dev libmpfr-dev libmpc-dev flex bison auto
4848
Fetch dependencies for Fedora:
4949

5050
```bash
51-
$ dnf install autoconf automake dejagnu flex bison glibc-devel.{x86_64,i686} gmp-devel libmpc-devel mpfr-devel
51+
$ dnf install autoconf automake dejagnu flex bison glibc-devel.{x86_64,i686} gmp-devel libmpc-devel mpfr-devel gcc gcc-c++ cargo awk
5252
```
5353

5454
Clone the repository

0 commit comments

Comments
 (0)