• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

00readmeH A D10-Oct-20161.1 KiB4729

configure.OS2H A D10-Oct-201645.5 KiB1,4771,186

configure.in.diff.OS2H A D10-Oct-2016978 2926

fix-im.cmdH A D10-Oct-20161.7 KiB6655

im.cmd.inH A D10-Oct-2016495 2016

00readme

1
2                  Installing IM under OS/2.
3
4                      OKUNISHI Fujikazu
5              <fuji0924@mbox.kyoto-inet.or.jp>
6
7                       Sep 07, 1998
8
9        Modified by Tatsuya Kinoshita on Dec  7, 2002
10OS2 support is outdated.  Last update: Sep 23, 1998 (IM101).
11
12
13* Install Perl 5.004_03 if not installed.
14
15   !!!!!!!!!!!!!!!!!!!!!!   IMPORTANT   !!!!!!!!!!!!!!!!!!!!!!
16   OS/2 EMX port of Perl 5.004_04(or later) has a fatal bug in
17   gethostbyname() , the latest version - 5.005_01 -, too.
18   It means that those BUGGY version can't treat FQDN.
19
20* Apply OS/2 patch to "configure.in".
21
22	 gpatch -p1 < OS2\configure.in.diff.OS2
23
24* Execute "configure.OS2" or "Makefile.PL", and install.
25
26	[ configure ] -- shell script
27	 copy OS2\configure.OS2 .
28	 ksh ./configure.OS2 --host=your_host_name
29	 make install
30
31	[ Makefile.PL ] -- perl script(ExtUtils::MakeMaker)
32	 perl ./Makefile.PL
33	 make
34	 make install
35
36* Create "im*.cmd" and install them, if necessary.
37
38	OS2\fix-im.cmd REXX		(REXX version)
39	  or
40	OS2\fix-im.cmd EXTPROC		(Perl version)
41
42	copy im*.cmd <<BINDIR>>
43
44For more information, see {im-topdir}/00readme.
45
46<<EOF>>
47