[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[dennou-ruby:001023] RubyNetCDF ver.0.3.3 install memo
����Ǥ���
On Tue, Dec 25, 2001 at 03:19:10PM +0900, I wrote:
> RubyNetCDF �Υ��ȡ���ƥ��ȡ���äƤߤޤ���
> ���ȡ�����Τۤ���������ޤ���
�ǿ��Ǥ� 0.3.3 �ˤĤ��ơ����ȡ���ƥ��Ȥ�Ԥ��ޤ�����
�����������ȡ������ź�դ��Ƥ��ޤ���
��̤ϡ����ޤ������ޤ�����
�ǥ�ץ������⤦�ޤ�ư���Ƥ��ޤ���
�ä� demo3-ncepclim.rb �˴�ư���ޤ�����
�ҤȤĵ��ˤʤä��Τϡ�extconf.rb �Υ��顼��å������ǡ�
[koshiro@xxxxxx ruby-netcdf-0.3.3]$ ruby extconf.rb
checking for narray.h... yes
checking for narray_config.h... yes
checking for netcdf.h... yes
checking for main() in -lnetcdf... no
** configure error **
Header netcdf.h or the compiled netcdf library is not found.
If you have the library installed under /netcdfdir (that is, netcdf.h is
in /netcdfdir/include and the library in /netcdfdir/lib/),
try the following:
% ruby extconf.rb --with-netcdf=/netcdfdir
Alternatively, you can specify the two directory separately
with --with-netcdf-include and --with-netcdf-lib.
�ȸ�����ΤǺǽ���ǤäƤ��ޤ��ޤ�����
�ɥ�����Ȥ� INSTALL �ˤ���褦�ˡ�
% ruby extconf.rb --with-netcdf-dir=/netcdfdir
���������ΤǤ���͡�
--
���� �� (�������� �Ĥ褷) <t.koushiro@xxxxxx>
�ٻ��̥��ա��������ԡ�������� �Ķ������ƥ���ȿ���� �����ƥ���
��̳�衧�̿����縦��� �ż��ȷ�¬���� SMILES G / �߿�졼�� G
mailto:koshiro@xxxxxx TEL:042-327-6880 FAX:042-327-6666
%ɽ�� INSTALL.linux.RubyNetCDF -*-text-*-
% RubyNetCDF �Υ��ȡ����� (Linux�������ѡ��桼���ξ��)
%
%���� 2001/11/07 ���� �� (koshiro@xxxxxx) for 0.1.8
% 2001/12/28 ���� �� (koshiro@xxxxxx) for 0.3.3
%
����
RubyNetCDF: http://www.gfd-dennou.org/arch/ruby/products/ruby-netcdf/ruby-netcdf-0.3.3.tar.gz
Ruby: ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.6.6.tar.gz
NArray: http://www.ir.isas.ac.jp/~masa/ruby/dist/narray-0.5.4.tar.gz
NetCDF: ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/netcdf-3.5.0.tar.Z
�����ȡ�����
�Ķ� Intel Pentium III 600MHz (Kondara MNU/Linux 2.1 Asumi)
���� 2001/12/28
̾�� ���� �� (koshiro@xxxxxx)
�� ���ޥ��ʸ��� '$' �ϰ��̥桼����'#' �ϥ����ѡ��桼���Υץ���ץȤ�ɽ����
��������Ϥ��ʤ����ȡˡ�
0. ����
0.1 Ruby �ȡ���
���δĶ�(Kondara 2.1)�ǤϤ��Ǥ� ruby-1.6.5 �����äƤ���ΤDz��⤷�ʤ���
�� ���ȡ��뤹��ɬ�פ�������ˤϡ����̤�
$ ./configure
$ make
# make install
�Ǥ��ޤ�����(�ϥ�)��
0.2 NArray �ȡ���
- narray-0.5.4.tar.gz �����������ɡ�Ÿ����
- Ÿ�������ǥ��쥯�ȥ�˰ܤäơ��ʲ��Υ��ޥ�ɤǥ���ѥ��롧
$ ruby extconf.rb
$ make
�� �����������δĶ�(Kondara 2.1)�ǤϤ��Ǥ� ruby-narray-0.5.4 �����ä�
����Τǡ����ȡ���Ϥ��ʤ������ȡ��뤹����ϡ�
# make site-install
�Ȥ��롣
- RubyDCL ���ȡ������ɬ�פˤʤ�Τǡ�Ÿ�������������ե��������
narray.h ����� narray_config.h �� Ruby �Υ饤�֥��ǥ��쥯�ȥ�
�ʻ�δĶ��Ǥ� /usr/lib/ruby/1.6/i586-linux/ �ˤʤ롣
site-install �������� /usr/lib/ruby/site_ruby/1.6/i586-linux/
�Τۤ����٥����ˤ˥��ԡ���
0.3 NetCDF �ȡ���
- netcdf-3.5.0.tar.Z �����������ɡ�Ÿ����
- Ÿ�������ǥ��쥯�ȥ�˰ܤäơ��ʲ��Υ��ޥ�ɤǥ��ȡ��롧
$ CPPFLAGS="-DNDEBUG -Df2cFortran" ./configure --prefix=/usr/local
$ make
# make install
1. RubyNetCDF �Υ��ȡ���
- ruby-netcdf-0.3.3.tar.gz �����������ɡ�Ÿ����
- Ÿ�������ǥ��쥯�ȥ�˰ܤäơ��ʲ��Υ��ޥ�ɤǥ��ȡ��롧
$ ruby extconf.rb
$ make
# make site-install
�ʾ�
%ɽ�� INSTALL_user.linux.RubyNetCDF -*-text-*-
% RubyNetCDF �Υ��ȡ����� (Linux�����̥桼���ξ��)
%
%���� 2001/11/07 ���� �� (koshiro@xxxxxx) for 0.1.8
% 2001/12/28 ���� �� (koshiro@xxxxxx) for 0.3.3
%
����
RubyNetCDF: http://www.gfd-dennou.org/arch/ruby/products/ruby-netcdf/ruby-netcdf-0.3.3.tar.gz
Ruby: ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.6.6.tar.gz
NArray: http://www.ir.isas.ac.jp/~masa/ruby/dist/narray-0.5.4.tar.gz
NetCDF: ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/netcdf-3.5.0.tar.Z
�����ȡ�����
�Ķ� Intel Celeron 667MHz (TurboLinux Server 6.1)
���� 2001/12/28
̾�� ���� �� (koshiro@xxxxxx)
�� ���ޥ��ʸ��� '$' �ϰ��̥桼���Υץ���ץȤ�ɽ���Ƥ�������Ϥ��ʤ����ȡˡ�
�� �����Ǥϡ�/home/koshiro/dennou �ʲ��˥��ȡ��뤷�Ƥ��롣
0. ����
0.1 Ruby �ȡ���
- ruby-1.6.6.tar.gz �����������ɡ�Ÿ����
- Ÿ�������ǥ��쥯�ȥ�˰ܤäơ��ʲ��Υ��ޥ�ɤǥ��ȡ��롧
$ ./configure --prefix=/home/koshiro/dennou
$ make
$ make install
- /home/koshiro/dennou/bin �� PATH ���̤� (.bashrc �ʤɤ��ɵ����Ƥ���)��
0.2 NArray �ȡ���
- narray-0.5.4.tar.gz �����������ɡ�Ÿ����
- Ÿ�������ǥ��쥯�ȥ�˰ܤäơ��ʲ��Υ��ޥ�ɤǥ��ȡ��롧
$ ruby extconf.rb
$ make
$ make site-install
- Ÿ�������������ե�������� narray.h ����� narray_config.h �� Ruby
�Υ饤�֥��ǥ��쥯�ȥ�
�ʤ��δĶ��Ǥ� /home/koshiro/dennou/lib/ruby/site_ruby/1.6/i686-linux/��
�˥��ԡ���
�� ���κ�Ȥ� Narray ���ΤΥ��ȡ����ȤǤϤʤ������嵭���ĤΥե�����
�� RubyNetCDF ���ȡ������ɬ�פˤʤ�Τǡ�
0.3 NetCDF �ȡ���
- netcdf-3.5.0.tar.Z �����������ɡ�Ÿ����
- Ÿ�������ǥ��쥯�ȥ�˰ܤäơ��ʲ��Υ��ޥ�ɤǥ��ȡ��롧
$ CPPFLAGS="-DNDEBUG -Df2cFortran" ./configure --prefix=/home/koshiro/dennou
$ make
$ make install
1. RubyNetCDF �Υ��ȡ���
- ruby-netcdf-0.3.3.tar.gz �����������ɡ�Ÿ����
- Ÿ�������ǥ��쥯�ȥ�˰ܤäơ��ʲ��Υ��ޥ�ɤǥ��ȡ��롧
$ ruby extconf.rb --with-netcdf-dir=/home/koshiro/dennou
$ make
$ make site-install
�ʾ�