我目前正在尝试安装运行 GalSim 所需的软件,包括 TMV 库。我目前正在按照此处的说明在 Windows 7 上安装软件:GalSim 安装
当我运行 scons SHARED=false install 时,在出现以下消息并且安装失败之前,它需要完成很长的过程:
scons: Building targets ...
rm -f share\tmv-link; echo -ltmv > share\tmv-link
rm: unknown option -- l
Try `rm --help' for more information.
scons: *** [share\tmv-link] Error 1
scons: building terminated because of errors.
我相当缺乏经验,不知道如何进行。