[BACK]Return to OpenXM-FAQ.oxweave CVS log [TXT][DIR] Up to [local] / OpenXM / doc

Annotation of OpenXM/doc/OpenXM-FAQ.oxweave, Revision 1.18

1.18    ! noro        1: %  $OpenXM: OpenXM/doc/OpenXM-FAQ.oxweave,v 1.17 2003/04/23 07:18:30 noro Exp $
        !             2:
        !             3: //&C May 9, 2003
        !             4: //&ja Q. Debian GNU/Linux で asir が make できない.
        !             5: //&en Q. Asir cannot be built on Debian GNU/Linux.
        !             6:
        !             7: /*&ja
        !             8:
        !             9: A. libxaw7-dev をインストールして下さい. ちなみに OpenXM_contrib2/fep
        !            10: を make するには libncurses5-dev をインストールする必要があります.
        !            11:
        !            12: */
        !            13: /*&en
        !            14:
        !            15: A. Install 'libxaw7-dev'. Note that you have to install
        !            16: 'libncurses5-dev' to build 'fep' in OpenXM_contrib2.
        !            17:
        !            18: */
1.17      noro       19:
                     20: //&C April 23, 2003
                     21: //&ja Q. OpenXM サーバが立ち上がらない. (ウィンドウが一瞬現れて消える.)
                     22: //&en Q. OpenXM servers cannot be invoked. (An window appears but vanishes immediately.)
                     23:
                     24: /*&ja
                     25:
                     26: A. XFree86 4.3.0 の xterm の国際化対応が不完全なせいです. 以下のいずれか
                     27: を試してみて下さい.
                     28:
                     29: 1. .Xdefaults, .Xresources などに次の行を追加する.
                     30:
                     31: XTerm*locale:false
                     32:
                     33: 2. LANG, LC_CTYPE, LC_ALL などの環境変数を消す.
                     34:
                     35:
                     36: */
                     37: /*&en
                     38:
                     39: A. This is caused by an incomplete implementation of i18n of xterm
                     40: in XFree86 4.3.0. Try one of the following:
                     41:
                     42: 1. Add the following line to your .Xdefaults, .Xresources etc.
                     43:
                     44: XTerm*locale:false
                     45:
                     46: 2. Remove environment variables such as LANG, LC_CTYPE, LC_ALL etc.
                     47:
                     48: */
1.16      takayama   49:
                     50: //&C March 7, 2003 (for developers)
                     51: //&ja Q. asir2000 用の configure が新しい OS に対応していない.
                     52: //&en Q. The "configure" for asir2000 does not support a new operating system.
                     53:
                     54: /*&ja
                     55:
                     56: A.  OpenXM/doc/HOWTO/asir2000-autoconf-note-ja  を御覧下さい.
                     57:
                     58: */
                     59: /*&en
                     60:
                     61: A.  See OpenXM/doc/HOWTO/asir2000-autoconf-note-ja (in Japanese).
                     62:
                     63: */
1.15      takayama   64:
                     65: //&C October 23, 2002 (for developer)
                     66: //&ja Q.  commit メッセージのみ加えたい.
                     67: //&en Q. I want to add only a commit message to the CVS repository.
                     68:
                     69: /*&ja
                     70:
                     71: A.
                     72: 正しいログを書いてファイルに保存しておき、
                     73:
                     74: cvs commit -f -F <log file> <target file>
                     75:
                     76: とすれば、内容を変更せずにログだけを更新することができますが、
                     77: revision はひとつ進みます。害はないです。
                     78: (そのログには (null commit) とかいれておくとそれらしくなります) (by まえかわ)
                     79:
                     80:
                     81: */
                     82: /*&en
                     83:
                     84: A.
                     85: Write a log in the file <log file> and
                     86:     cvs commit -f -F <log file> <target file>
                     87: The revision number will be increased by 1.
                     88:
                     89: */
                     90:
                     91:
1.13      takayama   92:
                     93: //&C March 16, 2002 (for developer)
                     94: //&ja Q. asir を cygwin で make したい.
                     95: //&en Q. I want to make "asir" on cygwin
                     96:
                     97:
                     98: /*&ja
                     99:   asir の cygwin 上での make には, XFree86 for cygwin が必要です.
                    100:   これは, cygwin のホームページからダウンロードできます.
                    101: */
                    102: /*&en
                    103:   We need XFree86 for cygwin to build asir on cygwin.
                    104:   You can download XFree86 from the homepage of the cygwin project.
                    105: */
                    106: /*&C
                    107:
                    108:    export PATH=/usr/X11R6/bin:$PATH
                    109:    cd OpenXM/src/asir2000
                    110:    rm .*done
                    111:    make
                    112: */
1.12      takayama  113:
                    114: //&C March 7, 2002 (for developer)
                    115: //&ja Q. HEAD にタグをつけるには?
                    116: //&en Q. How to attach a tag to the head branch
                    117:
                    118: //&C cvs rtag -r HEAD RELEASE_1_2_1 OpenXM OpenXM_contrib OpenXM_contrib2
1.9       takayama  119:
1.11      takayama  120: //&C December 27, 2001 (Windows)
                    121: //&ja Q. asirgui で engine.exe の位置が registry に登録されています. これを消すには?
                    122: //&en Q.  The path for engine.exe is written in the registry. How to remove the data from the registry?
1.9       takayama  123:
                    124: /*&ja
1.11      takayama  125:    MSDOS コマンドプロンプトより regedit を立ち上げて,
                    126:    HKEY_LOCAL_MACHINE->SOFTWARE->FUJITSU
                    127:    のなかの ASIR を全て消す.
1.9       takayama  128: */
                    129:
                    130: /*&en
1.11      takayama  131:    start "regedit" from MSDOS command prompt and
                    132:    remove  HKEY_LOCAL_MACHINE->SOFTWARE->FUJITSU->ASIR
1.10      takayama  133: */
                    134:
1.11      takayama  135: //&C December 24, 2001  (Windows)
1.10      takayama  136: //&ja Q. OpenXM/misc/packages/Windows/asirgui2.bat を起動しようとすると, "環境変数領域がたりませんとエラーがでます.
                    137: //&en Q. OpenXM/misc/packages/Windows/asirgui2.bat stops with an error "Not enough area for environmental variables".
                    138:
                    139: /*&ja
1.11      takayama  140:  Windows 95/98/ME でこの問題がおきます.
1.10      takayama  141:  環境変数領域を増やします.
1.11      takayama  142:  command /e:5000
1.10      takayama  143:  で command.com を立ち上げるのは一番簡単な方法.
1.11      takayama  144:  msconfig (win98/ME)  または sysedit (win95) を用いて,
                    145:    環境変数  shell
                    146:    値        c:\windows\command.com /p /e:5000
                    147:  とする.
1.10      takayama  148: */
                    149:
                    150: /*&en
1.11      takayama  151:  This trouble happens on Windows 95/98/ME.
1.10      takayama  152:  Increase the area for environmental variables.
1.11      takayama  153:  (1) Staring the command prompt with
                    154:    command /e:5000
1.10      takayama  155:  is the simplest way.
1.11      takayama  156:  (2) By msconfig (win98/ME) or sysedit (win95),
                    157:    set the value of the environmental variable
                    158:       shell
                    159:    to the value
                    160:    c:\windows\command.com /p /e:5000
                    161: */
                    162:
1.12      takayama  163: //&C August 10, 2001 (Windows, developer)
1.11      takayama  164: //&ja Q. cygwin 環境で : から始まる sh ファイルが動かないことがあります.(開発者向け)
                    165: //&en Q. Shell scripts which start with ":" does not sometimes work on cygwin (for developers).
                    166:
                    167: /*&ja
                    168:  Login  shell が csh 系の場合この現象がおきるようです.
                    169:  OpenXM/src/kan96xx/Kan/cat0,  OpenXM/src/kan96xx/Kan/ar-decomp
                    170:  の : を #!/bin/sh に置き換えてください.
                    171: */
                    172:
                    173: /*&en
                    174:  It seems that this trouble happens when the login shell is csh.
                    175:  Please replace :'s in
                    176:  OpenXM/src/kan96xx/Kan/cat0,  OpenXM/src/kan96xx/Kan/ar-decomp
                    177:  by #!/bin/sh
1.9       takayama  178: */
1.8       takayama  179:
1.12      takayama  180: //&C May 6, 2001 (developer)
1.8       takayama  181: //&ja Q. tab をスペースで置き換えたい.    (開発者向け)
                    182: //&en Q. I want to replace tabs by spaces. (for developers)
                    183:
                    184: /*&C  A. (For emacs).
                    185:    Esc x  mark-whole-buffer
                    186:    Esc x  indent-region
                    187:    Esc x  untabify
                    188: */
                    189:
1.12      takayama  190: //&C May 6, 2001 (developer)
1.8       takayama  191: /*&ja Q. gcc が定義するシンボル名を知りたい. (開発者向け)
                    192: */
                    193: /*&en Q. I want to know symbol names that gcc defines. (for developers)
                    194: */
                    195:
                    196: /*&ja A. ダミーのファイル foo.c を作成して,
                    197:           gcc -v -c  foo.c
                    198: */
                    199: /*&en A. Generate a dummy file foo.c and type in
                    200:           gcc -v -c foo.c
                    201: */
1.7       takayama  202:
1.12      takayama  203: //&C Jan 18, 2001 (user, developer)
1.7       takayama  204: /*&ja Q. Debian potato で OpenXM/src/ox_math (Mathematica の OpenXM サポート)  のソースがコンパイル, 実行
                    205:  できません.
                    206: */
                    207: /*&en Q. I cannot compile and execute OpenXM/src/ox_math (OpenXM support of
                    208: Mathematica) on Debian potato.
                    209: */
                    210:
                    211: /*&ja
                    212: A (by Ohara).
                    213: 1. Mathlink は glibc2.1 では正しく動作しません.
1.14      ohara     214: http://www.wolfram.com/solutions/mathlink/devkits.html
                    215: から Linux x86 版の C/C++ MathLink SDK を入手し, libML.a を取り換えます.
                    216: MathLink SDK には二種類の libML.a が含まれているので注意すること.
1.7       takayama  217: 2. apt-get install libc5
                    218: で libc5 をインストールする.
                    219: */
                    220:
                    221: /*&en
                    222: A (by Ohara).
                    223: 1. Mathlink does now work properly under glibc2.1.
1.14      ohara     224: See http://www.wolfram.com/solutions/mathlink/devkits.html
1.7       takayama  225: and replace libML.a
                    226: 2. Install libc5 by
                    227:      apt-get install libc5
                    228: */
1.6       takayama  229:
1.12      takayama  230: //&C Dec 17, 2000 (user)
1.6       takayama  231: //&ja Q. Debian potato で OpenXM server 用の xterm がひらかず, OpenXM server が起動できません.
                    232: //&en Q. I cannot start xterm for some OpenXM servers on Debian potato.
                    233:
                    234: /*&ja
                    235: A (by Ohara).
                    236: (原因) Debian 2.2 で xterm -e a.out でプロセスを起動した場合、
                    237: a.out には環境変数 LD_LIBRARY_PATH が伝達されません!!
                    238:
                    239: (結果) oxc は $OpenXM_HOME/lib/libgmp.so とリンクしているので、リンカ
                    240: がダイナミックリンクを解決できずに、起動すらできなかったわけです。
                    241:
                    242: (解決) /lib に libgmp.so にシンボリックリンクをつくる。
                    243: 例:  root になって
                    244:      cd /lib
                    245:      ln -s $OpenXM_HOME/lib/libgmp.so .
                    246:      ln -s $OpenXM_HOME/lib/libpari.so .
                    247:    などを実行.
                    248:
                    249: */
                    250: /*&en
                    251: A (by Ohara).
                    252: Reason: If you start a.out by "xterm -e a.out" on Debian 2.2,
                    253: the value of the environmental variable is not given to a.out.
                    254:
                    255: Troubles:  "oxc" is dynamically linked with$OpenXM_HOME/lib/libgmp.so,
                    256: so oxc could not be started with "xterm -e oxc".
                    257:
                    258: A solution: Generate a symbolic link from libgmp.so  to /lib
                    259:  For example, become the super user and input the follows:
                    260:      cd /lib
                    261:      ln -s $OpenXM_HOME/lib/libgmp.so .
                    262:      ln -s $OpenXM_HOME/lib/libpari.so .
                    263:
                    264: */
1.4       takayama  265:
1.12      takayama  266: //&C Nov 30, 2000 (user)
1.4       takayama  267: //&ja Q. Redhat Linux を利用しています. libgd がないので RPM パッケージのインストールが失敗します.
                    268: //&en Q. I'm using Redhat Linux. Installation of the RPM package of openxm fails because libgd does not exists.
                    269:
                    270: /*&ja
                    271:  (A)  http://www.redhat.com/downloads より,  libgd をサーチします.
                    272:  (B)  libgd 1.3 を download して, rpm でインストールします.
1.5       takayama  273:
                    274:   www.redhat.com では, 最新版の Redhat 用の libgd しかみつからないかも
                    275:   しれません.  その場合は http://rpmfind.net で探して下さい.
                    276:   たとえば Redhat 6.2 用の libgd は
                    277:   http://rpmfind.net/linux/RPM/redhat/6.2/i386////gd-1.3-6.i386.html
                    278:   にあります.
                    279:   ネットスケープの場合ならここにアクセスし,
                    280:            gd-1.3-6 RPM for i386
                    281:   を shift+click して gd-1.3-6.i386.rpm をダウンロードします.
1.4       takayama  282: */
                    283: /*&en
                    284:  (A) Search libgd at http://www.redhat.com/downloads
                    285:  (B) Download libgd 1.3 and install it by rpm.
1.5       takayama  286:
                    287:   You might find only the latest version of libgd at www.redhat.com.
                    288:   If you need to find older versions, try to find them at http://rpmfind.net
                    289:   For example, libgd for Redhat 6.2 is at
                    290:   http://rpmfind.net/linux/RPM/redhat/6.2/i386////gd-1.3-6.i386.html
                    291:   If you are using netscape, access to this site and
                    292:   shift+click
                    293:            gd-1.3-6 RPM for i386
                    294:   Then, you can download gd-1.3-6.i386.rpm
1.4       takayama  295: */
1.2       takayama  296:
1.12      takayama  297: //&C Sep 28, 2000  (user)
1.2       takayama  298: //&ja Q. asir より ssh を用いて remote の ox サーバを起動できません.
                    299: //&en Q. I cannot start remote ox servers with ssh.
                    300:
1.3       takayama  301: /*&ja
                    302: A.
                    303:   (A) ssh がただしく動作しているかまずしらべます.
                    304:         ssh -f -X -A remote-machine-name  xterm
                    305:       で xterm が起動しますか?
                    306:       ssh の version によっては -X -A などの option をうけつけません.
                    307:       シェルスクリプト /usr/local/bin/asir の ASIR_RSH を変更して下さい.
                    308:       command not found の時は, .cshrc,  .bashrc に xterm を起動できるように
                    309:       パスを加えます.
                    310:       例:
                    311:         set path=(/usr/X11R6/bin $path)      (.cshrc)
                    312:         export PATH=/usr/X11R6/bin:$PATH     (.bashrc)
                    313:
                    314:    (B) 1.1.3 では, remote machine の login shell が bash, sh の時は
                    315:        remote server を起動できません. この bug は, 次の version で変更されます.
                    316:
                    317:    (C) asir より,
                    318:          ox_launch(remote-host-name,"/usr/local/OpenXM/lib/asir","ox_asir");
                    319:        で ox_asir server を起動できるか試して下さい.
                    320:        起動できないときは,
                    321:          ASIR_RSH に -v option を加えて
                    322:        (例: ASIR_RSH='ssh -v -f -X -A ' )
                    323:        ssh を debug mode で起動し, 原因を探します.
                    324:
                    325: */
                    326:
                    327: /*&en
                    328: A.
                    329:   (A) Check if ssh works properly. For example, can you start xterm by the
                    330:       command
                    331:         ssh -f -X -A remote-machine-name  xterm
                    332:       ?
                    333:       Some old versions of ssh do not accept options -X and -A.
                    334:       If you have such versions, change the value of ASIR_RSH
                    335:       in the shell script /usr/local/bin/asir.
                    336:       Example:  ASIR_RSH='ssh -f '
                    337:       If you cannot start xterm with the error "command not found",
                    338:       you need to add a path to .cshrc or .bashrc.
                    339:       Example:
                    340:         set path=(/usr/X11R6/bin $path)    (.cshrc)
                    341:         export PATH=/usr/X11R6/bin:$PATH   (.bashrc)
                    342:
                    343:    (B) Asir of openXM version 1.1.3 cannot start remove ox servers by ssh
                    344:        if the login shell of the remote server is sh or bash.
                    345:        This bug will be fixed in the next release.
                    346:
                    347:    (C) Now, try to start the ox_asir server from asir by the command:
                    348:          ox_launch(remote-host-name,"/usr/local/OpenXM/lib/asir","ox_asir");
                    349:        If you couldn't add -v option to ASIR_RSH,
                    350:        and start ssh with the debug mode.  It will help you.
                    351:        (Example: ASIR_RSH='ssh -v -f -X -A ' )
                    352:
                    353: */
1.2       takayama  354:
                    355: //&C
1.1       takayama  356:
1.12      takayama  357: //&C April 12, 2000. (user)
1.2       takayama  358: //&ja Q. openxm*.rpm を利用しているのですが, asir と入力すると,
1.3       takayama  359: //&en Q. I installed OpenXM package by RPM (openxm*.rpm). Asir command returns
1.1       takayama  360: //&C   /var/tmp/openxm-root/OpenXM/bin/asir  is not found
1.2       takayama  361: //&ja とエラーがでて起動できません.
                    362: //&en and I cannot start asir.
                    363:
1.1       takayama  364: /*&C A.
1.3       takayama  365:      Become root and type in the following command sequences:
                    366:
1.1       takayama  367:      cd /usr/local/OpenXM/rc
                    368:      make clean; make install
                    369: */
                    370:
1.3       takayama  371: /*&C
                    372:
                    373: -------------------------------------------------------------------
                    374:
                    375:
                    376: */
1.1       takayama  377:
                    378:
1.3       takayama  379: /*&ja
1.1       takayama  380: Q.  1999, 11/10:
                    381:     " (file) run  " を ox_sm1 に送って executeStringByLocalParser しても
                    382:     ファイルをロードしてくれません.
                    383:
                    384: A.  "[(parse) (file) pushfile] extension " で読み込んでください.
                    385:     ox_asir も load("file") を executeStringByLocalParser しても
                    386:     だめです.  "file", 1, "load" をスタックへ積んでから execute します.
                    387:     ox_math も "<< file"  executeStringByLocalParser しても
                    388:     だめです.
                    389:
                    390: Q. 1999, 11/10:
                    391:     OX サーバを起動しようとしても起動しません.
                    392:     asir を起動したあと, ox_launch したら, segmentation fault した.
                    393:
                    394: A. OpenXM は home directory の直下にあり, また OpenXM/rc/bashrc で環境
                    395:    変数を正しく設定しましたか?
                    396:
                    397: Q. 1999, 11/10:
                    398:    sm1 は * をつかえないのですか?
                    399:
                    400: A. *もつかえます.  x*y も x y も同じいみです.
                    401:
                    402:
                    403: Q. 1999, 11/12:
                    404:    sm1 は 有理数を係数とする多項式を扱えないのですか?
                    405:
                    406: A. いまのところ扱えません.
                    407:    OpenXM/lib/asir/xm の 関数 sm1_rat_to_p() は有理数係数の多項式を
                    408:    sm1 が扱いやすいような 整数係数の多項式に変換してくれます.
                    409:
                    410: Q. 1999, 11/12:
                    411:    Solaris 2.5.1 で pari のコンパイルがうまくできません.
                    412:
                    413: A.
                    414: | Solaris 2.5.1 ですが, いきなり pari の make でこけますね.
                    415: |
                    416: | /usr/local/bin/as  -o kernel.o kernel1.s
                    417: | kernel1.s: Assembler messages:
                    418: | kernel1.s:1: Error: Rest of line ignored. First ignored character is `/'.
                    419: | make[2]: *** [kernel.o] Error 1
                    420: | make[2]: Leaving directory `/home/taka/OpenXM/src/pari-2.0.17.beta/Osolaris-spar
                    421: | cv9'
                    422: | make[1]: *** [install] Error 2
                    423:
                    424: これは私も以前はまりました. Osolaris-sparcv?/Makefile で
                    425:
                    426: AS=/usr/local/bin/as
                    427:
                    428: となっているせいです. これは
                    429:
                    430: AS=/usr/ccs/bin/as
                    431:
                    432: でなければ make に失敗します. Solaris の場合には /usr/ccs/bin が
                    433: /usr/local/binより先にサーチされるように path を設定する必要があります.
                    434:
                    435: このように設定しておくと configure の時自動的にAS=/usr/ccs/bin/as
                    436: としてくれる.
                    437:
1.3       takayama  438: */
                    439:
                    440: //&ja Q. pari で, LLL algorithm をつかうのにはどうしますか?
                    441: //&en Q. How to use functions for LLL algorithm in pari?
1.1       takayama  442: /*&C
                    443:
                    444: A. gp                         (Starting pari)
                    445:    x = [1,0 ; 0,1]            (Define a matrix. Do not use [[1,0],[0,1]].)
                    446:    qflll(x)
                    447:
                    448: */
                    449:
1.3       takayama  450: //&C
                    451:
                    452: //&ja Q. Asir より pari をよびだして, LLL algorithm をつかうのにはどうしますか?
                    453: //&en Q. How to use functions for LLL algorithm in asir by calling pari?
1.1       takayama  454: /*&C
                    455:
                    456: A. asir
                    457:    X = newmat(2,2,[[1,0],[0,1]]);
                    458:    pari(lll,X);
                    459:
                    460: */
                    461:
                    462:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>