||
1、安装略微变化
sudo apt-get update
sudo apt-get install gcc
sudo apt-get install gfortran
sudo apt-get install csh
sudo apt-get install tcsh
sudo apt-get install libx11-dev
sudo apt-get install make
2、解算数据时候出现如下错误:
bc: Command not found.
bc: Command not found.
bc: Command not found.
foreach: Too many arguments.
查看解算日志文件,发现无法链接rinex目录下的观测数据:
sh_link_rinex -year 2017 -days 010 -ndays 1 0 -sesfo 0 0 24 0 -dir /home/chaoshu/gamit_expt/demo/rinex -minspan 0.1
执行出现错误!
查找发现问题如下:
linux字符界面下也是有计算器的,那就是bc!
需要安装一下bc
sudo apt-get install bc
3、csh下面添加环境变量出现,Word too long
解决办法
Try the following steps:
Step 1:
sudo apt-get install tcsh
Step 2:
sudo update-alternatives --config csh
Select tcsh from the list of choices available.
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-11-24 05:30
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社