Trying to bootstrap on Cygwin platform

Maybe I am missing something obvious but using the latest
git code I have

---------------------------------------------------------------
$ ../gccrs/configure --enable-languages=rust --enable-bootstrap
$ make
....
make[3]: Entering directory '/cygdrive/c/cygwin64/pub/devel/gccrs/git/build/libgrust'
Making all in libformat_parser
make[4]: Entering directory '/cygdrive/c/cygwin64/pub/devel/gccrs/git/build/libgrust/libformat_parser'
cargo \
  --config ../../../gccrs/libgrust/libformat_parser/.cargo/config \
  build \
    --offline \
    --target-dir . \
    --manifest-path ../../../gccrs/libgrust/libformat_parser/Cargo.toml \
    # FIXME: Not always '--release', right?
/bin/sh: line 2: cargo: command not found
----------------------------------------------------------------

cargo should be a rust program but without the gccrs
how I am supposed to bootstrap ?

Regards
Marco




Reply via email to