3 # If these # comments don't work, trim them. Don't worry about any other
4 # shell scripts, Configure will trim # comments from them for you.
6 # (If you are trying to port this package to a machine without sh,
7 # I would suggest you have a look at the prototypical config_h.SH file
8 # and edit it to reflect your system. Some packages may include samples
9 # of config.h for certain machines, so you might look for one of those.)
11 # Yes, you may rip this off to use in other distribution packages. This
12 # script belongs to the public domain and cannot be copyrighted.
14 # (Note: this Configure script was generated automatically. Rather than
15 # working with this copy of Configure, you may wish to get metaconfig.
16 # The dist-3.0 package (which contains metaconfig) was posted in
17 # comp.sources.misc and is available on CPAN under authors/id/RAM so
18 # you may fetch it yourself from your nearest archive site.)
21 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
23 # Generated on Mon Mar 18 16:52:30 EET 2002 [metaconfig 3.0 PL70]
24 # (with additional metaconfig patches by perlbug@perl.org)
29 SCO csh still thinks true is false. Write to SCO today and tell them that next
30 year Configure ought to "rm /bin/csh" unless they fix their blasted shell. :-)
32 (Actually, Configure ought to just patch csh in place. Hmm. Hmmmmm. All
33 we'd have to do is go in and swap the && and || tokens, wherever they are.)
35 [End of diatribe. We now return you to your regularly scheduled programming...]
39 OOPS! You naughty creature! You didn't run Configure with sh!
40 I will attempt to remedy the situation by running sh for you...
44 true || exec sh $0 $argv:q
46 (exit $?0) || cat c2$$
47 (exit $?0) || exec sh $0 $argv:q
50 : compute my invocation name
54 me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
59 : Proper separator for the PATH environment variable
61 : On OS/2 this directory should exist if this is not floppy only system :-]
62 if test -d c:/. ; then
63 if test -n "$OS2_SHELL"; then
65 PATH=`cmd /c "echo %PATH%" | tr '\\\\' / `
66 OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'`
67 elif test -n "$DJGPP"; then
68 case "X${MACHTYPE:-nonesuchmach}" in
76 paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin'
77 paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
78 paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
79 paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
80 paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb"
81 paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /usr/ccs/bin"
82 paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib"
83 paths="$paths /sbin /usr/sbin /usr/libexec"
84 paths="$paths /system/gnu_library/bin"
90 *) test -d $p && PATH=$PATH$p_$p ;;
97 : shall we be using ksh?
103 if (PATH=.; alias -x) >/dev/null 2>&1; then
106 if test -f /hp-ux -a -f /bin/ksh; then
107 needksh='to avoid sh bug in "here document" expansion'
109 if test -d /usr/lpp -a -f /usr/bin/bsh -a -f /usr/bin/uname; then
110 if test X`/usr/bin/uname -v` = X4; then
111 avoidksh="to avoid AIX 4's /bin/sh"
115 if test -f /osf_boot -a -f /usr/sbin/setld; then
116 if test X`/usr/bin/uname -s` = XOSF1; then
117 avoidksh="to avoid Digital UNIX' ksh"
119 unset BIN_SH # if this is 'xpg4' sh will start up ksh
122 case "$inksh/$needksh" in
129 case "$inksh/$avoidksh" in
135 case "$inksh/$needksh-$avoidksh-" in
138 (I see you are using the Korn shell. Some ksh's blow up on $me,
139 mainly on older exotic systems. If yours does, try the Bourne shell instead.)
146 echo "(Feeding myself to $newsh $reason.)"
148 Configure|*/Configure) exec $newsh $0 "$@";;
149 *) exec $newsh Configure "$@";;
154 : if needed set CDPATH to a harmless value that is not chatty
155 : avoid bash 2.02 problems with empty CDPATH.
159 *bash*) CDPATH='.' ;;
164 : Configure runs within the UU subdirectory
165 test -d UU || mkdir UU
375 endhostent_r_proto=''
381 endprotoent_r_proto=''
387 endservent_r_proto=''
437 gethostbyaddr_r_proto=''
439 gethostbyname_r_proto=''
441 gethostent_r_proto=''
453 getnetbyaddr_r_proto=''
455 getnetbyname_r_proto=''
469 d_getprotobyname_r=''
470 getprotobyname_r_proto=''
471 d_getprotobynumber_r=''
472 getprotobynumber_r_proto=''
474 getprotoent_r_proto=''
486 getservbyname_r_proto=''
488 getservbyport_r_proto=''
490 getservent_r_proto=''
563 d_old_pthread_create_joinable=''
564 old_pthread_create_joinable=''
603 sethostent_r_proto=''
620 setprotoent_r_proto=''
632 setservent_r_proto=''
676 d_stdio_ptr_lval_nochange_cnt=''
677 d_stdio_ptr_lval_sets_cnt=''
871 inc_version_list_init=''
890 ignore_versioned_solibs=''
949 d_perl_otherlibdirs=''
963 version_patchlevel_string=''
978 nv_preserves_uv_bits=''
1067 d_stdio_stream_array=''
1068 stdio_stream_array=''
1078 ccflags_uselargefiles=''
1079 ldflags_uselargefiles=''
1080 libswanted_uselargefiles=''
1100 installvendorarch=''
1126 smallmach='pdp11 i8086 z8000 i80286 iAPX286'
1129 : We must find out about Eunice early
1131 if test -f /etc/unixtovms; then
1132 eunicefix=/etc/unixtovms
1134 if test -f /etc/unixtovms.exe; then
1135 eunicefix=/etc/unixtovms.exe
1138 : Set executable suffix now -- needed before hints available
1139 if test -f "/libs/version.library"; then
1142 elif test -f "/system/gnu_library/bin/ar.pm"; then
1145 elif test -n "$DJGPP"; then
1148 elif test -d c:/. ; then
1157 : set useposix=false in your hint file to disable the POSIX extension.
1159 : set useopcode=false in your hint file to disable the Opcode extension.
1161 : Trailing extension. Override this in a hint file, if needed.
1162 : Extra object files, if any, needed on this platform.
1165 : Possible local include directories to search.
1166 : Set locincpth to "" in a hint file to defeat local include searches.
1167 locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
1168 locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
1170 : no include file wanted by default
1175 : change the next line if compiling for Xenix/286 on Xenix/386
1176 xlibpth='/usr/lib/386 /lib/386'
1177 : Possible local library directories to search.
1178 loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
1179 loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
1181 : general looking path for locating libraries
1182 glibpth="/lib /usr/lib $xlibpth"
1183 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
1184 test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
1185 test -f /shlib/libc.so && glibpth="/shlib $glibpth"
1187 : Private path used by Configure to find libraries. Its value
1188 : is prepended to libpth. This variable takes care of special
1189 : machines, like the mips. Usually, it should be empty.
1192 : default library list
1194 : some systems want to use only the non-versioned libso:s
1195 ignore_versioned_solibs=''
1197 ccflags_uselargefiles=''
1198 ldflags_uselargefiles=''
1199 libswanted_uselargefiles=''
1200 : set usemultiplicity on the Configure command line to enable multiplicity.
1201 : set usesocks on the Configure command line to enable socks.
1202 : set usethreads on the Configure command line to enable threads.
1203 usereentrant='undef'
1204 : full support for void wanted by default
1207 : List of libraries we want.
1208 : If anyone needs -lnet, put it in a hint file.
1209 libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl'
1210 libswanted="$libswanted dld ld sun m c cposix posix"
1211 libswanted="$libswanted ndir dir crypt sec"
1212 libswanted="$libswanted ucb bsd BSD PW x util"
1213 : We probably want to search /usr/shlib before most other libraries.
1214 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
1215 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
1216 glibpth="/usr/shlib $glibpth"
1217 : Do not use vfork unless overridden by a hint file.
1220 : Find the basic shell for Bourne shell scripts
1224 *bsd*|sys5*) xxx="/$SYSTYPE/bin/sh";;
1227 if test -f "$xxx"; then
1230 : Build up a list and do a single loop so we can 'break' out.
1231 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1232 for xxx in sh bash ksh pdksh ash; do
1234 try="$try ${p}/${xxx}"
1238 if test -f "$xxx"; then
1241 elif test "X$_exe" != X -a -f "$xxx$_exe"; then
1244 elif test -f "$xxx.exe"; then
1255 $me: Fatal Error: I can't find a Bourne Shell anywhere.
1257 Usually it's in /bin/sh. How did you even get this far?
1258 Please contact me (Perl Maintainers) at perlbug@perl.org and
1259 we'll try to straighten this all out.
1265 : see if sh knows # comments
1266 if `$sh -c '#' >/dev/null 2>&1`; then
1270 test -f $xcat$_exe || xcat=/usr/bin/cat
1271 if test ! -f $xcat$_exe; then
1272 for p in `echo $PATH | sed -e "s/$p_/ /g"` $paths; do
1273 if test -f $p/cat$_exe; then
1278 if test ! -f $xcat$_exe; then
1279 echo "Can't find cat anywhere!"
1283 echo "#!$xcat" >sharp
1287 if test -s today; then
1290 echo "#! $xcat" > sharp
1294 if test -s today; then
1302 echo "Your $sh doesn't grok # comments--I will strip them later on."
1305 echo "exec grep -v '^[ ]*#'" >spitshell
1307 $eunicefix spitshell
1308 spitshell=`pwd`/spitshell
1310 echo "I presume that if # doesn't work, #! won't work either!"
1315 : figure out how to guarantee sh startup
1317 '') startsh=${sharpbang}${sh} ;;
1329 : echo "Yup, it does."
1331 echo "Hmm... '$startsh' does not guarantee sh startup..."
1332 echo "You may have to fix up the shell scripts to make sure $sh runs them."
1337 : Save command line options in file UU/cmdline.opt for later use in
1338 : generating config.sh.
1339 cat > cmdline.opt <<EOSH
1340 # Configure command line arguments.
1349 cat >>cmdline.opt <<EOSH
1350 config_arg$argn='$arg'
1352 # Extreme backslashitis: replace each ' by '"'"'
1353 cat <<EOC | sed -e "s/'/'"'"'"'"'"'"'/g" > cmdl.opt
1356 arg_exp=`cat cmdl.opt`
1357 args_exp="$args_exp$args_sep'$arg_exp'"
1358 argn=`expr $argn + 1`
1361 # args_exp is good for restarting self: eval "set X $args_exp"; shift; $0 "$@"
1362 # used by ./hints/os2.sh
1365 : produce awk script to parse command line options
1366 cat >options.awk <<'EOF'
1368 optstr = "A:dD:eEf:hKOrsSU:V"; # getopt-style specification
1370 len = length(optstr);
1371 for (i = 1; i <= len; i++) {
1372 c = substr(optstr, i, 1);
1373 if (i < len) a = substr(optstr, i + 1, 1); else a = "";
1384 if (substr(str, 1, 1) != "-") {
1385 printf("'%s'\n", str);
1389 for (i = 2; i <= len; i++) {
1390 c = substr(str, i, 1);
1392 printf("-%s\n", substr(str, i));
1398 printf("'%s'\n", substr(str, i + 1));
1411 : process the command line options
1412 set X `for arg in "$@"; do echo "X$arg"; done |
1413 sed -e s/X// | awk -f options.awk`
1418 : set up default values
1428 rm -f optdef.sh posthint.sh
1429 cat >optdef.sh <<EOS
1435 while test $# -gt 0; do
1437 -d) shift; fastread=yes;;
1438 -e) shift; alldone=cont;;
1442 if test -r "$1"; then
1445 echo "$me: cannot read config file $1." >&2
1450 -h) shift; error=true;;
1451 -r) shift; reuseval=true;;
1452 -s) shift; silent=true; realsilent=true;;
1453 -E) shift; alldone=exit;;
1454 -K) shift; knowitall=true;;
1455 -O) shift; override=true;;
1456 -S) shift; silent=true; extractsh=true;;
1461 echo "$me: use '-U symbol=', not '-D symbol='." >&2
1462 echo "$me: ignoring -D $1" >&2
1465 sed -e "s/'/'\"'\"'/g" -e "s/=\(.*\)/='\1'/" >> optdef.sh;;
1466 *) echo "$1='define'" >> optdef.sh;;
1473 *=) echo "$1" >> optdef.sh;;
1475 echo "$me: use '-D symbol=val', not '-U symbol=val'." >&2
1476 echo "$me: ignoring -U $1" >&2
1478 *) echo "$1='undef'" >> optdef.sh;;
1489 *=*) zzz=`echo $yyy|sed 's!=.*!!'`
1493 zzz=" "`echo $yyy|sed 's!^[^=]*=!!'`
1494 yyy=`echo $yyy|sed 's!=.*!!'` ;;
1500 *:*) xxx=`echo $yyy|sed 's!:.*!!'`
1501 yyy=`echo $yyy|sed 's!^[^:]*:!!'`
1502 zzz=`echo $yyy|sed 's!^[^=]*=!!'`
1503 yyy=`echo $yyy|sed 's!=.*!!'` ;;
1504 *) xxx=`echo $yyy|sed 's!:.*!!'`
1505 yyy=`echo $yyy|sed 's!^[^:]*:!!'` ;;
1511 echo "$yyy=\"\${$yyy}$zzz\"" >> posthint.sh ;;
1513 echo "$yyy=''" >> posthint.sh ;;
1518 echo "$yyy='$zzz'" >> posthint.sh ;;
1520 echo "eval \"$yyy=$zzz\"" >> posthint.sh ;;
1522 echo "$yyy=\"$zzz\${$yyy}\"" >> posthint.sh ;;
1527 echo "$yyy=$zzz" >> posthint.sh ;;
1528 *) echo "$me: unknown -A command '$xxx', ignoring -A $1" >&2 ;;
1532 -V) echo "$me generated by metaconfig 3.0 PL70." >&2
1535 -*) echo "$me: unknown option $1" >&2; shift; error=true;;
1543 Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
1544 [-U symbol] [-U symbol=] [-A command:symbol...]
1545 -d : use defaults for all answers.
1546 -e : go on without questioning past the production of config.sh.
1547 -f : specify an alternate default configuration file.
1548 -h : print this help message and exit (with an error status).
1549 -r : reuse C symbols value if possible (skips costly nm extraction).
1550 -s : silent mode, only echoes questions and essential information.
1551 -D : define symbol to have some value:
1552 -D symbol symbol gets the value 'define'
1553 -D symbol=value symbol gets the value 'value'
1554 -E : stop at the end of questions, after having produced config.sh.
1555 -K : do not use unless you know what you are doing.
1556 -O : let -D and -U override definitions from loaded configuration file.
1557 -S : perform variable substitutions on all .SH files (can mix with -f)
1558 -U : undefine symbol:
1559 -U symbol symbol gets the value 'undef'
1560 -U symbol= symbol gets completely empty
1561 -A : manipulate symbol after the platform specific hints have been applied:
1562 -A symbol=value append " "value to symbol
1563 -A append:symbol=value append value to symbol
1564 -A define:symbol=value define symbol to have value
1565 -A clear:symbol define symbol to be ''
1566 -A define:symbol define symbol to be 'define'
1567 -A eval:symbol=value define symbol to be eval of value
1568 -A prepend:symbol=value prepend value to symbol
1569 -A undef:symbol define symbol to be 'undef'
1570 -A undef:symbol= define symbol to be ''
1571 -V : print version number and exit (with a zero status).
1578 case "$fastread$alldone" in
1581 case "$extractsh" in
1584 if test ! -t 0; then
1585 echo "Say 'sh Configure', not 'sh <Configure'"
1595 true) exec 1>/dev/null;;
1598 : run the defines and the undefines, if any, but leave the file out there...
1601 : create the posthint manipulation script and leave the file out there...
1606 first=`echo $package | sed -e 's/^\(.\).*/\1/'`
1607 last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
1608 case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1609 ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
1610 *) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
1613 : Some greps do not return status, grrr.
1614 echo "grimblepritz" >grimble
1615 if grep blurfldyick grimble >/dev/null 2>&1 ; then
1617 elif grep grimblepritz grimble >/dev/null 2>&1 ; then
1623 : the following should work in any shell
1627 echo "AGH! Grep doesn't return a status. Attempting remedial action."
1628 cat >contains <<'EOSS'
1629 grep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp
1634 : Find the path to the source tree
1637 */*) src=`echo $0 | sed -e 's%/[^/][^/]*$%%'`
1641 *) src=`cd ../$src && pwd` ;;
1654 if test -f $rsrc/Configure && \
1655 $contains "^package=$package$" $rsrc/Configure >/dev/null 2>&1
1657 : found it, so we are ok.
1660 for src in . .. ../.. ../../.. ../../../..; do
1661 if test -f ../$src/Configure && \
1662 $contains "^package=$package$" ../$src/Configure >/dev/null 2>&1
1673 Sorry, I can't seem to locate the source dir for $package. Please start
1674 Configure with an explicit path -- i.e. /some/path/Configure.
1682 echo "Sources for $package found in \"$src\"." >&4
1686 : script used to extract .SH files with variable substitutions
1687 cat >extract <<'EOS'
1689 echo "Doing variable substitutions on .SH files..."
1690 if test -f MANIFEST; then
1691 set x `awk '{print $1}' < MANIFEST | grep '\.SH$'`
1693 echo "(Looking for .SH files under the source directory.)"
1694 set x `(cd "$src"; find . -name "*.SH" -print)`
1698 0) set x `(cd "$src"; echo *.SH)`; shift;;
1700 if test ! -f "$src/$1"; then
1706 while test $name; do
1707 if test ! -d "$name"; then
1708 create="$name $create";
1709 name=`echo $name | sed -e "s|^[^/]*$||"`;
1710 name=`echo $name | sed -e "s|\(.*\)/.*|\1|"`;
1715 for file in $create; do
1724 dir=`expr X$file : 'X\(.*\)/'`
1725 file=`expr X$file : 'X.*/\(.*\)'`
1726 (cd "$dir" && . ./$file)
1736 dir=`expr X$file : 'X\(.*\)/'`
1737 file=`expr X$file : 'X.*/\(.*\)'`
1738 (set x $dir; shift; eval $mkdir_p)
1739 sh <"$src/$dir/$file"
1748 if test -f "$src/config_h.SH"; then
1749 if test ! -f config.h; then
1750 : oops, they left it out of MANIFEST, probably, so do it anyway.
1751 . "$src/config_h.SH"
1756 : extract files and exit if asked to do so
1757 case "$extractsh" in
1759 case "$realsilent" in
1763 case "$config_sh" in
1764 '') config_sh='config.sh';;
1767 echo "Fetching answers from $config_sh..."
1770 test "$override" && . ./optdef.sh
1774 echo "Extraction done."
1779 : Eunice requires " " instead of "", can you believe it
1782 echo "Beginning of configuration questions for $package."
1784 trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15
1786 : first determine how to suppress newline on echo command
1788 echo "Checking echo to see how to suppress newlines..."
1789 (echo "hi there\c" ; echo " ") >.echotmp
1790 if $contains c .echotmp >/dev/null 2>&1 ; then
1801 echo $n "The star should be here-->$c"
1805 : Now test for existence of everything in MANIFEST
1807 if test -f "$rsrc/MANIFEST"; then
1808 echo "First let's make sure your kit is complete. Checking..." >&4
1809 awk '$1 !~ /PACK[A-Z]+/ {print $1}' "$rsrc/MANIFEST" | (split -l 50 2>/dev/null || split -50)
1812 for filelist in x??; do
1813 (cd "$rsrc"; ls `cat "$tmppwd/$filelist"` >/dev/null 2>>"$tmppwd/missing")
1815 if test -s missing; then
1819 THIS PACKAGE SEEMS TO BE INCOMPLETE.
1821 You have the option of continuing the configuration process, despite the
1822 distinct possibility that your kit is damaged, by typing 'y'es. If you
1823 do, don't blame me if something goes wrong. I advise you to type 'n'o
1824 and contact the author (perlbug@perl.org).
1827 echo $n "Continue? [n] $c" >&4
1831 echo "Continuing..." >&4
1835 echo "ABORTING..." >&4
1840 echo "Looks good..."
1843 echo "There is no MANIFEST file. I hope your kit is complete !"
1848 : Find the appropriate value for a newline for tr
1849 if test -n "$DJGPP"; then
1852 if test X"$trnl" = X; then
1853 case "`echo foo|tr '\n' x 2>/dev/null`" in
1857 if test X"$trnl" = X; then
1858 case "`echo foo|tr '\012' x 2>/dev/null`" in
1859 foox) trnl='\012' ;;
1862 if test X"$trnl" = X; then
1865 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'.
1871 : compute the number of columns on the terminal for proper question formatting
1876 : set up the echo used in my read
1877 myecho="case \"\$xxxm\" in
1878 '') echo $n \"\$rp $c\" >&4;;
1880 '') echo $n \"[\$xxxm] $c\";;
1882 if test \`echo \"\$rp [\$xxxm] \" | wc -c\` -ge $COLUMNS; then
1884 echo $n \"[\$xxxm] $c\" >&4
1886 echo $n \"\$rp [\$xxxm] $c\" >&4
1892 : now set up to do reads with possible shell escape and default assignment
1898 case "\$fastread" in
1899 yes) case "\$dflt" in
1902 case "\$silent-\$rp" in
1907 *) case "\$silent" in
1908 true) case "\$rp" in
1913 while expr "X\$ans" : "X!" >/dev/null; do
1917 aok=''; eval "ans=\\"\$answ\\"" && aok=y
1925 set x \`expr "X\$ans" : "X!\(.*\)\$"\`
1934 set x \`expr "X\$ans" : "X&\(.*\)\$"\`
1939 echo "(OK, I'll run with -d after this question.)" >&4
1942 echo "*** Sorry, \$1 not supported yet." >&4
1952 echo "*** Substitution done -- please confirm."
1954 ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
1959 echo "*** Error -- try again."
1966 case "\$ans\$xxxm\$nostick" in
1978 : create .config dir to save info across Configure sessions
1979 test -d ../.config || mkdir ../.config
1980 cat >../.config/README <<EOF
1981 This directory created by Configure to save information that should
1982 persist across sessions for $package.
1984 You may safely delete it if you wish.
1987 xversion=`awk '/define[ ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
1989 $define|true|[yY]*) ;;
1990 *) case "$xversion" in
1993 *** WHOA THERE!!! ***
1995 This is an UNSTABLE DEVELOPMENT release.
1996 The version of this $package distribution is $xversion, that is, odd,
1997 (as opposed to even) and that signifies a development release.
1998 If you want a maintenance release, you want an even-numbered version.
2000 Do ***NOT*** install this into production use.
2001 Data corruption and crashes are possible.
2003 It is most seriously suggested that you do not continue any further
2004 unless you want to help in developing and debugging Perl.
2006 If you *still* want to build perl, you can answer 'y' now,
2007 or pass -Dusedevel to Configure.
2010 rp='Do you really want to continue?'
2014 [yY]) echo >&4 "Okay, continuing."
2015 usedevel="$define" ;;
2016 *) echo >&4 "Okay, bye."
2026 case "$versiononly" in
2027 '') versiononly="$define" ;;
2029 case "$installusrbinperl" in
2030 '') installusrbinperl="$undef" ;;
2035 : general instructions
2038 user=`(logname) 2>/dev/null`
2040 '') user=`whoami 2>&1`;;
2042 if $contains "^$user\$" ../.config/instruct >/dev/null 2>&1; then
2045 rp='Would you like to see the instructions?'
2056 This installation shell script will examine your system and ask you questions
2057 to determine how the perl5 package should be installed. If you get
2058 stuck on a question, you may use a ! shell escape to start a subshell or
2059 execute a command. Many of the questions will have default answers in square
2060 brackets; typing carriage return will give you the default.
2062 On some of the questions which ask for file or directory names you are allowed
2063 to use the ~name construct to specify the login directory belonging to "name",
2064 even if you don't have a shell which knows about that. Questions where this is
2065 allowed will be marked "(~name ok)".
2069 dflt='Type carriage return to continue'
2073 The prompter used in this script allows you to use shell variables and
2074 backticks in your answers. You may use $1, $2, etc... to refer to the words
2075 in the default answer, as if the default line was a set of arguments given to a
2076 script shell. This means you may also use $* to repeat the whole default line,
2077 so you do not have to re-type everything to add something to the default.
2079 Everytime there is a substitution, you will have to confirm. If there is an
2080 error (e.g. an unmatched backtick), the default answer will remain unchanged
2081 and you will be prompted again.
2083 If you are in a hurry, you may run 'Configure -d'. This will bypass nearly all
2084 the questions and use the computed defaults (or the previous answers if there
2085 was already a config.sh file). Type 'Configure -h' for a list of options.
2086 You may also start interactively and then answer '& -d' at any prompt to turn
2087 on the non-interactive behaviour for the remainder of the execution.
2093 Much effort has been expended to ensure that this shell script will run on any
2094 Unix system. If despite that it blows up on yours, your best bet is to edit
2095 Configure and run it again. If you can't run Configure for some reason,
2096 you'll have to generate a config.sh file by hand. Whatever problems you
2097 have, let me (perlbug@perl.org) know how I blew it.
2099 This installation script affects things in two ways:
2101 1) it may do direct variable substitutions on some of the files included
2103 2) it builds a config.h file for inclusion in C programs. You may edit
2104 any of these files as the need arises after running this script.
2106 If you make a mistake on a question, there is no easy way to back up to it
2107 currently. The easiest thing to do is to edit config.sh and rerun all the SH
2108 files. Configure will offer to let you do this before it runs the SH files.
2111 dflt='Type carriage return to continue'
2113 case "$firsttime" in
2114 true) echo $user >>../.config/instruct;;
2118 : find out where common programs are
2120 echo "Locating common programs..." >&4
2133 if test -d \$dir/\$thing; then
2139 for thisthing in \$dir/\$thing; do
2140 : just loop through to pick last item
2142 if test -f \$thisthing; then
2145 elif test "X$_exe" != X -a -f \$thisthing$_exe; then
2148 elif test -f \$dir/\$thing.exe; then
2149 if test -n "$DJGPP"; then
2150 echo \$dir/\$thing.exe
2152 : on Eunice apparently
2205 pth=`echo $PATH | sed -e "s/$p_/ /g"`
2206 pth="$pth /lib /usr/lib"
2207 for file in $loclist; do
2211 if test -f "$xxx"; then
2214 echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2215 xxx=`./loc $file $file $pth`
2218 '') xxx=`./loc $file $file $pth`;;
2219 *) xxx=`./loc $xxx $xxx $pth`;;
2221 eval $file=$xxx$_exe
2225 echo $file is in $xxx.
2228 echo $file is in $xxx.
2231 echo "I don't know where '$file' is, and my life depends on it." >&4
2232 echo "Go find a public domain implementation or fix your PATH setting!" >&4
2238 echo "Don't worry if any of the following aren't found..."
2240 for file in $trylist; do
2244 if test -f "$xxx"; then
2247 echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2248 xxx=`./loc $file $file $pth`
2251 '') xxx=`./loc $file $file $pth`;;
2252 *) xxx=`./loc $xxx $xxx $pth`;;
2254 eval $file=$xxx$_exe
2258 echo $file is in $xxx.
2261 echo $file is in $xxx.
2264 echo "I don't see $file out there, $say."
2271 echo "Substituting grep for egrep."
2278 echo "Substituting cp for ln."
2287 echo "I can't find make or gmake, and my life depends on it." >&4
2288 echo "Go find a public domain implementation or fix your PATH setting!" >&4
2296 *) # We can't have osname yet.
2297 if test -f "/system/gnu_library/bin/ar.pm"; then # Stratus VOS
2298 # Assume that gmake, if found, is definitely GNU make
2299 # and prefer it over the system make.
2300 echo "Substituting gmake for make."
2308 echo "Hopefully test is built into your sh."
2311 if `sh -c "PATH= test true" >/dev/null 2>&1`; then
2312 echo "Using the test built into your sh."
2320 echo "Hopefully echo is built into your sh."
2325 echo "Checking compatibility between $echo and builtin echo (if any)..." >&4
2326 $echo $n "hi there$c" >foo1
2327 echo $n "hi there$c" >foo2
2328 if cmp foo1 foo2 >/dev/null 2>&1; then
2329 echo "They are compatible. In fact, they may be identical."
2336 They are not compatible! You are probably running ksh on a non-USG system.
2337 I'll have to use $echo instead of the builtin, since Bourne shell doesn't
2338 have echo built in and we may have to run some Bourne shell scripts. That
2339 means I'll have to use '$n$c' to suppress newlines now. Life is ridiculous.
2342 $echo $n "The star should be here-->$c"
2352 cat <<'EOSC' >>trygcc
2357 int main(int argc, char *argv[]) {
2361 if $cc -o try $ccflags $ldflags try.c; then
2364 echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." >&4
2370 case "`$cc -v -c try.c 2>&1`" in
2373 if $test X"$trygcc" = Xyes; then
2374 if gcc -o try -c try.c; then
2376 echo "You seem to have a working gcc, though." >&4
2377 rp="Would you like to use it?"
2379 if $test -f myread; then
2382 if $test -f UU/myread; then
2385 echo "Cannot find myread, sorry. Aborting." >&2
2390 [yY]*) cc=gcc; ccname=gcc; ccflags=''; despair=no ;;
2403 cat <<'EOSC' >>checkcc
2408 int main(int argc, char *argv[]) {
2412 if $cc -o try $ccflags $ldflags try.c; then
2415 if $test X"$despair" = Xyes; then
2416 echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." >&4
2419 You need to find a working C compiler.
2420 Either (purchase and) install the C compiler supplied by your OS vendor,
2421 or for a free C compiler try http://gcc.gnu.org/
2422 I cannot continue any further, aborting.
2431 : determine whether symbolic links are supported
2434 if $ln -s blurfl sym > /dev/null 2>&1 ; then
2435 echo "Symbolic links are supported." >&4
2438 echo "Symbolic links are NOT supported." >&4
2443 : determine whether symbolic links are supported
2447 echo "Checking how to test for symbolic links..." >&4
2449 if $test "X$issymlink" = X; then
2451 '') sh -c "PATH= test -h sym" >/dev/null 2>&1 ;;
2452 *) $newsh -c "PATH= test -h sym" >/dev/null 2>&1 ;;
2454 if test $? = 0; then
2457 echo "Your builtin 'test -h' may be broken." >&4
2460 *) pth=`echo $PATH | sed -e "s/$p_/ /g"`
2463 if test -f "$p/$test"; then
2472 echo "Trying external '$test -h'." >&4
2473 issymlink="$test -h"
2474 if $test ! -h sym >/dev/null 2>&1; then
2475 echo "External '$test -h' is broken, too." >&4
2483 if $test "X$issymlink" = X; then
2484 if $test -L sym 2>/dev/null; then
2485 issymlink="$test -L"
2486 echo "The builtin '$test -L' worked." >&4
2489 if $test "X$issymlink" != X; then
2490 echo "You can test for symbolic links with '$issymlink'." >&4
2492 echo "I do not know how you can test for symbolic links." >&4
2496 *) echo "No symbolic links, so not testing for their testing..." >&4
2502 case "$mksymlinks" in
2505 ''|'.') echo "Cannot create symlinks in the original directory." >&4
2508 *) case "$lns:$issymlink" in
2509 *"ln"*" -s:"*"test -"?)
2510 echo "Creating the symbolic links..." >&4
2511 echo "(First creating the subdirectories...)" >&4
2513 awk '{print $1}' $src/MANIFEST | grep / | sed 's:/[^/]*$::' | sort -u | while true; do
2515 test -z "$directory" && break
2519 if test ! -d t/base; then
2520 echo "Failed to create the subdirectories. Aborting." >&4
2523 echo "(Then creating the symlinks...)" >&4
2524 awk '{print $1}' $src/MANIFEST | while true; do
2526 test -z "$filename" && break
2527 if test -f $filename; then
2528 if $issymlink $filename; then
2532 if test -f $filename; then
2533 echo "$filename already exists, not symlinking."
2535 ln -s $src/$filename $filename
2539 if test ! -f t/base/lex.t; then
2540 echo "Failed to create the symlinks (t/base/lex.t missing). Aborting." >&4
2545 *) echo "(I cannot figure out how to do symbolic links, ignoring mksymlinks)." >&4
2554 case "$usecrosscompile" in
2556 $echo "Cross-compiling..."
2559 *-*-gcc) # A cross-compiling gcc, probably.
2560 targetarch=`$echo $cc|$sed 's/-gcc$//'`
2562 # leave out ld, choosing it is more complex
2564 ranlib=$targetarch-ranlib
2565 $echo 'extern int foo;' > try.c
2566 set X `$cc -v -E try.c 2>&1 | $awk '/^#include </,/^End of search /'|$grep '/include'`
2568 if $test $# -gt 0; then
2570 incpth="`$echo $incpth|$sed 's/^ //'`"
2571 echo "Guessing incpth '$incpth'." >&4
2573 j="`$echo $i|$sed 's,/include$,/lib,'`"
2574 if $test -d $j; then
2578 libpth="`$echo $libpth|$sed 's/^ //'`"
2579 echo "Guessing libpth '$libpth'." >&4
2584 case "$targetarch" in
2585 '') echo "Targetarch not defined." >&4; croak=y ;;
2586 *) echo "Using targetarch $targetarch." >&4 ;;
2589 '') echo "Incpth not defined." >&4; croak=y ;;
2590 *) echo "Using incpth '$incpth'." >&4 ;;
2593 '') echo "Libpth not defined." >&4; croak=y ;;
2594 *) echo "Using libpth '$libpth'." >&4 ;;
2597 '') for i in $incpth; do
2598 if $test -f $i/errno.h -a -f $i/stdio.h -a -f $i/time.h; then
2600 echo "Guessing usrinc $usrinc." >&4
2605 '') echo "Usrinc not defined." >&4; croak=y ;;
2608 *) echo "Using usrinc $usrinc." >&4 ;;
2610 case "$targethost" in
2611 '') echo "Targethost not defined." >&4; croak=y ;;
2612 *) echo "Using targethost $targethost." >&4
2617 y) echo "Cannot continue, aborting." >&4; exit 1 ;;
2620 /*) run=$src/Cross/run
2621 targetmkdir=$src/Cross/mkdir
2623 from=$src/Cross/from
2625 *) pwd=`$test -f ../Configure & cd ..; pwd`
2627 targetmkdir=$pwd/Cross/mkdir
2629 from=$pwd/Cross/from
2632 case "$targetrun" in
2633 '') targetrun=ssh ;;
2638 case "$targetfrom" in
2639 '') targetfrom=scp ;;
2643 from=$from-$targetfrom
2644 case "$targetdir" in
2646 echo "Guessing targetdir $targetdir." >&4
2649 case "$targetuser" in
2651 echo "Guessing targetuser $targetuser." >&4
2654 case "$targetfrom" in
2658 case "$targetrun" in
2670 '') cwd=$targetdir ;;
2674 if $test ! -f \$exe.xok; then
2678 $targetrun -l $targetuser $targethost "cd \$cwd && ./\$exe \$@"
2681 *) echo "Unknown targetrun '$targetrun'" >&4
2685 case "$targetmkdir" in
2687 cat >$targetmkdir <<EOF
2689 $targetrun -l $targetuser $targethost "mkdir -p \$@"
2691 $chmod a+rx $targetmkdir
2693 *) echo "Unknown targetmkdir '$targetmkdir'" >&4
2705 $targetmkdir \`dirname \$f\`
2706 $targetto $q \$f $targetuser@$targethost:\$f || exit 1
2709 $targetmkdir $targetdir/\`dirname \$f\`
2710 $targetto $q \$f $targetuser@$targethost:$targetdir/\$f || exit 1
2723 $mkdir -p $targetdir/\`dirname \$f\`
2724 $cp \$f $targetdir/\$f || exit 1
2727 $targetmkdir $targetdir/\`dirname \$f\`
2728 $cp \$f $targetdir/\$f || exit 1
2735 *) echo "Unknown targetto '$targetto'" >&4
2739 case "$targetfrom" in
2746 $targetfrom $q $targetuser@$targethost:$targetdir/\$f . || exit 1
2751 cp) cat >$from <<EOF
2756 cp $targetdir/\$f . || exit 1
2761 *) echo "Unknown targetfrom '$targetfrom'" >&4
2765 if $test ! -f $run; then
2766 echo "Target 'run' script '$run' not found." >&4
2770 if $test ! -f $to; then
2771 echo "Target 'to' script '$to' not found." >&4
2775 if $test ! -f $from; then
2776 echo "Target 'from' script '$from' not found." >&4
2780 if $test ! -f $run -o ! -f $to -o ! -f $from; then
2784 Using '$run' for remote execution,
2785 and '$from' and '$to'
2786 for remote file transfer.
2792 usecrosscompile='undef'
2797 : see whether [:lower:] and [:upper:] are supported character classes
2799 case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
2801 echo "Good, your tr supports [:lower:] and [:upper:] to convert case." >&4
2805 *) # There is a discontinuity in EBCDIC between 'I' and 'J'
2806 # (0xc9 and 0xd1), therefore that is a nice testing point.
2807 if test "X$up" = X -o "X$low" = X; then
2808 case "`echo IJ | $tr '[I-J]' '[i-j]' 2>/dev/null`" in
2814 if test "X$up" = X -o "X$low" = X; then
2815 case "`echo IJ | $tr I-J i-j 2>/dev/null`" in
2821 if test "X$up" = X -o "X$low" = X; then
2822 case "`echo IJ | od -x 2>/dev/null`" in
2824 echo "Hey, this might be EBCDIC." >&4
2825 if test "X$up" = X -o "X$low" = X; then
2826 case "`echo IJ | $tr '[A-IJ-RS-Z]' '[a-ij-rs-z]' 2>/dev/null`" in
2827 ij) up='[A-IJ-RS-Z]'
2832 if test "X$up" = X -o "X$low" = X; then
2833 case "`echo IJ | $tr A-IJ-RS-Z a-ij-rs-z 2>/dev/null`" in
2843 case "`echo IJ | $tr \"$up\" \"$low\" 2>/dev/null`" in
2845 echo "Using $up and $low to convert case." >&4
2848 echo "I don't know how to translate letters from upper to lower case." >&4
2849 echo "Your tr is not acting any way I know of." >&4
2853 : set up the translation script tr, must be called with ./tr of course
2857 '[A-Z][a-z]') exec $tr '$up' '$low';;
2858 '[a-z][A-Z]') exec $tr '$low' '$up';;
2865 : Try to determine whether config.sh was made on this system
2866 case "$config_sh" in
2868 myuname=`$uname -a 2>/dev/null`
2869 $test -z "$myuname" && myuname=`hostname 2>/dev/null`
2870 # tr '[A-Z]' '[a-z]' would not work in EBCDIC
2871 # because the A-Z/a-z are not consecutive.
2872 myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's/\///g' | \
2873 ./tr '[A-Z]' '[a-z]' | $tr $trnl ' '`
2874 newmyuname="$myuname"
2876 case "$knowitall" in
2878 if test -f ../config.sh; then
2879 if $contains myuname= ../config.sh >/dev/null 2>&1; then
2880 eval "`grep myuname= ../config.sh`"
2882 if test "X$myuname" = "X$newmyuname"; then
2890 : Get old answers from old config file if Configure was run on the
2891 : same system, otherwise use the hints.
2894 if test -f config.sh; then
2896 rp="I see a config.sh file. Shall I use it to set the defaults?"
2899 n*|N*) echo "OK, I'll ignore it."
2900 mv config.sh config.sh.old
2901 myuname="$newmyuname"
2903 *) echo "Fetching default answers from your old config.sh file..." >&4
2911 : Older versions did not always set $sh. Catch re-use of such
2921 if test ! -f config.sh; then
2924 First time through, eh? I have some defaults handy for some systems
2925 that need some extra help getting the Configure answers right:
2928 (cd $src/hints; ls -C *.sh) | $sed 's/\.sh/ /g' >&4
2930 : Half the following guesses are probably wrong... If you have better
2931 : tests or hints, please send them to perlbug@perl.org
2932 : The metaconfig authors would also appreciate a copy...
2933 $test -f /irix && osname=irix
2934 $test -f /xenix && osname=sco_xenix
2935 $test -f /dynix && osname=dynix
2936 $test -f /dnix && osname=dnix
2937 $test -f /lynx.os && osname=lynxos
2938 $test -f /unicos && osname=unicos && osvers=`$uname -r`
2939 $test -f /unicosmk && osname=unicosmk && osvers=`$uname -r`
2940 $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
2941 $test -f /bin/mips && /bin/mips && osname=mips
2942 $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \
2943 $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4
2944 $test -d /usr/apollo/bin && osname=apollo
2945 $test -f /etc/saf/_sactab && osname=svr4
2946 $test -d /usr/include/minix && osname=minix
2947 $test -f /system/gnu_library/bin/ar.pm && osname=vos
2948 if $test -d /MachTen -o -d /MachTen_Folder; then
2950 if $test -x /sbin/version; then
2951 osvers=`/sbin/version | $awk '{print $2}' |
2952 $sed -e 's/[A-Za-z]$//'`
2953 elif $test -x /usr/etc/version; then
2954 osvers=`/usr/etc/version | $awk '{print $2}' |
2955 $sed -e 's/[A-Za-z]$//'`
2961 $test -f /sys/posix.dll &&
2962 $test -f /usr/bin/what &&
2963 set X `/usr/bin/what /sys/posix.dll` &&
2964 $test "$3" = UWIN &&
2968 if $test -f $uname; then
2976 umips) osname=umips ;;
2979 [23]100) osname=mips ;;
2980 next*) osname=next ;;
2982 tmp=`/bin/uname -X 2>/dev/null|awk '/3\.2v[45]/{ print $(NF) }'`
2983 if $test "$tmp" != "" -a "$3" = "3.2" -a -f '/etc/systemid'; then
2986 elif $test -f /etc/kconfig; then
2988 if test "$lns" = "$ln -s"; then
2990 elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then
2992 elif $contains _POSIX_SOURCE /usr/include/stdio.h > /dev/null 2>&1 ; then
2999 if test -n "$DJGPP"; then
3008 tmp=`( (oslevel) 2>/dev/null || echo "not found") 2>&1`
3010 'not found') osvers="$4"."$3" ;;
3011 '<3240'|'<>3240') osvers=3.2.0 ;;
3012 '=3240'|'>3240'|'<3250'|'<>3250') osvers=3.2.4 ;;
3013 '=3250'|'>3250') osvers=3.2.5 ;;
3017 bsd386) osname=bsd386
3020 cygwin*) osname=cygwin
3023 *dc.osx) osname=dcosx
3029 domainos) osname=apollo
3035 dynixptx*) osname=dynixptx
3036 osvers=`echo "$4"|sed 's/^v//'`
3038 freebsd) osname=freebsd
3040 genix) osname=genix ;;
3042 osvers=`echo "$3" | $sed 's,.*\.\([0-9]*\.[0-9]*\),\1,'`
3058 netbsd*) osname=netbsd
3061 news-os) osvers="$3"
3063 4*) osname=newsos4 ;;
3067 next*) osname=next ;;
3068 nonstop-ux) osname=nonstopux ;;
3069 POSIX-BC | posix-bc ) osname=posix-bc
3072 powerux | power_ux | powermax_os | powermaxos | \
3073 powerunix | power_unix) osname=powerux
3079 solaris) osname=solaris
3081 5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
3088 osvers=`echo $3 | $sed 's/^5/2/g'` ;;
3092 titanos) osname=titanos
3101 ultrix) osname=ultrix
3104 osf1|mls+) case "$5" in
3107 osvers=`sizer -v | awk '{print $3}' | tr '[A-Z]' '[a-z]' | sed 's/^[xvt]//'`
3110 *) osvers=`echo "$3" | sed 's/^[xvt]//'` ;;
3113 hp*) osname=hp_osf1 ;;
3114 mips) osname=mips_osf1 ;;
3117 unixware) osname=svr5
3125 $2) case "$osname" in
3129 : svr4.x or possibly later
3139 if test -f /stand/boot ; then
3140 eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
3141 if test -n "$INITPROG" -a -f "$INITPROG"; then
3142 isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
3143 if test -n "$isesix"; then
3151 *) if test -f /etc/systemid; then
3153 set `echo $3 | $sed 's/\./ /g'` $4
3154 if $test -f $src/hints/sco_$1_$2_$3.sh; then
3156 elif $test -f $src/hints/sco_$1_$2.sh; then
3158 elif $test -f $src/hints/sco_$1.sh; then
3163 '') : Still unknown. Probably a generic Sys V.
3172 *) case "$osname" in
3173 '') : Still unknown. Probably a generic BSD.
3181 if test -f /vmunix -a -f $src/hints/news_os.sh; then
3182 (what /vmunix | UU/tr '[A-Z]' '[a-z]') > UU/kernel.what 2>&1
3183 if $contains news-os UU/kernel.what >/dev/null 2>&1; then
3186 $rm -f UU/kernel.what
3187 elif test -d c:/.; then
3194 case "$targetarch" in
3197 osname=`echo $targetarch|sed 's,^[^-]*-,,'`
3202 : Now look for a hint file osname_osvers, unless one has been
3203 : specified already.
3206 file=`echo "${osname}_${osvers}" | $sed -e 's%\.%_%g' -e 's%_$%%'`
3207 : Also try without trailing minor version numbers.
3208 xfile=`echo $file | $sed -e 's%_[^_]*$%%'`
3209 xxfile=`echo $xfile | $sed -e 's%_[^_]*$%%'`
3210 xxxfile=`echo $xxfile | $sed -e 's%_[^_]*$%%'`
3211 xxxxfile=`echo $xxxfile | $sed -e 's%_[^_]*$%%'`
3214 *) case "$osvers" in
3217 *) if $test -f $src/hints/$file.sh ; then
3219 elif $test -f $src/hints/$xfile.sh ; then
3221 elif $test -f $src/hints/$xxfile.sh ; then
3223 elif $test -f $src/hints/$xxxfile.sh ; then
3225 elif $test -f $src/hints/$xxxxfile.sh ; then
3227 elif $test -f "$src/hints/${osname}.sh" ; then
3236 if $test -f Policy.sh ; then
3239 none) dflt="Policy" ;;
3240 *) dflt="Policy $dflt" ;;
3245 dflt=`echo $hintfile | $sed 's/\.sh$//'`
3249 if $test -f Policy.sh ; then
3252 There's also a Policy hint file available, which should make the
3253 site-specific (policy) questions easier to answer.
3260 You may give one or more space-separated answers, or "none" if appropriate.
3261 A well-behaved OS will have no hints, so answering "none" or just "Policy"
3262 is a good thing. DO NOT give a wrong version or a wrong OS.
3266 rp="Which of these apply, if any?"
3269 for file in $tans; do
3270 if $test X$file = XPolicy -a -f Policy.sh; then
3272 $cat Policy.sh >> UU/config.sh
3273 elif $test -f $src/hints/$file.sh; then
3274 . $src/hints/$file.sh
3275 $cat $src/hints/$file.sh >> UU/config.sh
3276 elif $test X"$tans" = X -o X"$tans" = Xnone ; then
3279 : Give one chance to correct a possible typo.
3280 echo "$file.sh does not exist"
3282 rp="hint to use instead?"
3284 for file in $ans; do
3285 if $test -f "$src/hints/$file.sh"; then
3286 . $src/hints/$file.sh
3287 $cat $src/hints/$file.sh >> UU/config.sh
3288 elif $test X$ans = X -o X$ans = Xnone ; then
3291 echo "$file.sh does not exist -- ignored."
3298 : Remember our hint file for later.
3299 if $test -f "$src/hints/$file.sh" ; then
3309 echo "Fetching default answers from $config_sh..." >&4
3313 cp $config_sh config.sh 2>/dev/null
3323 test "$override" && . ./optdef.sh
3325 : Restore computed paths
3326 for file in $loclist $trylist; do
3327 eval $file="\$_$file"
3332 Configure uses the operating system name and version to set some defaults.
3333 The default value is probably right if the name rings a bell. Otherwise,
3334 since spelling matters for me, either accept the default or answer "none"
3341 ''|' '|none) dflt=none ;;
3342 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
3345 *) dflt="$osname" ;;
3347 rp="Operating system name?"
3351 *) osname=`echo "$ans" | $sed -e 's/[ ][ ]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
3357 ''|' '|none) dflt=none ;;
3358 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
3359 dflt=`echo $dflt | $sed -e 's/^_//' -e 's/_/./g'`
3361 ''|' ') dflt=none ;;
3366 *) dflt="$osvers" ;;
3368 rp="Operating system version?"
3378 : who configured the system
3379 cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1`
3380 cf_by=`(logname) 2>/dev/null`
3383 cf_by=`(whoami) 2>/dev/null`
3385 "") cf_by=unknown ;;
3389 : set up the script used to warn in case of inconsistency
3396 echo "*** WHOA THERE!!! ***" >&4
3397 echo " The $hint value for \$$var on this machine was \"$was\"!" >&4
3398 rp=" Keep the $hint value?"
3401 y) td=$was; tu=$was;;
3405 : function used to set $1 to $val
3406 setvar='var=$1; eval "was=\$$1"; td=$define; tu=$undef;
3408 $define$undef) . ./whoa; eval "$var=\$td";;
3409 $undef$define) . ./whoa; eval "$var=\$tu";;
3410 *) eval "$var=$val";;
3413 case "$usethreads" in
3414 $define|true|[yY]*) dflt='y';;
3419 Perl can be built to take advantage of threads on some systems.
3420 To do so, Configure can be run with -Dusethreads.
3422 Note that threading is a highly experimental feature, and
3423 some known race conditions still remain. If you choose to try
3424 it, be very sure to not actually deploy it for production
3425 purposes. README.threads has more details, and is required
3426 reading if you enable threads.
3428 If this doesn't make any sense to you, just accept the default '$dflt'.
3430 rp='Build a threading Perl?'
3433 y|Y) val="$define" ;;
3439 case "$usethreads" in
3443 As of 5.5.640, Perl has two different internal threading implementations,
3444 the 5.005 version (5005threads) and an interpreter-based version
3445 (ithreads) that has one interpreter per thread. Both are very
3446 experimental. This arrangement exists to help developers work out
3447 which one is better.
3449 If you're a casual user, you probably don't want interpreter-threads
3450 at this time. But if you do, the 'threads' module allows their use,
3451 and the 'Thread' module offers an interface to both 5005threads and
3452 ithreads (whichever has been configured).
3454 : Default to ithreads unless overridden on command line or with
3457 case "$use5005threads" in
3458 $define|true|[yY]*) dflt='n';;
3460 case "$useithreads" in
3461 $undef|false|[nN]*) dflt='n';;
3463 rp='Use interpreter-based ithreads?'
3466 y|Y) val="$define" ;;
3471 : Now set use5005threads to the opposite value.
3472 case "$useithreads" in
3473 $define) val="$undef" ;;
3480 useithreads="$undef"
3481 use5005threads="$undef"
3485 case "$useithreads$use5005threads" in
3489 You cannot have both the ithreads and the 5.005 threads enabled
3490 at the same time. Disabling the 5.005 threads since they are
3491 much less stable than the ithreads.
3494 use5005threads="$undef"
3498 case "$d_oldpthreads" in
3499 '') : Configure tests would be welcome here. For now, assume undef.
3501 *) val="$d_oldpthreads" ;;
3507 case "$usethreads" in
3508 "$define"|true|[yY]*)
3509 : Look for a hint-file generated 'call-back-unit'. If the
3510 : user has specified that a threading perl is to be built,
3511 : we may need to set or change some other defaults.
3512 if $test -f usethreads.cbu; then
3513 echo "Your platform has some specific hints for threaded builds, using them..."
3517 (Your platform doesn't have any specific hints for threaded builds.
3518 Assuming POSIX threads, then.)
3526 Perl can be built so that multiple Perl interpreters can coexist
3527 within the same Perl executable.
3530 case "$useithreads" in
3533 This multiple interpreter support is required for interpreter-based threads.
3537 *) case "$usemultiplicity" in
3538 $define|true|[yY]*) dflt='y';;
3542 echo "If this doesn't make any sense to you, just accept the default '$dflt'."
3543 rp='Build Perl for multiplicity?'
3546 y|Y) val="$define" ;;
3555 case "$usemorebits" in
3556 "$define"|true|[yY]*)
3557 use64bitint="$define"
3558 uselongdouble="$define"
3559 usemorebits="$define"
3561 *) usemorebits="$undef"
3565 : make some quick guesses about what we are up against
3567 $echo $n "Hmm... $c"
3577 $cat /usr/include/signal.h /usr/include/sys/signal.h >foo 2>/dev/null
3578 if test -f /osf_boot || $contains 'OSF/1' /usr/include/ctype.h >/dev/null 2>&1
3580 echo "Looks kind of like an OSF/1 system, but we'll see..."
3582 elif test `echo abc | $tr a-z A-Z` = Abc ; then
3583 xxx=`./loc addbib blurfl $pth`
3584 if $test -f $xxx; then
3585 echo "Looks kind of like a USG system with BSD features, but we'll see..."
3589 if $contains SIGTSTP foo >/dev/null 2>&1 ; then
3590 echo "Looks kind of like an extended USG system, but we'll see..."
3592 echo "Looks kind of like a USG system, but we'll see..."
3596 elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
3597 echo "Looks kind of like a BSD system, but we'll see..."
3601 echo "Looks kind of like a Version 7 system, but we'll see..."
3604 case "$eunicefix" in
3607 There is, however, a strange, musty smell in the air that reminds me of
3608 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
3612 : it so happens the Eunice I know will not run shell scripts in Unix format
3616 echo "Congratulations. You aren't running Eunice."
3620 : Detect OS2. The p_ variable is set above in the Head.U unit.
3621 : Note that this also -- wrongly -- detects e.g. dos-djgpp, which also uses
3622 : semicolon as a patch separator
3627 I have the feeling something is not exactly right, however...don't tell me...
3628 lemme think...does HAL ring a bell?...no, of course, you're only running OS/2!
3629 (Or you may be running DOS with DJGPP.)
3634 if test -f /xenix; then
3635 echo "Actually, this looks more like a XENIX system..."
3640 echo "It's not Xenix..."
3645 if test -f /venix; then
3646 echo "Actually, this looks more like a VENIX system..."
3653 echo "Nor is it Venix..."
3656 chmod +x bsd usg v7 osf1 eunice xenix venix os2
3657 $eunicefix bsd usg v7 osf1 eunice xenix venix os2
3664 rp="Use which C compiler?"
3668 : See if they have not cc but they do have gcc
3670 : Look for a hint-file generated 'call-back-unit'. Now that the
3671 : user has specified the compiler, we may need to set or change some
3673 if $test -f cc.cbu; then
3679 echo "Checking for GNU cc in disguise and/or its version number..." >&4
3685 printf("%s\n", __VERSION__);
3687 printf("%s\n", "1");
3693 if $cc -o try $ccflags $ldflags try.c; then
3694 gccversion=`$run ./try`
3695 case "$gccversion" in
3696 '') echo "You are not using GNU cc." ;;
3697 *) echo "You are using GNU cc $gccversion."
3703 echo "*** WHOA THERE!!! ***" >&4
3704 echo " Your C compiler \"$cc\" doesn't seem to be working!" >&4
3705 case "$knowitall" in
3707 echo " You'd better start hunting for one and let me know about it." >&4
3713 case "$gccversion" in
3714 1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
3716 case "$gccversion" in
3717 '') gccosandvers='' ;;
3718 *) gccshortvers=`echo "$gccversion"|sed 's/ .*//'`
3719 gccosandvers=`$cc -v 2>&1|grep '/specs$'|sed "s!.*/[^-/]*-[^-/]*-\([^-/]*\)/$gccshortvers/specs!\1!"`
3721 case "$gccosandvers" in
3722 $osname) gccosandvers='' ;; # linux gccs seem to have no linux osvers, grr
3723 $osname$osvers) ;; # looking good
3724 $osname*) cat <<EOM >&4
3726 *** WHOA THERE!!! ***
3728 Your gcc has not been compiled for the exact release of
3729 your operating system ($gccosandvers versus $osname$osvers).
3731 In general it is a good idea to keep gcc synchronized with
3732 the operating system because otherwise serious problems
3733 may ensue when trying to compile software, like Perl.
3735 I'm trying to be optimistic here, though, and will continue.
3736 If later during the configuration and build icky compilation
3737 problems appear (headerfile conflicts being the most common
3738 manifestation), I suggest reinstalling the gcc to match
3739 your operating system release.
3743 *) gccosandvers='' ;; # failed to parse, better be silent
3752 : decide how portable to be. Allow command line overrides.
3753 case "$d_portable" in
3755 *) d_portable="$define" ;;
3758 : set up shell script to do ~ expansion
3764 echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|"
3767 if $test -f /bin/csh; then
3768 /bin/csh -f -c "glob \$1"
3773 name=\`$expr x\$1 : '..\([^/]*\)'\`
3774 dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\`
3775 if $test ! -d "\$dir"; then
3777 echo "\$me: can't locate home directory for: \$name" >&2
3782 echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\`
3798 : now set up to get a file name
3802 cat <<'EOSC' >>getfile
3818 expr $fn : '.*(\(.*\)).*' | $tr ',' $trnl >getfile.ok
3819 fn=`echo $fn | sed 's/(.*)//'`
3825 loc_file=`expr $fn : '.*:\(.*\)'`
3826 fn=`expr $fn : '\(.*\):.*'`
3834 */*) fullpath=true;;
3843 *e*) exp_file=true;;
3846 *p*) nopath_ok=true;;
3851 *d*) type='Directory';;
3852 *l*) type='Locate';;
3857 Locate) what='File';;
3862 case "$d_portable" in
3870 while test "$type"; do
3875 true) rp="$rp (~name ok)";;
3878 if test -f UU/getfile.ok && \
3879 $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1
3898 value=`UU/filexp $ans`
3901 if test "$ans" != "$value"; then
3902 echo "(That expands to $value on this system.)"
3916 /*) value="$ansexp" ;;
3917 [a-zA-Z]:/*) value="$ansexp" ;;
3922 echo "I shall only accept a full path name, as in /bin/ls." >&4
3923 echo "Use a ! shell escape if you wish to check pathnames." >&4
3926 echo "Please give a full path name, starting with slash." >&4
3929 echo "Note that using ~name is ok provided it expands well." >&4
3942 for fp in $gfpth; do
3943 if test "X$fp" = X.; then
3948 if test -f "$pf"; then
3950 elif test -r "$pf" || (test -h "$pf") >/dev/null 2>&1
3952 echo "($value is not a plain file, but that's ok.)"
3955 if test X"$type" = X; then
3962 for fp in $gfpth; do
3963 if test "X$fp" = X.; then
3968 direxp="$fp/$ansexp"
3970 if test -d "$direxp"; then
3978 if test -d "$ansexp"; then
3979 echo "(Looking for $loc_file in directory $value.)"
3980 value="$value/$loc_file"
3981 ansexp="$ansexp/$loc_file"
3983 if test -f "$ansexp"; then
3986 case "$nopath_ok" in
3987 true) case "$value" in
3989 *) echo "Assuming $value will be in people's path."
4005 if test "$fastread" = yes; then
4010 rp="$what $value doesn't exist. Use that name anyway?"
4029 test "X$gfpthkeep" != Xy && gfpth=""
4032 : What should the include directory be ?
4034 $echo $n "Hmm... $c"
4038 if $test -f /bin/mips && /bin/mips; then
4039 echo "Looks like a MIPS system..."
4040 $cat >usr.c <<'EOCP'
4041 #ifdef SYSTYPE_BSD43
4045 if cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then
4046 dflt='/bsd43/usr/include'
4050 mips_type='System V'
4052 $rm -f usr.c usr.out
4053 echo "and you're compiling with the $mips_type compiler and libraries."
4057 echo "Doesn't look like a MIPS system."
4067 case "$xxx_prompt" in
4070 rp='Where are the include files you want to use?'
4078 : see how we invoke the C preprocessor
4080 echo "Now, how can we feed standard input to your C preprocessor..." >&4
4081 cat <<'EOT' >testcpp.c
4087 if test ! -f cppstdin; then
4088 if test "X$osname" = "Xaix" -a "X$gccversion" = X; then
4089 # AIX cc -E doesn't show the absolute headerfile
4090 # locations but we'll cheat by using the -M flag.
4091 echo 'cat >.$$.c; rm -f .$$.u; '"$cc"' ${1+"$@"} -M -c .$$.c 2>/dev/null; test -s .$$.u && awk '"'"'$2 ~ /\.h$/ { print "# 0 \""$2"\"" }'"'"' .$$.u; rm -f .$$.o .$$.u; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' > cppstdin
4093 echo 'cat >.$$.c; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' >cppstdin
4096 echo "Keeping your $hint cppstdin wrapper."
4099 wrapper=`pwd`/cppstdin
4103 if $test "X$cppstdin" != "X" && \
4104 $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1 && \
4105 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4107 echo "You used to use $cppstdin $cppminus so we'll use that again."
4109 '') echo "But let's see if we can live without a wrapper..." ;;
4111 if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \
4112 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4114 echo "(And we'll use $cpprun $cpplast to preprocess directly.)"
4117 echo "(However, $cpprun $cpplast does not work, let's see...)"
4125 echo "Good old $cppstdin $cppminus does not seem to be of any help..."
4132 elif echo 'Maybe "'"$cc"' -E" will work...'; \
4133 $cc -E <testcpp.c >testcpp.out 2>&1; \
4134 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4135 echo "Yup, it does."
4138 elif echo 'Nope...maybe "'"$cc"' -E -" will work...'; \
4139 $cc -E - <testcpp.c >testcpp.out 2>&1; \
4140 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4141 echo "Yup, it does."
4144 elif echo 'Nope...maybe "'"$cc"' -P" will work...'; \
4145 $cc -P <testcpp.c >testcpp.out 2>&1; \
4146 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4147 echo "Yipee, that works!"
4150 elif echo 'Nope...maybe "'"$cc"' -P -" will work...'; \
4151 $cc -P - <testcpp.c >testcpp.out 2>&1; \
4152 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4153 echo "At long last!"
4156 elif echo 'No such luck, maybe "'$cpp'" will work...'; \
4157 $cpp <testcpp.c >testcpp.out 2>&1; \
4158 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4162 elif echo 'Nixed again...maybe "'$cpp' -" will work...'; \
4163 $cpp - <testcpp.c >testcpp.out 2>&1; \
4164 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4165 echo "Hooray, it works! I was beginning to wonder."
4168 elif echo 'Uh-uh. Time to get fancy. Trying a wrapper...'; \
4169 $wrapper <testcpp.c >testcpp.out 2>&1; \
4170 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4176 rp="No dice. I can't find a C preprocessor. Name one:"
4180 $x_cpp <testcpp.c >testcpp.out 2>&1
4181 if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4182 echo "OK, that will do." >&4
4184 echo "Sorry, I can't get that to work. Go find one and rerun Configure." >&4
4199 echo "Perhaps can we force $cc -E using a wrapper..."
4200 if $wrapper <testcpp.c >testcpp.out 2>&1; \
4201 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4207 echo "Nope, we'll have to live without it..."
4221 "$wrapper"|'cppstdin') ;;
4222 *) $rm -f $wrapper;;
4224 $rm -f testcpp.c testcpp.out
4226 : Set private lib path
4229 plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
4234 '') dlist="$loclibpth $plibpth $glibpth";;
4235 *) dlist="$libpth";;
4238 : Now check and see which directories actually exist, avoiding duplicates
4242 if $test -d $xxx; then
4245 *) libpth="$libpth $xxx";;
4251 Some systems have incompatible or broken versions of libraries. Among
4252 the directories listed in the question below, please remove any you
4253 know not to be holding relevant libraries, and add any that are needed.
4254 Say "none" for none.
4265 rp="Directories to use for library searches?"
4272 : compute shared library extension
4275 if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
4285 On some systems, shared libraries may be available. Answer 'none' if
4286 you want to suppress searching of shared libraries for the remainder
4287 of this configuration.
4290 rp='What is the file extension used for shared libraries?'
4294 : Define several unixisms.
4295 : Hints files or command line option can be used to override them.
4296 : The convoluted testing is in case hints files set either the old
4299 '') case "$exe_ext" in
4301 *) _exe="$exe_ext" ;;
4306 '') case "$lib_ext" in
4313 '') case "$obj_ext" in
4320 '') case "$path_sep" in
4331 : Which makefile gets called first. This is used by make depend.
4332 case "$firstmakefile" in
4333 '') firstmakefile='makefile';;
4337 $define|true|[yY]*) dflt='y';;
4342 Perl can be built to use the SOCKS proxy protocol library. To do so,
4343 Configure must be run with -Dusesocks. If you use SOCKS you also need
4344 to use the PerlIO abstraction layer, this will be implicitly selected.
4346 If this doesn't make any sense to you, just accept the default '$dflt'.
4348 rp='Build Perl for SOCKS?'
4351 y|Y) val="$define" ;;
4358 $define|true|[yY]*) useperlio="$define";;
4361 : Looking for optional libraries
4363 echo "Checking for optional libraries..." >&4
4368 case "$libswanted" in
4369 '') libswanted='c_s';;
4372 "$define") libswanted="$libswanted socks5 socks5_sh" ;;
4378 for thisdir in $libpth $xlibpth; do
4379 test -d $thisdir && libspath="$libspath $thisdir"
4381 for thislib in $libswanted; do
4382 for thisdir in $libspath; do
4384 if $test ! -f "$xxx" -a "X$ignore_versioned_solibs" = "X"; then
4385 xxx=`ls $thisdir/lib$thislib.$so.[0-9] 2>/dev/null|sed -n '$p'`
4386 $test -f "$xxx" && eval $libscheck
4387 $test -f "$xxx" && libstyle=shared
4389 if test ! -f "$xxx"; then
4390 xxx=$thisdir/lib$thislib.$so
4391 $test -f "$xxx" && eval $libscheck
4392 $test -f "$xxx" && libstyle=shared
4394 if test ! -f "$xxx"; then
4395 xxx=$thisdir/lib$thislib$_a
4396 $test -f "$xxx" && eval $libscheck
4397 $test -f "$xxx" && libstyle=static
4399 if test ! -f "$xxx"; then
4400 xxx=$thisdir/$thislib$_a
4401 $test -f "$xxx" && eval $libscheck
4402 $test -f "$xxx" && libstyle=static
4404 if test ! -f "$xxx"; then
4405 xxx=$thisdir/lib${thislib}_s$_a
4406 $test -f "$xxx" && eval $libscheck
4407 $test -f "$xxx" && libstyle=static
4408 $test -f "$xxx" && thislib=${thislib}_s
4410 if test ! -f "$xxx"; then
4411 xxx=$thisdir/Slib$thislib$_a
4412 $test -f "$xxx" && eval $libscheck
4413 $test -f "$xxx" && libstyle=static
4415 if $test -f "$xxx"; then
4417 shared) echo "Found -l$thislib (shared)." ;;
4418 static) echo "Found -l$thislib." ;;
4419 *) echo "Found -l$thislib ($libstyle)." ;;
4423 *) dflt="$dflt -l$thislib"
4424 libsfound="$libsfound $xxx"
4426 libsfiles="$libsfiles $yyy"
4427 yyy=`echo $xxx|$sed -e "s%/$yyy\\$%%"`
4428 case " $libsdirs " in
4430 *) libsdirs="$libsdirs $yyy" ;;
4437 if $test ! -f "$xxx"; then
4438 echo "No -l$thislib."
4449 ' '|'') dflt='none';;
4454 In order to compile $package on your machine, a number of libraries
4455 are usually needed. Include any other special libraries here as well.
4456 Say "none" for none. The default list is almost always right.
4460 rp="What libraries to use?"
4467 : determine optimization, if desired, or use for debug flag also
4469 ' '|$undef) dflt='none';;
4471 *) dflt="$optimize";;
4475 By default, $package compiles with the -O flag to use the optimizer.
4476 Alternately, you might want to use the symbolic debugger, which uses
4477 the -g flag (on traditional Unix systems). Either flag can be
4478 specified here. To use neither flag, specify the word "none".
4481 rp="What optimizer/debugger flag should be used?"
4485 'none') optimize=" ";;
4489 : We will not override a previous value, but we might want to
4490 : augment a hint file
4492 default|recommended)
4493 case "$gccversion" in
4494 1*) dflt='-fpcc-struct-return' ;;
4497 *-g*) dflt="$dflt -DDEBUGGING";;
4499 case "$gccversion" in
4500 2*) if test -d /etc/conf/kconfig.d &&
4501 $contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1
4507 case "$gccversion" in
4511 echo "Checking if your compiler accepts -fno-strict-aliasing" 2>&1
4512 echo 'int main(void) { return 0; }' > gcctest.c
4513 if $cc -O2 -fno-strict-aliasing -o gcctest gcctest.c; then
4514 echo "Yes, it does." 2>&1
4517 echo "Leaving current flags $ccflags alone." 2>&1
4519 *) dflt="$dflt -fno-strict-aliasing" ;;
4522 echo "Nope, it doesn't, but that's ok." 2>&1
4529 case "$mips_type" in
4530 *BSD*|'') inclwanted="$locincpth $usrinc";;
4531 *) inclwanted="$locincpth $inclwanted $usrinc/bsd";;
4533 for thisincl in $inclwanted; do
4534 if $test -d $thisincl; then
4535 if $test x$thisincl != x$usrinc; then
4537 *" -I$thisincl "*);;
4538 *) dflt="$dflt -I$thisincl ";;
4544 inctest='if $contains $2 $usrinc/$1 >/dev/null 2>&1; then
4546 elif $contains $2 $usrinc/sys/$1 >/dev/null 2>&1; then
4554 *) dflt="$dflt -D$2";;
4558 set signal.h LANGUAGE_C; eval $inctest
4562 ccflags="$ccflags -DSOCKS"
4567 default|recommended) dflt="$ccflags $dflt" ;;
4568 *) dflt="$ccflags";;
4577 Your C compiler may want other flags. For this question you should include
4578 -I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
4579 but you should NOT include libraries or ld flags like -lwhatever. If you
4580 want $package to honor its debug switch, you should include -DDEBUGGING here.
4581 Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
4583 To use no flags, specify the word "none".
4589 rp="Any additional cc flags?"
4596 : the following weeds options from ccflags that are of no interest to cpp
4598 '') cppflags="$ccflags" ;;
4599 *) cppflags="$cppflags $ccflags" ;;
4601 case "$gccversion" in
4602 1*) cppflags="$cppflags -D__GNUC__"
4604 case "$mips_type" in
4606 *BSD*) cppflags="$cppflags -DSYSTYPE_BSD43";;
4612 echo "Let me guess what the preprocessor flags are..." >&4
4626 *) ftry="$previous $flag";;
4628 if $cppstdin -DLFRULB=bar $cppflags $ftry $cppminus <cpp.c \
4629 >cpp1.out 2>/dev/null && \
4630 $cpprun -DLFRULB=bar $cppflags $ftry $cpplast <cpp.c \
4631 >cpp2.out 2>/dev/null && \
4632 $contains 'foo.*xx.*bar' cpp1.out >/dev/null 2>&1 && \
4633 $contains 'foo.*xx.*bar' cpp2.out >/dev/null 2>&1
4635 cppflags="$cppflags $ftry"
4645 *-*) echo "They appear to be: $cppflags";;
4647 $rm -f cpp.c cpp?.out
4651 : flags used in final linking phase
4653 '') if ./venix; then
4659 *-posix*) dflt="$dflt -posix" ;;
4662 *) dflt="$ldflags";;
4665 : Try to guess additional flags to pick up local libraries.
4666 for thislibdir in $libpth; do
4667 case " $loclibpth " in
4670 *"-L$thislibdir "*) ;;
4671 *) dflt="$dflt -L$thislibdir" ;;
4683 Your C linker may need flags. For this question you should
4684 include -L/whatever and any other flags used by the C linker, but you
4685 should NOT include libraries like -lwhatever.
4687 Make sure you include the appropriate -L/path flags if your C linker
4688 does not normally search all of the directories you specified above,
4691 To use no flags, specify the word "none".
4695 rp="Any additional ld flags (NOT including libraries)?"
4701 rmlist="$rmlist pdp11"
4705 echo "Checking your choice of C compiler and flags for coherency..." >&4
4706 $cat > try.c <<'EOF'
4708 int main() { printf("Ok\n"); exit(0); }
4710 set X $cc -o try $optimize $ccflags $ldflags try.c $libs
4712 $cat >try.msg <<'EOM'
4713 I've tried to compile and run the following simple program:
4716 $cat try.c >> try.msg
4718 $cat >> try.msg <<EOM
4725 and I got the following output:
4729 if $sh -c "$cc -o try $optimize $ccflags $ldflags try.c $libs" >>try.msg 2>&1; then
4730 if $sh -c "$run ./try" >>try.msg 2>&1; then
4734 *) echo 'The program compiled OK, but produced no output.' >> try.msg
4737 cat >> try.msg <<'EOQS'
4738 If $libs contains -lsfio, and sfio is mis-configured, then it
4739 sometimes (apparently) runs and exits with a 0 status, but with no
4740 output! It may have to do with sfio's use of _exit vs. exit.
4743 rp="You have a big problem. Shall I abort Configure"
4750 echo "The program compiled OK, but exited with status $?." >>try.msg
4751 rp="You have a problem. Shall I abort Configure"
4755 echo "I can't compile the test program." >>try.msg
4756 rp="You have a BIG problem. Shall I abort Configure"
4762 case "$knowitall" in
4764 echo "(The supplied flags or libraries might be incorrect.)"
4772 *) echo "Ok. Stopping Configure." >&4
4777 n) echo "OK, that should do.";;
4779 $rm -f try try.* core
4781 : define a shorthand compile call
4785 $cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs > /dev/null 2>&1;'
4786 : define a shorthand compile call for compilations that should be ok.
4790 $cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs;'
4792 : check for lengths&n