I was trying to build binutils as I was building the mingw-w64 toolchain, when I run into this weird problem involving sed
when configuring (configure output). sed --version
returns version 4.5. Am I doing anything wrong?
Asked
Active
Viewed 38 times
0

Kurumi Gaming
- 121
- 4
1 Answers
0
So there is a mingw64
version of sed
and it was conflicting with msys2
sed
. I deleted that and now it works fine

Kurumi Gaming
- 121
- 4