Compilation issues,I built the environment under WSL2 ubutun20.04 on Windows #833
q1165600785
started this conversation in
General
Replies: 1 comment 1 reply
-
Can you attach the output of We have tested in WSL, but no one on the development side uses it regularly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run the first step command, an error occurs. Why is this? Is there any error in the installation of openmpi or mpich?
Autoconf Build Configuration
$ cd ac/deps
$ make -j
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for mpicc... mpicc
checking for MPI_Init... no
checking for MPI_Init in -lmpi... no
checking for MPI_Init in -lmpich... no
checking for gettid... no
checking if __NR_gettid must be redefined... unknown
configure: error: "Could not find the gettid syscall ID"
make: *** [Makefile:48: fms/build/Makefile] Error 1
configure: error: "Could not find the gettid syscall ID"
Beta Was this translation helpful? Give feedback.
All reactions