version 1.13, 2002/03/16 01:00:49 |
version 1.15, 2002/10/23 01:18:49 |
|
|
% $OpenXM: OpenXM/doc/OpenXM-FAQ.oxweave,v 1.12 2002/03/06 23:47:58 takayama Exp $ |
% $OpenXM: OpenXM/doc/OpenXM-FAQ.oxweave,v 1.14 2002/04/17 08:32:41 ohara Exp $ |
|
|
|
//&C October 23, 2002 (for developer) |
|
//&ja Q. commit メッセージのみ加えたい. |
|
//&en Q. I want to add only a commit message to the CVS repository. |
|
|
|
/*&ja |
|
|
|
A. |
|
正しいログを書いてファイルに保存しておき、 |
|
|
|
cvs commit -f -F <log file> <target file> |
|
|
|
とすれば、内容を変更せずにログだけを更新することができますが、 |
|
revision はひとつ進みます。害はないです。 |
|
(そのログには (null commit) とかいれておくとそれらしくなります) (by まえかわ) |
|
|
|
|
|
*/ |
|
/*&en |
|
|
|
A. |
|
Write a log in the file <log file> and |
|
cvs commit -f -F <log file> <target file> |
|
The revision number will be increased by 1. |
|
|
|
*/ |
|
|
|
|
|
|
//&C March 16, 2002 (for developer) |
//&C March 16, 2002 (for developer) |
//&ja Q. asir を cygwin で make したい. |
//&ja Q. asir を cygwin で make したい. |
//&en Q. I want to make "asir" on cygwin |
//&en Q. I want to make "asir" on cygwin |
Line 121 Mathematica) on Debian potato. |
|
Line 149 Mathematica) on Debian potato. |
|
/*&ja |
/*&ja |
A (by Ohara). |
A (by Ohara). |
1. Mathlink は glibc2.1 では正しく動作しません. |
1. Mathlink は glibc2.1 では正しく動作しません. |
http://support.wolfram.com/MathLink/Linux/glibc21.html |
http://www.wolfram.com/solutions/mathlink/devkits.html |
をみて, libML.a を取り換えます. |
から Linux x86 版の C/C++ MathLink SDK を入手し, libML.a を取り換えます. |
|
MathLink SDK には二種類の libML.a が含まれているので注意すること. |
2. apt-get install libc5 |
2. apt-get install libc5 |
で libc5 をインストールする. |
で libc5 をインストールする. |
*/ |
*/ |
Line 130 http://support.wolfram.com/MathLink/Linux/glibc21.html |
|
Line 159 http://support.wolfram.com/MathLink/Linux/glibc21.html |
|
/*&en |
/*&en |
A (by Ohara). |
A (by Ohara). |
1. Mathlink does now work properly under glibc2.1. |
1. Mathlink does now work properly under glibc2.1. |
See http://support.wolfram.com/MathLink/Linux/glibc21.html |
See http://www.wolfram.com/solutions/mathlink/devkits.html |
and replace libML.a |
and replace libML.a |
2. Install libc5 by |
2. Install libc5 by |
apt-get install libc5 |
apt-get install libc5 |