Skip to content

Instantly share code, notes, and snippets.

@luqmana
Created December 2, 2013 22:24
Show Gist options
  • Save luqmana/3eb91d9181cacf11cfbe to your computer and use it in GitHub Desktop.
Save luqmana/3eb91d9181cacf11cfbe to your computer and use it in GitHub Desktop.
error: linking with `cc` failed: exit code: 1
note: cc arguments: '-m64' '-L/scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib' '-o' 'x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/bin/rustc' 'x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/bin/rustc.o' '-Wl,--as-needed' '-Wl,-O1' '-L/scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib' '-lstd-6425b930ca146ae9-0.9-pre' '-L/scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib' '-lrustuv-a13edc95d75df17-0.9-pre' '-L/scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib' '-lextra-aaa96aab146eb38e-0.9-pre' '-L/scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib' '-lsyntax-2bb2d559d93ae8f0-0.9-pre' '-L/scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib' '-lrustc-8581899a03b03e-0.9-pre' '-Lx86_64-unknown-linux-gnu/rt/libuv' '-Lx86_64-unknown-linux-gnu/rt/uv_support' '-L/scratch/laden/rust/build/.rust' '-L/scratch/laden/rust/build' '-lmorestack' '-Wl,-rpath,$ORIGIN/../lib' '-Wl,-rpath,/scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib' '-Wl,-rpath,/scratch/laden/local/lib/rustc/x86_64-unknown-linux-gnu/lib'
note: /scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-aaa96aab146eb38e-0.9-pre.so: error: undefined reference to 'ceil'
/scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-aaa96aab146eb38e-0.9-pre.so: error: undefined reference to 'log10'
/scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-aaa96aab146eb38e-0.9-pre.so: error: undefined reference to 'pow'
/scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-aaa96aab146eb38e-0.9-pre.so: error: undefined reference to 'floor'
/scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-aaa96aab146eb38e-0.9-pre.so: error: undefined reference to 'fmod'
/scratch/laden/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-aaa96aab146eb38e-0.9-pre.so: error: undefined reference to 'trunc'
collect2: error: ld returned 1 exit status
error: aborting due to previous error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment