pmq20 / node-packer

Packing your Node.js application into a single executable.
MIT License
3.07k stars 199 forks source link

dyld: lazy symbol binding failed: Symbol not found: _clock_gettime #107

Open sido420 opened 6 years ago

sido420 commented 6 years ago

I followd MacOSX instructions on 10.11.6 (El Capitan)

$ ./nodec --version
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
sido420 commented 6 years ago
$ node -pe process.arch
x64
$ ./nodec ./app.js --output=a.out
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
  Referenced from: /./nodec (which was built for Mac OS X 10.12)
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _clock_gettime
  Referenced from: /./nodec (which was built for Mac OS X 10.12)
  Expected in: /usr/lib/libSystem.B.dylib

Trace/BPT trap: 5