Hi Kashyap,

I have no idea on what troubles you, but "rustc -Z print-link-args" might
print something useful for you.

Regards,
Kai

野田  開 <noda...@gmail.com>

2014-12-18 11:19 GMT+08:00 C K Kashyap <ckkash...@gmail.com>:
>
> 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 <d...@codyps.com> 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 <ckkash...@gmail.com>
>> 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
>> > Rust-dev@mozilla.org
>> > https://mail.mozilla.org/listinfo/rust-dev
>> >
>>
>
> _______________________________________________
> Rust-dev mailing list
> Rust-dev@mozilla.org
> https://mail.mozilla.org/listinfo/rust-dev
>
>
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to