Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created November 17, 2013 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/7508563 to your computer and use it in GitHub Desktop.
Save tadzik/7508563 to your computer and use it in GitHub Desktop.
> make
linking libmoar.so
/usr/bin/ld: error: 3rdparty/linenoise/liblinenoise.a(linenoise.o): requires dynamic R_X86_64_32 reloc which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(uv-common.o): requires unsupported dynamic reloc 11; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(core.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(fs.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(loop-watcher.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(loop.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(pipe.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(poll.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(process.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(signal.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(stream.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(tcp.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(thread.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(threadpool.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(timer.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(tty.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(udp.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(linux-core.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(linux-inotify.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(linux-syscalls.o): requires dynamic R_X86_64_PC32 reloc against 'syscall' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(fs-poll.o): requires dynamic R_X86_64_PC32 reloc against 'strlen' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(inet.o): requires dynamic R_X86_64_32 reloc which may overflow at runtime; recompile with -fPIC
/usr/bin/ld: error: 3rdparty/libuv/libuv.a(async.o): requires dynamic R_X86_64_PC32 reloc against 'uv__hrtime' which may overflow at runtime; recompile with -fPIC
collect2: error: ld returned 1 exit status
make: *** [libmoar.so] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment