@sogaiu https://github.com/oracle/graal/issues/1407#issuecomment-504912188
@borkdude thanks -- i found this has some discussion of /MT and /MD: https://stackoverflow.com/questions/757418/should-i-compile-with-md-or-mt -- perhaps this stuff is worth mentioning in #graalvm?
please do
hi - I've been trying to find how to setup Cursive to use the clojure cli on Win 10; not sure how the whole thing is supposed to work, but in Cursive I'm trying to set Use CLI tools
; I cannot find the path to the clojure
command though - Get-Command clj | Format-Table Path, Name
just returns an empty path. Any ideas how to set these two up?
@ivan.yaroslavov i haven't tried myself, but i see something that looks related on this page: https://conan.is/blogging/clojure-on-windows.html
@sogaiu - thanks, unfortunately I saw that too and somewhere at the bottom I saw that Cursive uses it's own version - maybe using cli tools is not still possible?
i'm not sure for cursive -- fwiw, the current official clj tooling for windows is alpha and uses powershell -- there is also an unofficial version written in go.
@ivan.yaroslavov it looks like there's a #cursive -- may be you might have more luck there?
thanks, will do!