Git Product home page Git Product logo

Comments (7)

indrayam avatar indrayam commented on September 1, 2024 1

Will this work on a Mac?

make
Building LuaJIT...
HOSTCC    host/minilua.o
HOSTLINK  host/minilua
ld: library not found for -lgcc_s.10.4
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [host/minilua] Error 1
make: *** [deps/luajit/src/libluajit.a] Error 2

from wrk2.

IRus avatar IRus commented on September 1, 2024 1

It described in wiki:
https://github.com/giltene/wrk2/wiki

from wrk2.

abelsromero avatar abelsromero commented on September 1, 2024 1

I am having a slightly differnt issue compiling on MacOS, and none of the suggestions in the wiki work.

BUILDVM   lj_folddef.h
make[1]: *** [lj_folddef.h] Segmentation fault: 11
make[1]: *** Deleting file `lj_folddef.h'
make: *** [deps/luajit/src/libluajit.a] Error 2

from wrk2.

HenkPoley avatar HenkPoley commented on September 1, 2024

It's sort of along the lines of:

git clone https://github.com/giltene/wrk2.git
cd wrk2
sudo apt install build-essential # or your distros equivalent of "fetch Clang/GCC and the rest". E.g. yum groupinstall "Development Tools"
make
# find . -type f -print0 | xargs -0 dos2unix # if you get "error: 'recff_rawlen'" during make, and run make again.

from wrk2.

karianna avatar karianna commented on September 1, 2024

@abelsromero - did you find a workaround? I have the same issue

from wrk2.

karianna avatar karianna commented on September 1, 2024

make MACOSX_DEPLOYMENT_TARGET=10.14 WFM

from wrk2.

abelsromero avatar abelsromero commented on September 1, 2024

😆 new one

LUAJIT src/wrk.lua
./luajit: cannot create state: not enough memory
make: *** [obj/bytecode.o] Error 1

from wrk2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.