Shell>chmod 777 configure Shell>./configure |
然后安装程序开始;
GT.M Configuration Script Copyright 2009, 2010 Fidelity National Information Services, Inc. Use of this software is restricted by the provisions of your license agreement.
What account should own the files? (bin) userxxx Should execution of GT.M be restricted to a group? (y or n) n In what directory should GT.M be installed? /usr/lib/fis-gtm/V5.4-000_i686 (这里最好填写/usr/lib/fis-gtm/version_platform形式的目录地址,其中version是GT.M的版本号,platform是硬件架构,比如i686)
Directory /usr/lib/fis-gtm/V5.4-000_i686 does not exist. Do you wish to create it as part of this installation? (y or n) y
Installing GT.M....
Should unicode support be installed? (y or n) y Should an ICU version other than the default be used? (y or n) y Enter ICU version (at least ICU version 3.6 is required. Enter as <major-ver>.<minor-ver>): 3.8
All of the GT.M MUMPS routines are distributed with uppercase names. You can create lowercase copies of these routines if you wish, but to avoid problems with compatibility in the future, consider keeping only the uppercase versions of the files.
Do you want uppercase and lowercase versions of the MUMPS routines? (y or n)n (这里最好不要选择小写字母的MUMPS routines因为历史上MUMPS基本都是大写,尊重历史,呵呵)
Compiling all of the MUMPS routines. This may take a moment.
GTM> %GDE-I-GDUSEDEFS, Using defaults for Global Directory /usr/lib/fis-gtm/V5.4-000_i686/gtmhelp.gld
GDE> GDE> GDE> %GDE-I-VERIFY, Verification OK
%GDE-I-GDCREATE, Creating Global Directory file /usr/lib/fis-gtm/V5.4-000_i686/gtmhelp.gld
GTM> %GDE-I-GDUSEDEFS, Using defaults for Global Directory /usr/lib/fis-gtm/V5.4-000_i686/gdehelp.gld
GDE> GDE> GDE> %GDE-I-VERIFY, Verification OK
%GDE-I-GDCREATE, Creating Global Directory file /usr/lib/fis-gtm/V5.4-000_i686/gdehelp.gld
Installation completed. Would you like all the temporary files removed from this directory? (y or n) y (至此:安装完成) |