Results 643 comments of Vadim Kantorov

I'm now running a build to dump all object files / source files as Github actions artifact archive. I'll put them here once I have them! Thanks for help!

Here https://www.tutorialspoint.com/extern-keyword-in-c they say that initialization of extern variable is considered as implicit definition

Found it. In https://github.com/TeX-Live/texlive-source/blob/trunk/texk/web2c/pdftexdir/pdftexextra.c#L5 and the corresponding XeTeX file EXTERN is reset to empty modifier, and hence is static?

I think I made a mistake, looked at the wrong logs. Now re-running "-fno-common" gcc build

Hmm, I've checked, the `-fno-common`, indeed succeeded: ``` g++ -Wl,--unresolved-symbols=ignore-all -fno-common -Wimplicit -Wreturn-type -export-dynamic -O3 -o build/native/busytex build/native/busytex.o build/native/texlive/texk/web2c/synctexdir/xetex-synctex.o build/native/texlive/texk/web2c/xetex-xetexini.o build/native/texlive/texk/web2c/xetex-xetex0.o build/native/texlive/texk/web2c/xetex-xetex-pool.o build/native/texlive/texk/web2c/xetexdir/xetex-xetexextra.o build/native/texlive/texk/web2c/lib/lib.a build/native/texlive/texk/web2c/libmd5.a build/native/texlive/texk/web2c/busytex_libxetex.a build/native/texlive/texk/web2c/synctexdir/pdftex-synctex.o build/native/texlive/texk/web2c/pdftex-pdftexini.o build/native/texlive/texk/web2c/pdftex-pdftex0.o build/native/texlive/texk/web2c/pdftex-pdftex-pool.o...

I didn't quite understand, is there a common/no-common mode I should try with g++? `-fno-common` compiled fine

same problem in WSL1 + Ubuntu 24.04. It would be nice if somehow WSL provided some help in this --- What worked: `export BROWSER=/mnt/c/Progra~1/Google/Chrome/Application/chrome.exe` In Ubuntu 24.04, somehow workarounds like...

> Complex support implemented as operations on real views of complex tensors. Are these functions available for export from torch.export.export / torch.onnx.export now?