3 # This file reflects the tireless work of
4 # Ilya Zakharevich <ilya@math.ohio-state.edu>
6 # Trimmed and comments added by
7 # Andy Dougherty <doughera@lafcol.lafayette.edu>
8 # Exactly what is required beyond a standard OS/2 installation?
11 # Note that symbol extraction code gives wrong answers (sometimes?) on
12 # gethostent and setsid.
14 # Optimization (GNU make 3.74 cannot be loaded :-():
15 emxload -m 30 sh.exe ls.exe tr.exe id.exe sed.exe # make.exe
16 emxload -m 30 grep.exe egrep.exe fgrep.exe cat.exe rm.exe mv.exe cp.exe
17 emxload -m 30 uniq.exe basename.exe sort.exe awk.exe echo.exe
21 if test -f $sh.exe; then sh=$sh.exe; fi
26 # Make denser object files and DLL
29 optimize="-O2 -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -s"
34 # Get some standard things (indented to avoid putting in config.sh):
44 tryman="`./UU/loc . /man $tryman`"
45 tryman="`echo $tryman | tr '\\\' '/'`"
47 # indented to avoid having it *two* times at start
48 libemx="`./UU/loc os2.a /emx/lib $libemx`"
50 usrinc="`./UU/loc stdlib.h /emx/include $usrinc`"
51 usrinc="`dirname $usrinc | tr '\\\' '/'`"
52 libemx="`dirname $libemx | tr '\\\' '/'`"
54 if test -d $tryman/man1; then
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`"
60 emxpath="`dirname $libemx`"
61 if test ! -d "$emxpath"; then
62 emxpath="`./UU/loc . /emx c:/emx d:/emx e:/emx f:/emx g:/emx h:/emx /emx`"
65 if test ! -d "$libemx"; then
68 if test ! -d "$libemx"; then
69 if test -d "$LIBRARY_PATH"; then
70 libemx="$LIBRARY_PATH"
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`"
76 if test ! -d "$usrinc"; then
77 if test -d "$emxpath/include"; then
78 usrinc="$emxpath/include"
80 if test -d "$C_INCLUDE_PATH"; then
81 usrinc="$C_INCLUDE_PATH"
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`"
88 rsx="`./UU/loc rsx.exe undef $pth`"
90 if test "$libemx" = "X"; then echo "Cannot find C library!" >&2; fi
92 # Acute backslashitis:
93 libpth="`echo \"$LIBRARY_PATH\" | tr ';\\\' ' /'`"
94 libpth="$libpth $libemx/mt $libemx"
96 set `emxrev -f emxlibcm`
101 # Additional definitions:
103 firstmakefile='GNUmakefile'
109 aout_d_shrplib='undef'
110 aout_useshrplib='false'
115 aout_lddlflags="-Zdll $ld_dll_optimize"
116 if [ $emxcrtrev -ge 50 ]; then
117 aout_ldflags='-Zexe -Zsmall-conv -Zstack 32000'
119 aout_ldflags='-Zexe -Zstack 32000'
122 # To get into config.sh:
123 aout_ldflags="$aout_ldflags"
126 aout_ccflags='-DPERL_CORE -DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I.'
127 aout_cppflags='-DPERL_CORE -DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I.'
130 aout_archobjs="os2.o dl_os2.o"
132 # variable which have different values for aout compile
133 used_aout='d_shrplib useshrplib plibext lib_ext obj_ext ar plibext d_fork lddlflags ldflags ccflags use_clib usedl archobjs cppflags'
135 if [ "$emxaout" != "" ]; then
136 d_shrplib="$aout_d_shrplib"
137 useshrplib="$aout_useshrplib"
138 obj_ext="$aout_obj_ext"
139 lib_ext="$aout_lib_ext"
141 plibext="$aout_plibext"
142 if [ $emxcrtrev -lt 50 ]; then
143 d_fork="$aout_d_fork"
145 lddlflags="$aout_lddlflags"
146 ldflags="$aout_ldflags"
147 ccflags="$aout_ccflags"
148 cppflags="$aout_cppflags"
149 use_clib="$aout_use_clib"
158 if [ $emxcrtrev -ge 50 ]; then
163 lddlflags="-Zdll -Zomf -Zmt -Zcrtdll $ld_dll_optimize"
164 # Recursive regmatch may eat 2.5M of stack alone.
165 ldflags='-Zexe -Zomf -Zmt -Zcrtdll -Zstack 32000'
166 if [ $emxcrtrev -ge 50 ]; then
167 ccflags='-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I.'
169 ccflags='-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. -DEMX_BAD_SBRK'
175 # indented to miss config.sh
178 # To get into config.sh (should start at the beginning of line)
179 # or you can put it into config.over.
181 # plibext is not needed anymore. Just directly set $libperl.
182 libperl="libperl${plibext}"
184 #libc="/emx/lib/st/c_import$lib_ext"
185 libc="$libemx/mt/$use_clib$lib_ext"
187 if test -r "$libemx/c_alias$lib_ext"; then
188 libnames="$libemx/c_alias$lib_ext"
190 # otherwise puts -lc ???
192 # [Maybe we should just remove c from $libswanted ?]
194 # Test would pick up wrong rand, so we hardwire the value for random()
195 libs='-lsocket -lm -lbsd'
197 archobjs="os2$obj_ext dl_os2$obj_ext"
199 # Run files without extension with sh:
206 #cppflags='-DDOSISH -DOS2=2 -DEMBED -I.'
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
211 stdstdunder=`echo "#include <stdio.h>" | cpp | egrep -c "char +\* +_ptr"`
214 d_stdio_ptr_lval='define'
215 d_stdio_cnt_lval='define'
217 if 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"
225 stdio_ptr='((fp)->_ptr)'
226 stdio_cnt='((fp)->_rcount)'
227 stdio_base='((fp)->_buffer)'
228 stdio_bufsiz='((fp)->_rcount + (fp)->_ptr - (fp)->_buffer)'
231 # to put into config.sh
232 myttyname="$myttyname"
234 # To have manpages installed
236 # above will be overwritten otherwise, indented to avoid config.sh
239 # should be handled automatically by Configure now.
241 # Will be rewritten otherwise, indented to not put in config.sh
247 ####### We define these functions ourselves
252 if [ "X$usethreads" = "X$define" ]; then
253 ccflags="-Zmt $ccflags"
254 cppflags="-Zmt $cppflags" # Do we really need to set this?
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"
261 # The next two are commented. pdksh handles #!, extproc gives no path part.
262 # sharpbang='extproc '
266 #startsh='extproc ksh\\n#! sh'
270 cp ./README.os2 ./pod/perlos2.pod
272 # Now install the external modules. We are in the ./hints directory.
276 if ! test -d ../../ext/OS2 ; then
280 cp -rfu * ../../ext/OS2/
285 if $test -d $xxx/t; then
286 cp -uf $xxx/t/*.t ../../t/lib
288 if $test -d $xxx; then
291 if $test -d $yyy/t; then
292 cp -uf $yyy/t/*.t ../../t/lib