我有两个谷歌帐户,每个帐户都包含我的部分数据,由于大小限制,我无法将数据包含到一个驱动器中。所以,我想知道是否有办法将两个驱动器帐户挂载到colab中。
我正在尝试使用 MINGW64 和 Msys 在 windows10 上构建和安装OpenFst库,但在使用 make 构建过程中出现以下错误。我首先使用这个命令:
./configure --enable-grm --enable-far --enable-ngram-fsts MAKE="mingw32-make"
Run Code Online (Sandbox Code Playgroud)
此命令的一些检查结果不会生成:
checking whether we are cross compiling... no
checking for sysroot... no
checking for a working dd... ./configure: line 7016: cmp: command not found
./configure: line 7016: cmp: command not found
checking for mt... no
checking if : is a manifest tool... no
checking for unistd.h... no
checking if gcc supports -fno-rtti -fno-exceptions... ./configure: line 8930: diff: command `not found`
checking whether to build …Run Code Online (Sandbox Code Playgroud)