I'm sure whether you are building AsmJit using good way.
Using
"g++ -w -o asmjit.o src/*"
isn't good, maybe replacing it to
"g++ -w -o asmjit.o src/*.cpp"
but this is not clear for the future, because support for other
architectures can be added and I'm sure that it will be broken after
that.
So why not to use cmake or to specify which files to build manually?
Best regards
Petr Kobalicek