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

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

1.9     ! takayama    1: %  $OpenXM: OpenXM/doc/OpenXM-FAQ.oxweave,v 1.8 2001/05/06 10:38:17 takayama Exp $
        !             2:
        !             3: //&C August 10, 2001
        !             4: //&ja Q. cygwin 環境で : から始まる sh ファイルが動かないことがあります.(開発者向け)
        !             5: //&en Q. Shell scripts which start with ":" does not sometimes work on cygwin (for developers).
        !             6:
        !             7: /*&ja
        !             8:  Login  shell が csh 系の場合この現象がおきるようです.
        !             9:  OpenXM/src/kan96xx/Kan/cat0,  OpenXM/src/kan96xx/Kan/ar-decomp
        !            10:  の : を #!/bin/sh に置き換えてください.
        !            11: */
        !            12:
        !            13: /*&en
        !            14:  It seems that this trouble happens when the login shell is csh.
        !            15:  Please replace :'s in
        !            16:  OpenXM/src/kan96xx/Kan/cat0,  OpenXM/src/kan96xx/Kan/ar-decomp
        !            17:  by #!/bin/sh
        !            18: */
1.8       takayama   19:
                     20: //&C May 6, 2001
                     21: //&ja Q. tab をスペースで置き換えたい.    (開発者向け)
                     22: //&en Q. I want to replace tabs by spaces. (for developers)
                     23:
                     24: /*&C  A. (For emacs).
                     25:    Esc x  mark-whole-buffer
                     26:    Esc x  indent-region
                     27:    Esc x  untabify
                     28: */
                     29:
                     30: //&C May 6, 2001
                     31: /*&ja Q. gcc が定義するシンボル名を知りたい. (開発者向け)
                     32: */
                     33: /*&en Q. I want to know symbol names that gcc defines. (for developers)
                     34: */
                     35:
                     36: /*&ja A. ダミーのファイル foo.c を作成して,
                     37:           gcc -v -c  foo.c
                     38: */
                     39: /*&en A. Generate a dummy file foo.c and type in
                     40:           gcc -v -c foo.c
                     41: */
1.7       takayama   42:
                     43: //&C Jan 18, 2001
                     44: /*&ja Q. Debian potato で OpenXM/src/ox_math (Mathematica の OpenXM サポート)  のソースがコンパイル, 実行
                     45:  できません.
                     46: */
                     47: /*&en Q. I cannot compile and execute OpenXM/src/ox_math (OpenXM support of
                     48: Mathematica) on Debian potato.
                     49: */
                     50:
                     51: /*&ja
                     52: A (by Ohara).
                     53: 1. Mathlink は glibc2.1 では正しく動作しません.
                     54: http://support.wolfram.com/MathLink/Linux/glibc21.html
                     55: をみて, libML.a を取り換えます.
                     56: 2. apt-get install libc5
                     57: で libc5 をインストールする.
                     58: */
                     59:
                     60: /*&en
                     61: A (by Ohara).
                     62: 1. Mathlink does now work properly under glibc2.1.
                     63: See http://support.wolfram.com/MathLink/Linux/glibc21.html
                     64: and replace libML.a
                     65: 2. Install libc5 by
                     66:      apt-get install libc5
                     67: */
1.6       takayama   68:
                     69: //&C Dec 17, 2000
                     70: //&ja Q. Debian potato で OpenXM server 用の xterm がひらかず, OpenXM server が起動できません.
                     71: //&en Q. I cannot start xterm for some OpenXM servers on Debian potato.
                     72:
                     73: /*&ja
                     74: A (by Ohara).
                     75: (原因) Debian 2.2 で xterm -e a.out でプロセスを起動した場合、
                     76: a.out には環境変数 LD_LIBRARY_PATH が伝達されません!!
                     77:
                     78: (結果) oxc は $OpenXM_HOME/lib/libgmp.so とリンクしているので、リンカ
                     79: がダイナミックリンクを解決できずに、起動すらできなかったわけです。
                     80:
                     81: (解決) /lib に libgmp.so にシンボリックリンクをつくる。
                     82: 例:  root になって
                     83:      cd /lib
                     84:      ln -s $OpenXM_HOME/lib/libgmp.so .
                     85:      ln -s $OpenXM_HOME/lib/libpari.so .
                     86:    などを実行.
                     87:
                     88: */
                     89: /*&en
                     90: A (by Ohara).
                     91: Reason: If you start a.out by "xterm -e a.out" on Debian 2.2,
                     92: the value of the environmental variable is not given to a.out.
                     93:
                     94: Troubles:  "oxc" is dynamically linked with$OpenXM_HOME/lib/libgmp.so,
                     95: so oxc could not be started with "xterm -e oxc".
                     96:
                     97: A solution: Generate a symbolic link from libgmp.so  to /lib
                     98:  For example, become the super user and input the follows:
                     99:      cd /lib
                    100:      ln -s $OpenXM_HOME/lib/libgmp.so .
                    101:      ln -s $OpenXM_HOME/lib/libpari.so .
                    102:
                    103: */
1.4       takayama  104:
                    105: //&C Nov 30, 2000
                    106: //&ja Q. Redhat Linux を利用しています. libgd がないので RPM パッケージのインストールが失敗します.
                    107: //&en Q. I'm using Redhat Linux. Installation of the RPM package of openxm fails because libgd does not exists.
                    108:
                    109: /*&ja
                    110:  (A)  http://www.redhat.com/downloads より,  libgd をサーチします.
                    111:  (B)  libgd 1.3 を download して, rpm でインストールします.
1.5       takayama  112:
                    113:   www.redhat.com では, 最新版の Redhat 用の libgd しかみつからないかも
                    114:   しれません.  その場合は http://rpmfind.net で探して下さい.
                    115:   たとえば Redhat 6.2 用の libgd は
                    116:   http://rpmfind.net/linux/RPM/redhat/6.2/i386////gd-1.3-6.i386.html
                    117:   にあります.
                    118:   ネットスケープの場合ならここにアクセスし,
                    119:            gd-1.3-6 RPM for i386
                    120:   を shift+click して gd-1.3-6.i386.rpm をダウンロードします.
1.4       takayama  121: */
                    122: /*&en
                    123:  (A) Search libgd at http://www.redhat.com/downloads
                    124:  (B) Download libgd 1.3 and install it by rpm.
1.5       takayama  125:
                    126:   You might find only the latest version of libgd at www.redhat.com.
                    127:   If you need to find older versions, try to find them at http://rpmfind.net
                    128:   For example, libgd for Redhat 6.2 is at
                    129:   http://rpmfind.net/linux/RPM/redhat/6.2/i386////gd-1.3-6.i386.html
                    130:   If you are using netscape, access to this site and
                    131:   shift+click
                    132:            gd-1.3-6 RPM for i386
                    133:   Then, you can download gd-1.3-6.i386.rpm
1.4       takayama  134: */
1.2       takayama  135:
                    136: //&C Sep 28, 2000
                    137: //&ja Q. asir より ssh を用いて remote の ox サーバを起動できません.
                    138: //&en Q. I cannot start remote ox servers with ssh.
                    139:
1.3       takayama  140: /*&ja
                    141: A.
                    142:   (A) ssh がただしく動作しているかまずしらべます.
                    143:         ssh -f -X -A remote-machine-name  xterm
                    144:       で xterm が起動しますか?
                    145:       ssh の version によっては -X -A などの option をうけつけません.
                    146:       シェルスクリプト /usr/local/bin/asir の ASIR_RSH を変更して下さい.
                    147:       command not found の時は, .cshrc,  .bashrc に xterm を起動できるように
                    148:       パスを加えます.
                    149:       例:
                    150:         set path=(/usr/X11R6/bin $path)      (.cshrc)
                    151:         export PATH=/usr/X11R6/bin:$PATH     (.bashrc)
                    152:
                    153:    (B) 1.1.3 では, remote machine の login shell が bash, sh の時は
                    154:        remote server を起動できません. この bug は, 次の version で変更されます.
                    155:
                    156:    (C) asir より,
                    157:          ox_launch(remote-host-name,"/usr/local/OpenXM/lib/asir","ox_asir");
                    158:        で ox_asir server を起動できるか試して下さい.
                    159:        起動できないときは,
                    160:          ASIR_RSH に -v option を加えて
                    161:        (例: ASIR_RSH='ssh -v -f -X -A ' )
                    162:        ssh を debug mode で起動し, 原因を探します.
                    163:
                    164: */
                    165:
                    166: /*&en
                    167: A.
                    168:   (A) Check if ssh works properly. For example, can you start xterm by the
                    169:       command
                    170:         ssh -f -X -A remote-machine-name  xterm
                    171:       ?
                    172:       Some old versions of ssh do not accept options -X and -A.
                    173:       If you have such versions, change the value of ASIR_RSH
                    174:       in the shell script /usr/local/bin/asir.
                    175:       Example:  ASIR_RSH='ssh -f '
                    176:       If you cannot start xterm with the error "command not found",
                    177:       you need to add a path to .cshrc or .bashrc.
                    178:       Example:
                    179:         set path=(/usr/X11R6/bin $path)    (.cshrc)
                    180:         export PATH=/usr/X11R6/bin:$PATH   (.bashrc)
                    181:
                    182:    (B) Asir of openXM version 1.1.3 cannot start remove ox servers by ssh
                    183:        if the login shell of the remote server is sh or bash.
                    184:        This bug will be fixed in the next release.
                    185:
                    186:    (C) Now, try to start the ox_asir server from asir by the command:
                    187:          ox_launch(remote-host-name,"/usr/local/OpenXM/lib/asir","ox_asir");
                    188:        If you couldn't add -v option to ASIR_RSH,
                    189:        and start ssh with the debug mode.  It will help you.
                    190:        (Example: ASIR_RSH='ssh -v -f -X -A ' )
                    191:
                    192: */
1.2       takayama  193:
                    194: //&C
1.1       takayama  195:
1.3       takayama  196: //&C April 12, 2000.
1.2       takayama  197: //&ja Q. openxm*.rpm を利用しているのですが, asir と入力すると,
1.3       takayama  198: //&en Q. I installed OpenXM package by RPM (openxm*.rpm). Asir command returns
1.1       takayama  199: //&C   /var/tmp/openxm-root/OpenXM/bin/asir  is not found
1.2       takayama  200: //&ja とエラーがでて起動できません.
                    201: //&en and I cannot start asir.
                    202:
1.1       takayama  203: /*&C A.
1.3       takayama  204:      Become root and type in the following command sequences:
                    205:
1.1       takayama  206:      cd /usr/local/OpenXM/rc
                    207:      make clean; make install
                    208: */
                    209:
1.3       takayama  210: /*&C
                    211:
                    212: -------------------------------------------------------------------
                    213:
                    214:
                    215: */
1.1       takayama  216:
                    217:
1.3       takayama  218: /*&ja
1.1       takayama  219: Q.  1999, 11/10:
                    220:     " (file) run  " を ox_sm1 に送って executeStringByLocalParser しても
                    221:     ファイルをロードしてくれません.
                    222:
                    223: A.  "[(parse) (file) pushfile] extension " で読み込んでください.
                    224:     ox_asir も load("file") を executeStringByLocalParser しても
                    225:     だめです.  "file", 1, "load" をスタックへ積んでから execute します.
                    226:     ox_math も "<< file"  executeStringByLocalParser しても
                    227:     だめです.
                    228:
                    229: Q. 1999, 11/10:
                    230:     OX サーバを起動しようとしても起動しません.
                    231:     asir を起動したあと, ox_launch したら, segmentation fault した.
                    232:
                    233: A. OpenXM は home directory の直下にあり, また OpenXM/rc/bashrc で環境
                    234:    変数を正しく設定しましたか?
                    235:
                    236: Q. 1999, 11/10:
                    237:    sm1 は * をつかえないのですか?
                    238:
                    239: A. *もつかえます.  x*y も x y も同じいみです.
                    240:
                    241:
                    242: Q. 1999, 11/12:
                    243:    sm1 は 有理数を係数とする多項式を扱えないのですか?
                    244:
                    245: A. いまのところ扱えません.
                    246:    OpenXM/lib/asir/xm の 関数 sm1_rat_to_p() は有理数係数の多項式を
                    247:    sm1 が扱いやすいような 整数係数の多項式に変換してくれます.
                    248:
                    249: Q. 1999, 11/12:
                    250:    Solaris 2.5.1 で pari のコンパイルがうまくできません.
                    251:
                    252: A.
                    253: | Solaris 2.5.1 ですが, いきなり pari の make でこけますね.
                    254: |
                    255: | /usr/local/bin/as  -o kernel.o kernel1.s
                    256: | kernel1.s: Assembler messages:
                    257: | kernel1.s:1: Error: Rest of line ignored. First ignored character is `/'.
                    258: | make[2]: *** [kernel.o] Error 1
                    259: | make[2]: Leaving directory `/home/taka/OpenXM/src/pari-2.0.17.beta/Osolaris-spar
                    260: | cv9'
                    261: | make[1]: *** [install] Error 2
                    262:
                    263: これは私も以前はまりました. Osolaris-sparcv?/Makefile で
                    264:
                    265: AS=/usr/local/bin/as
                    266:
                    267: となっているせいです. これは
                    268:
                    269: AS=/usr/ccs/bin/as
                    270:
                    271: でなければ make に失敗します. Solaris の場合には /usr/ccs/bin が
                    272: /usr/local/binより先にサーチされるように path を設定する必要があります.
                    273:
                    274: このように設定しておくと configure の時自動的にAS=/usr/ccs/bin/as
                    275: としてくれる.
                    276:
1.3       takayama  277: */
                    278:
                    279: //&ja Q. pari で, LLL algorithm をつかうのにはどうしますか?
                    280: //&en Q. How to use functions for LLL algorithm in pari?
1.1       takayama  281: /*&C
                    282:
                    283: A. gp                         (Starting pari)
                    284:    x = [1,0 ; 0,1]            (Define a matrix. Do not use [[1,0],[0,1]].)
                    285:    qflll(x)
                    286:
                    287: */
                    288:
1.3       takayama  289: //&C
                    290:
                    291: //&ja Q. Asir より pari をよびだして, LLL algorithm をつかうのにはどうしますか?
                    292: //&en Q. How to use functions for LLL algorithm in asir by calling pari?
1.1       takayama  293: /*&C
                    294:
                    295: A. asir
                    296:    X = newmat(2,2,[[1,0],[0,1]]);
                    297:    pari(lll,X);
                    298:
                    299: */
                    300:
                    301:

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