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
Hi,I encountered the following error when compiling. I looked up some information and thought that the glibc version of my system was higher (2.34). Glic did not have this file(sys/sysctl.h) after 2.32. Is there any plan to adapt to the high version of glibc?
fatal error: sys/sysctl.h: No such file or directory
358 62 | #include <sys/sysctl.h>
359 | ^~~~~~~~~~~~~~
360 compilation terminated.
>> 361 make[2]: *** [memstats/CMakeFiles/memstats.dir/build.make:85: memstats/CMakeFiles/memstats.dir/memstats.c.o] Error 1
362 make[2]: Leaving directory '/home/stage/root/spack-stage-clamr-master-fenfgrhpxophuuyquc7iu2k4mnn2xdk7/spack-build-fenfgrh'
>> 363 make[1]: *** [CMakeFiles/Makefile2:2164: memstats/CMakeFiles/memstats.dir/all] Error 2
364 make[1]: *** Waiting for unfinished jobs....
365 Scanning dependencies of target mpmesh
366 Scanning dependencies of target pmpmesh
367 Scanning dependencies of target pmesh
368 Scanning dependencies of target mesh
The text was updated successfully, but these errors were encountered:
Hi,I encountered the following error when compiling. I looked up some information and thought that the glibc version of my system was higher (2.34). Glic did not have this file(sys/sysctl.h) after 2.32. Is there any plan to adapt to the high version of glibc?
The text was updated successfully, but these errors were encountered: