Rust is erroring out for me when it tries to compile stage2/glue.o. It's dying with:
% make stage2/glue.o DYLD_LIBRARY_PATH=/Users/erickt/Projects/rust/build/stage1:/Users/erickt/Projects/rust/build/rt:/Users/erickt/Projects/rust/build/rustllvm:/Users/erickt/Projects/llvm/gcc-i386/install-Release/lib stage1/rustc -O -g -L stage2 -c -o stage2/glue.o --glue warning: no debug symbols in executable (-arch i386) compile: stage2/std.o generate: stage2/glue.o rt: --- rt: cd3c:main:main: rust: error: No input files allowed with --glue. rt: cd3c:main:main: upcall fail 'explicit failure', ../rust/src/comp/driver/session.rs:90 rt: cd3c:main: domain main @0x2800000 root task failed rt: --- rt: cd3c:main:main: rust: error: Multiple input filenames provided. rt: cd3c:main:main: upcall fail 'explicit failure', ../rust/src/comp/driver/session.rs:90 rt: cd3c:main: domain main @0x2800000 root task failed I bisected the bug down to this commit: 31d65453d47f243635ea17563db6b2c1127e9836 if someone has some time to debug it. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
