Thanks Cody, I retried by uninstalling and installing rustc using rustp script and then downloading the nightly source from https://static.rust-lang.org/dist/rust-nightly.tar.gz
I still get the same error. Regards, Kashyap On Wed, Dec 17, 2014 at 11:34 PM, Cody P Schafer <[email protected]> wrote: > > I generally get type of errors at runtime when the rust libraries in > my ld path don't match the version of the libraries the executable was > created with. > > Perhaps you could try rebuilding or removing some of the installed > rust versions? > > On Wed, Dec 17, 2014 at 12:54 PM, C K Kashyap <[email protected]> wrote: > > Hi, > > > > Is this a regression - > > > > undefined reference to > > `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs > > > > I get this error at linking with libcore.rlib in the latest nightly > build. > > My code is here - https://github.com/ckkashyap/unix > > > > > > Or do I need to make change in my code? I'd really appreciate the inputs > > here. > > > > > > Regards, > > > > Kashyap > > > > > > _______________________________________________ > > Rust-dev mailing list > > [email protected] > > https://mail.mozilla.org/listinfo/rust-dev > > >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
