diff --git a/src/g.rs b/src/g.rs index c4a43734b..a512f686c 100644 --- a/src/g.rs +++ b/src/g.rs @@ -62,7 +62,8 @@ fn assemble(cfg: &str, program: &S) { } let output = Command::new("ld") - .arg("-lc") + //.arg("-lc") + // linking c library causes ELF to need an interpreter that it can't find... .arg("-o") .arg(cfg) .arg(&tmp_o)