Closed arnoldrobbins closed 2 weeks ago
Running make does not create the rxgrep executable. It pretends it does:
make
rxgrep
$ make ... cd builds/release && meson compile [7/7] Linking target rxgrep ln -sf builds/release/tryit .
But it doesn't work, there's no rxgrep executable when done.
This is fixed in commit 9688e19fdd40c4961b10ae710adbbaeac1c2b893. Closing the issue.
Running
make
does not create therxgrep
executable. It pretends it does:But it doesn't work, there's no
rxgrep
executable when done.