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