Travis
Travis
Hi thanks for the report, I'm currently changing the way `bl-config` works. I'm still not sure about the final decision, but I'm currently experimenting with YAML based config capable to...
What about having something similar to `rustup-init`? I mean basically introduce some installation steps/options in `bl-config`.
There can be an option to create custom or empty config files the users can play with... at least until we have some time to deal with automatic resolving of...
You can try to experiment with this MSVC configuration from my machine and try to set it up for the MinGW toolchain, but it's definitely not tested. I can try...
Hmm, I tried fresh clone on Ubuntu and it seems to work, can you please check if the file `/ev/çizeylemcil/bl/bin/bl-config` exists? If not you can try to copy-paste it from...
OK, the file is distributed as a binary, you can try to execute it manually `bl/bin$ ./bl-config -h` but it seems like it would not work anyway. Are you running...
hmm, maybe symlink reading does not work properly...
yes, I was kinda expecting this, it seems to be the same issue, `bl-lld` should be in `bin` directory (same as `bl-config`).
It's possible! Both binaries are compiled with glibc.
You can try to use your default system linker `ld` by adding `LINKER_EXECUTABLE "/your/path/to/ld"` entry into the `bl.conf` file.