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