You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile for ArchLinux with gcc 12.2. glibc 2.34 removed libpthread; libpthread-stubs didn't solve it either:
[ 87%] Built target kenlm_interpolate
make[2]: *** No rule to make target '/usr/lib/libpthread.so', needed by 'bin/interpolate'. Stop.
make[1]: *** [CMakeFiles/Makefile2:1274: lm/interpolate/CMakeFiles/interpolate.dir/all] Error 2
Kind regards
The text was updated successfully, but these errors were encountered:
Dear devs,
I'm trying to compile for ArchLinux with gcc 12.2. glibc 2.34 removed libpthread; libpthread-stubs didn't solve it either:
Kind regards
The text was updated successfully, but these errors were encountered: