José Ángel Soler Ortiz
José Ángel Soler Ortiz
It must have been a mistake, sorry. Thank you for reopening and tagging it!
I have spent a lot of time trying to get `crosstool-NG` working without success. Which is frustrating, as it has a CentOS 7 toolchain which should do exactly what we...
@lisanhu Which todds release binary are you running? Is it https://github.com/todds-encoder/todds/releases/download/0.4.1/todds_Linux_x86_64_0.4.1.zip? If that is the case, what happens if you try with https://github.com/todds-encoder/todds/releases/download/0.0.0/todds_Linux_x86_64_0.0.0.zip? Regarding static linking, it is a very...
Thank you for looking into it! That information is very useful. I am seeing similar results after analyzing todds with `objdump`: ``` Version References: required from ld-linux-x86-64.so.2: 0x0d696913 0x00 41...
That included libstdc++.so file would still depend on the newer glibc version, as mentioned in one of the follow-up answers on that post (https://stackoverflow.com/a/13636770/7001854).
@lisanhu I just realized that I was looking for glibc errors, while the errors you are experiencing are glibc++ errors; I am sorry about the confusion. In this case the...
While searching for ways to make vcpkg handle and respect the `-static-libstdc++` setting, I ran into another issue. libstdc++ is under the GPL license, so it is not allowed to...
Thank you for the report, @dormieriancitizen . I cannot reproduce this issue on Arch Linux after creating a symlink using `ln -s`, pointing to a folder with a single png...
One thing to mention is that ToDDS has a bug which will prevent it from finding any files unless `-ss` or `-r` are used to explicitly choose a filter. Does...
Thanks for the report, I tested the repro steps locally and saw the same issue.