Skip to content

Commit

Permalink
doc: Update windows status on FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
klutzy committed Apr 1, 2014
1 parent b8ef9fd commit f76d7aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/complement-lang-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ You may also be interested in browsing [GitHub's Rust][github-rust] page.

## Does it run on Windows?

Yes. All development happens in lock-step on all 3 target platforms. Using MinGW, not Cygwin. Note that the windows implementation currently has some limitations: in particular tasks [cannot unwind on windows][unwind], and all Rust executables [require a MinGW installation at runtime][libgcc].
Yes. All development happens in lock-step on all 3 target platforms. Using MinGW, not Cygwin. Note that the windows implementation currently has some limitations: in particular 64-bit build is [not fully supported yet][win64], and all Rust executables [depends on libgcc DLL at runtime][libgcc].

This comment has been minimized.

Copy link
@kud1ing

kud1ing Apr 1, 2014

Rust executables means executables created by rustc?

This comment has been minimized.

Copy link
@klutzy

klutzy Apr 1, 2014

Author Owner

Right. (hmm, is the line ambiguous?)

This comment has been minimized.

Copy link
@kud1ing

kud1ing Apr 1, 2014

A bit. It could also refer only to the Rust tools like rustc.

This comment has been minimized.

Copy link
@kud1ing

kud1ing Apr 1, 2014

Also while nitpicking: does it only apply to executables or every code generated (libraries) by rustc?

This comment has been minimized.

Copy link
@klutzy

klutzy Apr 1, 2014

Author Owner

It applies to all dll files (dynamic libs), but not rlibs.

[unwind]: https://github.com/mozilla/rust/issues/908
[libgcc]: https://github.com/mozilla/rust/issues/1603
[win64]: https://github.com/mozilla/rust/issues/1237
[libgcc]: https://github.com/mozilla/rust/issues/11782

## Is it OO? How do I do this thing I normally do in an OO language?

Expand Down

1 comment on commit f76d7aa

@alexcrichton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.