Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrk2 installation failed on Mac OS Monterey and Apple M1 Max chip #121

Open
sbathineni opened this issue Mar 24, 2022 · 3 comments
Open

Comments

@sbathineni
Copy link

I am using below commands to install wrk2 and facing error

brew tap jabley/homebrew-wrk2
brew install --HEAD wrk2

#error "Need at least GCC 4.3 or newer"
^
3 errors generated.
lj_arch.h:55:2: error: "No support for this architecture (yet)"
#error "No support for this architecture (yet)"
^
lj_arch.h:279:2: error: "No target architecture defined"
#error "No target architecture defined"
^
lj_arch.h:302:2: error: "Need at least GCC 4.3 or newer"
#error "Need at least GCC 4.3 or newer"
^
3 errors generated.
Makefile:231: *** Unsupported target architecture. Stop.
make: *** [deps/luajit/src/libluajit.a] Error 2

@orefalo
Copy link

orefalo commented Apr 14, 2022

same issue

@orefalo
Copy link

orefalo commented Jun 21, 2022

found this guy https://github.com/AppsFlyer/wrk3

@galderz
Copy link

galderz commented Jul 27, 2022

Somehow ended up in this issue, but didn't see the PR that had already been opened to fix this: #110. So, without being aware of that I came up with my own PR haha: #128 - Anyway....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants