openfoam 安装测试-致命错误

第一次安装openfoam,遇到了一点问题,求帮忙解答。
我是在windows10上安装的WSL子系统,然后再安装的openfoam,按照openfoam官网的指导进行编译之后,在进行安装完成后的测试时,测试结果如下:

Basic setup :

OpenFOAM: OpenFOAM-v2112
ThirdParty: ThirdParty-v2112
Shell: bash
Host: LAPTOP-BE4H11SV
OS: Linux version 4.4.0-18362-Microsoft


Main OpenFOAM env variables :

Environment FileOrDirectory Valid Crit

$WM_PROJECT_USER_DIR /home/zjl/OpenFOAM/zjl-v2112 yes no
$WM_THIRD_PARTY_DIR /home/zjl/OpenFOAM/ThirdParty-v2112 yes maybe
$WM_PROJECT_SITE [env variable unset] no


OpenFOAM env variables in PATH :

Environment FileOrDirectory Valid Path Crit

$WM_PROJECT_DIR /home/zjl/OpenFOAM/OpenFOAM-v2112

$FOAM_APPBIN ...12/platforms/linux64GccDPInt32Opt/bin no yes
$FOAM_SITE_APPBIN ...12/platforms/linux64GccDPInt32Opt/bin no no
$FOAM_USER_APPBIN ...12/platforms/linux64GccDPInt32Opt/bin no no
$WM_DIR /home/zjl/OpenFOAM/OpenFOAM-v2112/wmake yes yes often


OpenFOAM env variables in LD_LIBRARY_PATH :

Environment FileOrDirectory Valid Path Crit

$FOAM_LIBBIN ...12/platforms/linux64GccDPInt32Opt/lib no yes
$FOAM_SITE_LIBBIN ...12/platforms/linux64GccDPInt32Opt/lib no no
$FOAM_USER_LIBBIN ...12/platforms/linux64GccDPInt32Opt/lib no no
$FOAM_EXT_LIBBIN ...v2112/platforms/linux64GccDPInt32/lib no maybe
$MPI_ARCH_PATH /usr yes no yes


Software Components

Software Version Location

flex *** not installed ***

make *** not installed ***

wmake *** not installed ***

unknown c compiler for Gcc
unknown cxx compiler for Gcc


icoFoam *** not installed ***
CRITICAL ERROR

Summary

The system test evoked 2 fatal error(s).
The foam installation contains 1 critical error(s).

Review the output for warning messages and consult
the installation guide for troubleshooting.

Done

最后summary中提示有2个致命错误,这应该就表示我的openfoam没安装成功了吧?
请大家帮忙看一下到底是哪里出的问题?怎么解决呢?