OS/2 update
[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?
f3e7aa1b 9# (see in README.os2)
4633a7c4 10
eacfb5f1 11# Note that symbol extraction code gives wrong answers (sometimes?) on
12# gethostent and setsid.
4633a7c4 13
26a1e0bd 14# Optimization (GNU make 3.74 cannot be loaded :-():
15emxload -m 30 sh.exe ls.exe tr.exe id.exe sed.exe # make.exe
16emxload -m 30 grep.exe egrep.exe fgrep.exe cat.exe rm.exe mv.exe cp.exe
17emxload -m 30 uniq.exe basename.exe sort.exe awk.exe echo.exe
18
487a7f01 19path_sep=\;
20
21if test -f $sh.exe; then sh=$sh.exe; fi
22
23startsh="#!$sh"
4633a7c4 24cc='gcc'
84902520 25
491527d0 26# Make denser object files and DLL
27case "X$optimize" in
28 X)
29 optimize="-O2 -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -s"
30 ld_dll_optimize="-s"
31 ;;
32esac
33
f3e7aa1b 34# Get some standard things (indented to avoid putting in config.sh):
35 oifs="$IFS"
36 IFS=" ;"
37 set $MANPATH
38 tryman="$@"
39 set $LIBRARY_PATH
40 libemx="$@"
41 set $C_INCLUDE_PATH
42 usrinc="$@"
43 IFS="$oifs"
9b8c873d 44 tryman="`./UU/loc . /man $tryman`"
f3e7aa1b 45 tryman="`echo $tryman | tr '\\\' '/'`"
46
47 # indented to avoid having it *two* times at start
9b8c873d 48 libemx="`./UU/loc os2.a /emx/lib $libemx`"
f3e7aa1b 49
9b8c873d 50usrinc="`./UU/loc stdlib.h /emx/include $usrinc`"
f3e7aa1b 51usrinc="`dirname $usrinc | tr '\\\' '/'`"
52libemx="`dirname $libemx | tr '\\\' '/'`"
53
54if test -d $tryman/man1; then
55 sysman="$tryman/man1"
56else
9b8c873d 57 sysman="`./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`"
f3e7aa1b 58fi
59
60emxpath="`dirname $libemx`"
61if test ! -d "$emxpath"; then
9b8c873d 62 emxpath="`./UU/loc . /emx c:/emx d:/emx e:/emx f:/emx g:/emx h:/emx /emx`"
f3e7aa1b 63fi
64
65if test ! -d "$libemx"; then
66 libemx="$emxpath/lib"
67fi
84902520 68if test ! -d "$libemx"; then
69 if test -d "$LIBRARY_PATH"; then
f3e7aa1b 70 libemx="$LIBRARY_PATH"
84902520 71 else
9b8c873d 72 libemx="`./UU/loc . X c:/emx/lib d:/emx/lib e:/emx/lib f:/emx/lib g:/emx/lib h:/emx/lib /emx/lib`"
84902520 73 fi
74fi
75
f3e7aa1b 76if test ! -d "$usrinc"; then
77 if test -d "$emxpath/include"; then
78 usrinc="$emxpath/include"
84902520 79 else
f3e7aa1b 80 if test -d "$C_INCLUDE_PATH"; then
81 usrinc="$C_INCLUDE_PATH"
82 else
9b8c873d 83 usrinc="`./UU/loc . X c:/emx/include d:/emx/include e:/emx/include f:/emx/include g:/emx/include h:/emx/include /emx/include`"
f3e7aa1b 84 fi
84902520 85 fi
86fi
87
9b8c873d 88rsx="`./UU/loc rsx.exe undef $pth`"
eacfb5f1 89
68dc0745 90if test "$libemx" = "X"; then echo "Cannot find C library!" >&2; fi
eacfb5f1 91
9607fc9c 92# Acute backslashitis:
93libpth="`echo \"$LIBRARY_PATH\" | tr ';\\\' ' /'`"
94libpth="$libpth $libemx/mt $libemx"
26a1e0bd 95
96set `emxrev -f emxlibcm`
97emxcrtrev=$5
4633a7c4 98
99so='dll'
100
101# Additional definitions:
102
4633a7c4 103firstmakefile='GNUmakefile'
4633a7c4 104exe_ext='.exe'
4633a7c4 105
cf8a192d 106# We provide it
107i_dlfcn='define'
108
109aout_d_shrplib='undef'
31e507d9 110aout_useshrplib='false'
cf8a192d 111aout_obj_ext='.o'
112aout_lib_ext='.a'
113aout_ar='ar'
114aout_plibext='.a'
491527d0 115aout_lddlflags="-Zdll $ld_dll_optimize"
26a1e0bd 116if [ $emxcrtrev -ge 50 ]; then
491527d0 117 aout_ldflags='-Zexe -Zsmall-conv -Zstack 32000'
26a1e0bd 118else
491527d0 119 aout_ldflags='-Zexe -Zstack 32000'
26a1e0bd 120fi
121
122# To get into config.sh:
123aout_ldflags="$aout_ldflags"
124
125aout_d_fork='define'
2c2e0e8c 126aout_ccflags='-DPERL_CORE -DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I.'
127aout_cppflags='-DPERL_CORE -DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I.'
cf8a192d 128aout_use_clib='c'
129aout_usedl='undef'
130aout_archobjs="os2.o dl_os2.o"
131
132# variable which have different values for aout compile
31e507d9 133used_aout='d_shrplib useshrplib plibext lib_ext obj_ext ar plibext d_fork lddlflags ldflags ccflags use_clib usedl archobjs cppflags'
cf8a192d 134
eacfb5f1 135if [ "$emxaout" != "" ]; then
cf8a192d 136 d_shrplib="$aout_d_shrplib"
31e507d9 137 useshrplib="$aout_useshrplib"
cf8a192d 138 obj_ext="$aout_obj_ext"
139 lib_ext="$aout_lib_ext"
140 ar="$aout_ar"
141 plibext="$aout_plibext"
26a1e0bd 142 if [ $emxcrtrev -lt 50 ]; then
143 d_fork="$aout_d_fork"
144 fi
cf8a192d 145 lddlflags="$aout_lddlflags"
146 ldflags="$aout_ldflags"
147 ccflags="$aout_ccflags"
148 cppflags="$aout_cppflags"
149 use_clib="$aout_use_clib"
150 usedl="$aout_usedl"
eacfb5f1 151else
152 d_shrplib='define'
31e507d9 153 useshrplib='true'
eacfb5f1 154 obj_ext='.obj'
155 lib_ext='.lib'
156 ar='emxomfar'
157 plibext='.lib'
26a1e0bd 158 if [ $emxcrtrev -ge 50 ]; then
159 d_fork='define'
160 else
161 d_fork='undef'
162 fi
491527d0 163 lddlflags="-Zdll -Zomf -Zmt -Zcrtdll $ld_dll_optimize"
4bf4dbb3 164 # Recursive regmatch may eat 2.5M of stack alone.
760ac839 165 ldflags='-Zexe -Zomf -Zmt -Zcrtdll -Zstack 32000'
26a1e0bd 166 if [ $emxcrtrev -ge 50 ]; then
2c2e0e8c 167 ccflags='-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I.'
26a1e0bd 168 else
2c2e0e8c 169 ccflags='-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. -DEMX_BAD_SBRK'
26a1e0bd 170 fi
eacfb5f1 171 use_clib='c_import'
cf8a192d 172 usedl='define'
eacfb5f1 173fi
174
9b8c873d 175# indented to miss config.sh
176 _ar="$ar"
177
eacfb5f1 178# To get into config.sh (should start at the beginning of line)
9a5ea778 179# or you can put it into config.over.
eacfb5f1 180plibext="$plibext"
31e507d9 181# plibext is not needed anymore. Just directly set $libperl.
182libperl="libperl${plibext}"
eacfb5f1 183
184#libc="/emx/lib/st/c_import$lib_ext"
26a1e0bd 185libc="$libemx/mt/$use_clib$lib_ext"
eacfb5f1 186
187if test -r "$libemx/c_alias$lib_ext"; then
188 libnames="$libemx/c_alias$lib_ext"
189fi
4633a7c4 190# otherwise puts -lc ???
191
9a5ea778 192# [Maybe we should just remove c from $libswanted ?]
193
44a8e56a 194# Test would pick up wrong rand, so we hardwire the value for random()
195libs='-lsocket -lm -lbsd'
196randbits=31
cf8a192d 197archobjs="os2$obj_ext dl_os2$obj_ext"
4633a7c4 198
487a7f01 199# Run files without extension with sh:
eacfb5f1 200EXECSHELL=sh
4633a7c4 201
202cccdlflags='-Zdll'
cf8a192d 203dlsrc='dl_dlopen.xs'
4633a7c4 204ld='gcc'
eacfb5f1 205
206#cppflags='-DDOSISH -DOS2=2 -DEMBED -I.'
4633a7c4 207
4633a7c4 208# for speedup: (some patches to ungetc are also needed):
209# Note that without this guy tests 8 and 10 of io/tell.t fail, with it 11 fails
210
eacfb5f1 211stdstdunder=`echo "#include <stdio.h>" | cpp | egrep -c "char +\* +_ptr"`
4633a7c4 212d_stdstdio='define'
213d_stdiobase='define'
214d_stdio_ptr_lval='define'
215d_stdio_cnt_lval='define'
4633a7c4 216
eacfb5f1 217if test "$stdstdunder" = 0; then
218 stdio_ptr='((fp)->ptr)'
219 stdio_cnt='((fp)->rcount)'
220 stdio_base='((fp)->buffer)'
221 stdio_bufsiz='((fp)->rcount + (fp)->ptr - (fp)->buffer)'
222 ccflags="$ccflags -DMYTTYNAME"
223 myttyname='define'
224else
225 stdio_ptr='((fp)->_ptr)'
226 stdio_cnt='((fp)->_rcount)'
227 stdio_base='((fp)->_buffer)'
228 stdio_bufsiz='((fp)->_rcount + (fp)->_ptr - (fp)->_buffer)'
229fi
230
231# to put into config.sh
232myttyname="$myttyname"
233
234# To have manpages installed
235nroff='nroff.cmd'
236# above will be overwritten otherwise, indented to avoid config.sh
237 _nroff='nroff.cmd'
238
31e507d9 239# should be handled automatically by Configure now.
eacfb5f1 240ln='cp'
241# Will be rewritten otherwise, indented to not put in config.sh
242 _ln='cp'
243lns='cp'
244
245nm_opt='-p'
246
cf8a192d 247####### We define these functions ourselves
4633a7c4 248
cf8a192d 249d_getprior='define'
250d_setprior='define'
251
e5c9fcd0 252if [ "X$usethreads" = "X$define" ]; then
dfe9444c 253 ccflags="-Zmt $ccflags"
254 cppflags="-Zmt $cppflags" # Do we really need to set this?
dd96f567 255 aout_ccflags="-DUSE_THREADS $aout_ccflags"
256 aout_cppflags="-DUSE_THREADS $aout_cppflags"
257 aout_lddlflags="-Zmt $aout_lddlflags"
258 aout_ldflags="-Zmt $aout_ldflags"
259fi
260
84902520 261# The next two are commented. pdksh handles #!, extproc gives no path part.
4633a7c4 262# sharpbang='extproc '
263# shsharp='false'
264
265# Commented:
266#startsh='extproc ksh\\n#! sh'
760ac839 267
26a1e0bd 268# Copy pod:
269
9b8c873d 270cp ./README.os2 ./pod/perlos2.pod
26a1e0bd 271
760ac839 272# Now install the external modules. We are in the ./hints directory.
273
9b8c873d 274cd ./os2/OS2
760ac839 275
276if ! test -d ../../ext/OS2 ; then
277 mkdir ../../ext/OS2
278fi
279
280cp -rfu * ../../ext/OS2/
281
282# Install tests:
283
284for xxx in * ; do
285 if $test -d $xxx/t; then
286 cp -uf $xxx/t/*.t ../../t/lib
287 else
288 if $test -d $xxx; then
289 cd $xxx
290 for yyy in * ; do
291 if $test -d $yyy/t; then
292 cp -uf $yyy/t/*.t ../../t/lib
293 fi
294 done
295 cd ..
296 fi
297 fi
298done
299
300
301# Now go back
9b8c873d 302cd ../..