跳到主要內容

GAMIT/GLOBK 10.31 Installation on Opensuse 10.2

GAMIT/GLOBK 10.31 Installation on Opensuse 10.2
by. K. Cheng 5/25/2007
GAMIT/GLOBK is a GPS processing software developed by MIT.

1. Fix gfortran 4.2 problem: gfortran 4.1 is installed with Opensuse 10.3 but GAMIT/GLOBK requires gfortran 4.2.
  • install svn with yast (see documentation here).
  • download gcc (gfortran) 4.2 with subversion (took long time to download it).
  • see documentation, namely, gfortran on MIT's ftp site for the command of svn.
2. Configure/install/build gcc (gfortran) 4.2.
  • see the document installing_g77 from MIT's ftp site.
  • one typo found in the document: configure --prefix=/usr/local
  • at configuration, the screen will show
***....The following languages will be installed: ..... C++,java,....
Fortran is not included!

3. Check prerequisite for gcc: http://gcc.gnu.org:
  • under installation/prerequsite, it says MPRF should be v 2.1.1 or later.
  • MPRF is 2.1.0 on opensuse 10.2
4. Download MPRF source codes (http://www.mprf.org)
  • configure and installation (see Documentation/installing MPRF from mprf web)
  • configure/make/make check/make install
5. Redo step 2. The screen now says:
***....The following languages will be installed: ..... C++,java,....
Fortran is now included!

6. Following installing_g77 to complete the installation of gcc
  • configure --prefix=/usr/local
  • make bootstrap
  • make install
7. Add environmental variable: LD_LIBRARY_PATH to ensure running
  • export LD_LIBRARY_PATH=/usr/local/lib64
8. complier installed:
  • cc 4.1.2
  • gcc 4.2.1
  • c++ 4.2.1
  • cpp does not work.
  • g77 (f77) 3.3.5
  • gfortran 4.2.1
9. Now we start installing GAMIT/GLOBK
I simply followed the instruction from the downloaded package. Some note though:
  • unalias 'ls'
  • make sure the path of old com does not get in the way
  • GMT should be in US units (not in SI)

留言

DragonHead寫道…
I have issue to install this software after I type . ./install_software which gives line 18: syntax error near unexpected token `('. What's that mean? Can you show steps how to install?
Kevin寫道…
Hi, this procedure is probably not required since gfortran 4.2 has been released in the latest version of Opensuse.

這個網誌中的熱門文章

國道通行費比較表

A FREEway that is not really FREE. 有人想過 做個圖看看嗎 ? 資料來源: freeway.gov.tw 方案一【一段式收費】:無免費里程,單一費率0.82元/公里。 方案三【三段式收費】:每日每車免費里程20公里,標準費率1.2元/公里(行駛里程 小於200公里), 長途費率0.9元/公里(行駛里程大於等於200公里) 相關新聞: 國道計程 「北高估348元」 | 蘋果日報 : 自由電子報 - 國道計程收費民調 免費20公里呼聲高 : 國道計程收費 下半年上路 - Yahoo!奇摩新聞 :

Install LineageOS 16.0 on Sony Xperia Z3

記錄一下, 主要根據xda forum的安裝步驟: [OFFICIAL] LineageOS 16.0 for Xperia Z3 其中的安裝流程為LineageOS的 Install LineageOS on z3 ,需要安裝adb, fastboot 在2. 裏面談到的custom recovery 採用twrp 再根據1. 講到的,GApps採用arm平台的9.0版本,variant為nano 大概就這樣 1. 裡面的flashtool好像沒有用到?