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

Diff for /OpenXM/doc/OpenXM-FAQ.oxweave between version 1.12 and 1.15

version 1.12, 2002/03/06 23:47:58 version 1.15, 2002/10/23 01:18:49
Line 1 
Line 1 
 %  $OpenXM: OpenXM/doc/OpenXM-FAQ.oxweave,v 1.11 2001/12/27 08:45:55 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)
   //&ja Q. asir を cygwin で make したい.
   //&en Q. I want to make "asir" on cygwin
   
   
   /*&ja
     asir の cygwin 上での make には, XFree86 for cygwin が必要です.
     これは, cygwin のホームページからダウンロードできます.
   */
   /*&en
     We need XFree86 for cygwin to build asir on cygwin.
     You can download XFree86 from the homepage of the cygwin project.
   */
   /*&C
   
      export PATH=/usr/X11R6/bin:$PATH
      cd OpenXM/src/asir2000
      rm .*done
      make
   */
   
 //&C March 7, 2002 (for developer)  //&C March 7, 2002 (for developer)
 //&ja Q. HEAD にタグをつけるには?  //&ja Q. HEAD にタグをつけるには?
 //&en Q. How to attach a tag to the head branch  //&en Q. How to attach a tag to the head branch
Line 100  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 109  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

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.15

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