Detlef Riekenberg
Detlef Riekenberg
The only possible fix for electron is: Never touch any system wide setting. That should be fixed now. The idea to remember the old setting, overwrite the global setting, and...
> works fine for me on `0.10.0-dev.4369+1087e6776` Strange.... With the prebuild linux-x86_64 binary? sha256sum zig-linux-x86_64-0.10.0-dev.4369+1087e6776.tar.xz 1fc04720953933f3c09074e505cf7b046773e0cb8f419236fd72966ecbca5483 zig-linux-x86_64-0.10.0-dev.4369+1087e6776.tar.xz Fails here: > my_ps1:/somewhere/hello$ zig cc helloworld.c -o helloworld_zig_4369 > LLD Link... ld.lld:...
detlef@i7:/_s/hello$ zig cc helloworld.c -o helloworld_zig_cc --verbose clang version 15.0.0 ([email protected]:ziglang/zig-bootstrap.git 9be8396b715b10f64d8a94b2d0d9acb77126d8ca) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/bin Found candidate GCC installation: /usr/bin/../lib/gcc-cross/i686-linux-gnu/10 Found candidate GCC installation: /usr/bin/../lib/gcc-cross/i686-linux-gnu/11 Found...
zig is not self compiled and not installed here: - download the prebuild archiv - unpack the archiv - create a link for the zig directory: `ln -s zig-linux-x86_64-0.10.0-dev.4369+1087e6776 zig`...
> there's so much going on there obv "pwd: /_s/" is not a valid path symlink /_s/ is a valid path on my system. Important thing is. while my pwd...
Searching regression: Failing binary revisions 4326: same failure as in this bug report 4248: same failure as in this bug report 4240: same failure as in this bug report 4187:...
> What system are you running this command on? xubuntu 22.04.1 LTS
Why does the Name has C++29 instead of C++26? What about "#embed" for C23 compatibility?
What about building tcc with `--enable-cross`? The current development branch is fixed regarding the search path of the 32bit compiler on a 64bit linux (`i386-tcc` ). -- Regards ... Detlef
Still present in zig 0.10 release: /somewhere/hello$ zig cc helloworld.c -o helloworld_zig_cc_0.10_release LLD Link... ld.lld: error: cannot open pwd: /somewhere/crt1.o: No such file or directory ld.lld: error: cannot open pwd:...