[inseparable changes from match from perl-5.003_99 to perl-5.003_99a]
[p5sagit/p5-mst-13.2.git] / hints / os2.sh
CommitLineData
cf8a192d 1#! /bin/sh
9a5ea778 2# hints/os2.sh
3# This file reflects the tireless work of
4# Ilya Zakharevich <ilya@math.ohio-state.edu>
5#
6# Trimmed and comments added by
7# Andy Dougherty <doughera@lafcol.lafayette.edu>
8# Exactly what is required beyond a standard OS/2 installation?
cf8a192d 9# There are notes about "patched pdksh" I do not understand.
4633a7c4 10
eacfb5f1 11# Note that symbol extraction code gives wrong answers (sometimes?) on
12# gethostent and setsid.
4633a7c4 13
14# Note that during the .obj compile you need to move the perl.dll file
15# to LIBPATH :-(
16
26a1e0bd 17# Optimization (GNU make 3.74 cannot be loaded :-():
18emxload -m 30 sh.exe ls.exe tr.exe id.exe sed.exe # make.exe
19emxload -m 30 grep.exe egrep.exe fgrep.exe cat.exe rm.exe mv.exe cp.exe
20emxload -m 30 uniq.exe basename.exe sort.exe awk.exe echo.exe
21
487a7f01 22path_sep=\;
23
24if test -f $sh.exe; then sh=$sh.exe; fi
25
26startsh="#!$sh"
cf8a192d 27
eacfb5f1 28sysman=`../UU/loc . /man/man1 c:/man/man1 c:/usr/man/man1 d:/man/man1 d:/usr/man/man1 e:/man/man1 e:/usr/man/man1 f:/man/man1 f:/usr/man/man1 g:/man/man1 g:/usr/man/man1 /usr/man/man1`
4633a7c4 29cc='gcc'
30usrinc='/emx/include'
eacfb5f1 31libemx="`../UU/loc . X c:/emx/lib d:/emx/lib e:/emx/lib f:/emx/lib g:/emx/lib h:/emx/lib /emx/lib`"
32
68dc0745 33if test "$libemx" = "X"; then echo "Cannot find C library!" >&2; fi
eacfb5f1 34
9607fc9c 35# Acute backslashitis:
36libpth="`echo \"$LIBRARY_PATH\" | tr ';\\\' ' /'`"
37libpth="$libpth $libemx/mt $libemx"
26a1e0bd 38
39set `emxrev -f emxlibcm`
40emxcrtrev=$5
4633a7c4 41
42so='dll'
43
44# Additional definitions:
45
4633a7c4 46firstmakefile='GNUmakefile'
4633a7c4 47exe_ext='.exe'
4633a7c4 48
cf8a192d 49# We provide it
50i_dlfcn='define'
51
52aout_d_shrplib='undef'
31e507d9 53aout_useshrplib='false'
cf8a192d 54aout_obj_ext='.o'
55aout_lib_ext='.a'
56aout_ar='ar'
57aout_plibext='.a'
cf8a192d 58aout_lddlflags='-Zdll'
26a1e0bd 59if [ $emxcrtrev -ge 50 ]; then
60 aout_ldflags='-Zexe -Zsmall-conv'
61else
62 aout_ldflags='-Zexe'
63fi
64
65# To get into config.sh:
66aout_ldflags="$aout_ldflags"
67
68aout_d_fork='define'
72ea3524 69aout_ccflags='-DPERL_CORE -DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I. -DPACK_MALLOC -DDEBUGGING_MSTATS -DTWO_POT_OPTIMIZE -DPERL_EMERGENCY_SBRK'
70aout_cppflags='-DPERL_CORE -DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I. -DPACK_MALLOC -DDEBUGGING_MSTATS -DTWO_POT_OPTIMIZE -DPERL_EMERGENCY_SBRK'
cf8a192d 71aout_use_clib='c'
72aout_usedl='undef'
73aout_archobjs="os2.o dl_os2.o"
74
75# variable which have different values for aout compile
31e507d9 76used_aout='d_shrplib useshrplib plibext lib_ext obj_ext ar plibext d_fork lddlflags ldflags ccflags use_clib usedl archobjs cppflags'
cf8a192d 77
eacfb5f1 78if [ "$emxaout" != "" ]; then
cf8a192d 79 d_shrplib="$aout_d_shrplib"
31e507d9 80 useshrplib="$aout_useshrplib"
cf8a192d 81 obj_ext="$aout_obj_ext"
82 lib_ext="$aout_lib_ext"
83 ar="$aout_ar"
84 plibext="$aout_plibext"
26a1e0bd 85 if [ $emxcrtrev -lt 50 ]; then
86 d_fork="$aout_d_fork"
87 fi
cf8a192d 88 lddlflags="$aout_lddlflags"
89 ldflags="$aout_ldflags"
90 ccflags="$aout_ccflags"
91 cppflags="$aout_cppflags"
92 use_clib="$aout_use_clib"
93 usedl="$aout_usedl"
eacfb5f1 94else
95 d_shrplib='define'
31e507d9 96 useshrplib='true'
eacfb5f1 97 obj_ext='.obj'
98 lib_ext='.lib'
99 ar='emxomfar'
100 plibext='.lib'
26a1e0bd 101 if [ $emxcrtrev -ge 50 ]; then
102 d_fork='define'
103 else
104 d_fork='undef'
105 fi
760ac839 106 lddlflags='-Zdll -Zomf -Zmt -Zcrtdll'
4bf4dbb3 107 # Recursive regmatch may eat 2.5M of stack alone.
760ac839 108 ldflags='-Zexe -Zomf -Zmt -Zcrtdll -Zstack 32000'
26a1e0bd 109 if [ $emxcrtrev -ge 50 ]; then
72ea3524 110 ccflags='-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. -DPACK_MALLOC -DDEBUGGING_MSTATS -DTWO_POT_OPTIMIZE -DPERL_EMERGENCY_SBRK'
26a1e0bd 111 else
112 ccflags='-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. -DPACK_MALLOC -DDEBUGGING_MSTATS -DEMX_BAD_SBRK'
113 fi
eacfb5f1 114 use_clib='c_import'
cf8a192d 115 usedl='define'
eacfb5f1 116fi
117
118# To get into config.sh (should start at the beginning of line)
9a5ea778 119# or you can put it into config.over.
eacfb5f1 120plibext="$plibext"
31e507d9 121# plibext is not needed anymore. Just directly set $libperl.
122libperl="libperl${plibext}"
eacfb5f1 123
124#libc="/emx/lib/st/c_import$lib_ext"
26a1e0bd 125libc="$libemx/mt/$use_clib$lib_ext"
eacfb5f1 126
127if test -r "$libemx/c_alias$lib_ext"; then
128 libnames="$libemx/c_alias$lib_ext"
129fi
4633a7c4 130# otherwise puts -lc ???
131
9a5ea778 132# [Maybe we should just remove c from $libswanted ?]
133
44a8e56a 134# Test would pick up wrong rand, so we hardwire the value for random()
135libs='-lsocket -lm -lbsd'
136randbits=31
cf8a192d 137archobjs="os2$obj_ext dl_os2$obj_ext"
4633a7c4 138
487a7f01 139# Run files without extension with sh:
eacfb5f1 140EXECSHELL=sh
4633a7c4 141
142cccdlflags='-Zdll'
cf8a192d 143dlsrc='dl_dlopen.xs'
4633a7c4 144ld='gcc'
eacfb5f1 145
146#cppflags='-DDOSISH -DOS2=2 -DEMBED -I.'
4633a7c4 147
4633a7c4 148# for speedup: (some patches to ungetc are also needed):
149# Note that without this guy tests 8 and 10 of io/tell.t fail, with it 11 fails
150
eacfb5f1 151stdstdunder=`echo "#include <stdio.h>" | cpp | egrep -c "char +\* +_ptr"`
4633a7c4 152d_stdstdio='define'
153d_stdiobase='define'
154d_stdio_ptr_lval='define'
155d_stdio_cnt_lval='define'
4633a7c4 156
eacfb5f1 157if test "$stdstdunder" = 0; then
158 stdio_ptr='((fp)->ptr)'
159 stdio_cnt='((fp)->rcount)'
160 stdio_base='((fp)->buffer)'
161 stdio_bufsiz='((fp)->rcount + (fp)->ptr - (fp)->buffer)'
162 ccflags="$ccflags -DMYTTYNAME"
163 myttyname='define'
164else
165 stdio_ptr='((fp)->_ptr)'
166 stdio_cnt='((fp)->_rcount)'
167 stdio_base='((fp)->_buffer)'
168 stdio_bufsiz='((fp)->_rcount + (fp)->_ptr - (fp)->_buffer)'
169fi
170
171# to put into config.sh
172myttyname="$myttyname"
173
174# To have manpages installed
175nroff='nroff.cmd'
176# above will be overwritten otherwise, indented to avoid config.sh
177 _nroff='nroff.cmd'
178
31e507d9 179# should be handled automatically by Configure now.
eacfb5f1 180ln='cp'
181# Will be rewritten otherwise, indented to not put in config.sh
182 _ln='cp'
183lns='cp'
184
185nm_opt='-p'
186
cf8a192d 187####### We define these functions ourselves
4633a7c4 188
cf8a192d 189d_getprior='define'
190d_setprior='define'
191
192####### All the rest is commented
4633a7c4 193
4633a7c4 194# The next two are commented. pdksh handles #!
195# sharpbang='extproc '
196# shsharp='false'
197
198# Commented:
199#startsh='extproc ksh\\n#! sh'
760ac839 200
26a1e0bd 201# Copy pod:
202
203cp ../README.os2 ../pod/perlos2.pod
204
760ac839 205# Now install the external modules. We are in the ./hints directory.
206
207cd ../os2/OS2
208
209if ! test -d ../../ext/OS2 ; then
210 mkdir ../../ext/OS2
211fi
212
213cp -rfu * ../../ext/OS2/
214
215# Install tests:
216
217for xxx in * ; do
218 if $test -d $xxx/t; then
219 cp -uf $xxx/t/*.t ../../t/lib
220 else
221 if $test -d $xxx; then
222 cd $xxx
223 for yyy in * ; do
224 if $test -d $yyy/t; then
225 cp -uf $yyy/t/*.t ../../t/lib
226 fi
227 done
228 cd ..
229 fi
230 fi
231done
232
233
234# Now go back
235cd ../../hints