1 $! OpenVMS configuration procedure for Perl -- do not attempt to run under DOS
2 $ sav_ver = 'F$VERIFY(0)'
3 $ on control_y then goto clean_up
6 $! For example, if you unpacked perl into: [USER.PERL-5n...] then you will
7 $! want to cd into the tree and execute Configure:
9 $! $ SET DEFAULT [USER.PERL5_xxx]
14 $! $ SET DEFAULT [USER.PERL5_xxx]
15 $! $ @Configure "-des"
17 $! That's it. If you get into a bind trying to build perl on VMS then
18 $! definitely read through the README.VMS file.
19 $! Beyond that send email to vmsperl@perl.org
21 $! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23 $! send suggestions to:
24 $! Dan Sugalski <dan@sidhe.org>
27 $! Adapted and converted from Larry Wall & Andy Dougherty's
28 $! "Configure generated by metaconfig 3.0 PL60." by Peter Prymmer
29 $! (a Bourne sh[ell] script for configuring the installation of perl
30 $! on non-VMS systems) in the perl5.002|3 epoch (spring/summer 1996)
31 $! with much valuable help from Charles Bailey &
32 $! the whole VMSPerl crew.
33 $! Extended and messed about with by Dan Sugalski
35 $! VMS-isms we will need:
36 $ echo = "write sys$output "
38 $ delete := delete ! local symbol overrides globals with qualifiers
46 $ be_case_sensitive = "n"
47 $ unlink_all_versions = "n"
48 $ use_vmsdebug_perl = "n"
52 $ usesitecustomize = "n"
53 $ C_Compiler_Replace = "CC="
54 $ Thread_Live_Dangerously = "MT="
55 $ use_two_pot_malloc = "N"
56 $ use_pack_malloc = "N"
57 $ use_debugmalloc = "N"
60 $ vms_default_directory_name = F$ENVIRONMENT("DEFAULT")
61 $ max_allowed_dir_depth = 3 ! e.g. [A.B.PERLxxx] not [A.B.C.PERLxxx]
62 $! max_allowed_dir_depth = 2 ! e.g. [A.PERLxxx] not [A.B.PERLxxx]
64 $! Sebastian Bazley's request: close the CONFIG handle with /NOLOG
65 $! qualifier "just in case" (configure.com is re @ed in a bad state).
66 $! This construct was tested to be not a problem as far back as
67 $! VMS V5.5-2, hopefully earlier versions are OK as well.
71 $! Now keep track of open files
73 $ vms_filcnt = F$GETJPI ("","FILCNT")
75 $!: compute my invocation name
76 $ me = F$ENVIRONMENT("PROCEDURE")
78 $! Many null statements (begin with colon ':') in the Bourne shell version of
79 $! this script serve as comments/placeholders. I have retained some of the ones
80 $! that will help you compare this .COM file to the sh version - as well as
81 $! leave placeholders for future improvements to this .COM file.
82 $! sfn = VMS "skipped for now"
84 $!: Proper PATH separator !sfn
85 $!: Proper PATH setting !sfn
86 $!: Sanity checks !sfn "Say '@''$me''"
87 $!: On HP-UX, large Configure scripts may exercise a bug in /bin/sh !sfn
88 $!: Configure runs within the UU subdirectory !->after find MANIFEST
89 $! <big long list of default values (mostly null)>
90 $!: We must find out about Eunice early !(?)
91 $!: list of known cpp symbols, sorted alphabetically !sfn
93 $!: default library list !sfn
94 $! <no hints files in use (yet?)>
95 $!: Extra object files, if any, needed on this platform. !sfn
96 $!: Possible local include directories to search. !sfn
97 $!: Set locincpth to "" in a hint file to defeat local include searches. !sfn
98 $!locincpth="/usr/local/include /opt/local/include /usr/gnu/include" !sfn
99 $!locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
100 $!: no include file wanted by default !sfn
102 $!: Possible local library directories to search. !sfn
103 $!loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib" !sfn
104 $!loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib" !sfn
105 $!: general looking path for locating libraries !sfn
106 $!glibpth="/lib/pa1.1 /usr/shlib /usr/lib/large /lib /usr/lib" !sfn
107 $!glibpth="$glibpth $xlibpth /lib/large /usr/lib/small /lib/small" !sfn
108 $!glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/shlib" !sfn
109 $!: Private path used by Configure to find libraries. Its value !sfn
110 $!: is prepended to libpth. This variable takes care of special !sfn
111 $!: machines, like the mips. Usually, it should be empty. !sfn
113 $!: full support for void wanted by default !sfn
114 $!defvoidused=15 !sfn
115 $!: List of libraries we want. !sfn
116 $!libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' !sfn
117 $!libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" !sfn
118 $!libswanted="$libswanted ucb bsd BSD PW x" !sfn
119 $!: We probably want to search /usr/shlib before most other libraries. !sfn
120 $!: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. !sfn
121 $!glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` !sfn
122 $!glibpth="/usr/shlib $glibpth" !sfn
123 $!: Do not use vfork unless overridden by a hint file. !sfn
124 $!usevfork=false !sfn
125 $!: script used to extract .SH files with variable substitutions !sfn
126 $!: produce awk script to parse command line options !sfn
127 $!sfn (assume no sed awk) see below
128 $!: process the command line options
130 $!: set up default values
134 $ IF F$TYPE(config_sh) .EQS. "" THEN config_sh=""
145 $ use_5005_threads = "N"
151 $ THEN !one or more switches was thrown
158 $ config_args = config_args + F$FAO(" !AS",P'i')
161 $ IF (i.LT.9) THEN GOTO Param_loop !DCL allows P1..P8
165 $ IF (F$EXTRACT(0,1,P'i') .EQS. "-") THEN P'i' = P'i' - "-"
166 $ IF (F$EXTRACT(0,1,P'i') .EQS. "/") THEN P'i' = P'i' - "/"
167 $Remove_quotation_mark:
169 $ IF F$LOCATE("""",P'i') .LT. F$LENGTH(P'i') THEN GOTO Remove_quotation_mark
170 $ gotopt = "f" !"alse"
171 $ gotshortopt = "f" !"alse"
172 $ IF (F$EXTRACT(0,1,P'i') .EQS. "d")
175 $ gotopt = "t" !"rue"
177 $ gotshortopt = "t" !"rue"
179 $ IF (F$EXTRACT(0,1,P'i') .EQS. "e")
186 $ IF (F$EXTRACT(0,1,P'i') .EQS. "f") ! "-f"
190 $ IF (F$SEARCH(config_sh).NES."")
192 $ test_config_sh = F$FILE_ATTRIBUTES(config_sh,"PRO")
193 $ IF (F$LOCATE("R",test_config_sh).NE.F$LENGTH(test_config_sh))
196 $ CONTINUE !at this point check UIC && if test allows...
199 $ echo "''me': cannot read config file ''config_sh'."
203 $ echo "''me': cannot read config file ''config_sh'."
208 $ IF (F$EXTRACT(0,1,P'i') .EQS. "h") ! "-h"
215 $ IF (F$EXTRACT(0,1,P'i') .EQS. "m") ! "-m"
222 $ IF (F$EXTRACT(0,1,P'i') .EQS. "r") ! "-r"
229 $ IF (F$EXTRACT(0,1,P'i') .EQS. "s") ! "-s"
236 $ IF (F$EXTRACT(0,1,P'i') .EQS. "E") ! "-E"
241 $ IF (F$EXTRACT(0,1,P'i') .EQS. "K") ! "-K"
248 $ IF (F$EXTRACT(0,1,P'i') .EQS. "O") ! "-O"
255 $ IF (F$EXTRACT(0,1,P'i') .EQS. "S") ! "-S"
257 $ extractsh = "true" !VMS? Yes with munchconfig
262 $ IF (F$EXTRACT(0,1,P'i') .EQS. "D") ! "-D"
265 $ IF (F$LOCATE("=",P'i') .EQ. F$LENGTH(P'i'))
267 $ tmp = P'i' + "=""define"""
271 $ IF (F$LOCATE("=",P'i') .EQ. (F$LENGTH(P'i') - 1))
273 $ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
274 $ echo "''me': use ""-Usymbol=val"" not ""-Dsymbol=""."
275 $ echo "''me': ignoring -D",P'i'
277 $ tmp = F$EXTRACT(0,F$LOCATE("=",P'i'),P'i')
278 $ tmp = tmp + "=""" + F$EXTRACT(F$LOCATE("=",P'i')+1,F$LENGTH(P'i'),P'i') + """"
285 $ IF (F$EXTRACT(0,1,P'i') .EQS. "U") ! "-U"
288 $ IF (F$LOCATE("=",P'i') .EQ. F$LENGTH(P'i'))
290 $ tmp = P'i' + "="""""
294 $ IF (F$LOCATE("=",P'i') .LT. (F$LENGTH(P'i') - 1))
296 $ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
297 $ echo "''me': use ""-Dsymbol=val"" not ""-Usymbol=val""."
298 $ echo "''me': ignoring -U",P'i'
300 $ tmp = P'i' + "=""undef"""
307 $ IF (F$EXTRACT(0,1,P'i') .EQS. "V")
309 $ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
310 $ echo "''me' generated by an unknown version of EDT."
316 $ echo "''me': unknown option ",P'i'
319 $ IF (F$LENGTH(P'i').GT.0).AND.(gotshortopt) THEN i = i - 1 !clustered switch
321 $ IF (i .LT. (bang + 1)) THEN GOTO Opt_loop
323 $ ENDIF ! (P1 .NES. "")
324 $ config_args = F$EDIT(config_args,"TRIM")
328 $ me = F$PARSE(me,,,"DIRECTORY")+ F$PARSE(me,,,"NAME")
329 $ echo "Usage: @''me' [-dehmr""EKOSV""] [-fconfig.sh] [""-Dsymbol""] [""-Dsymbol=value""]"
330 $ echo " [-Usymbol] [-Usymbol=]"
333 "-d" : use defaults for all answers.
334 "-e" : go on without questioning past the production of config.sh. *
335 "-f" : specify an alternate default configuration file.
336 "-h" : print this help message and exit (with an error status).
337 "-m" : skip the MANIFEST check to see that all files are present
338 "-r" : reuse C symbols value if possible (skips costly nm extraction).*
339 "-s" : silent mode, only echoes questions and essential information.
340 -"D" : define symbol to have some value: *
341 -"Dsymbol" symbol gets the value 'define'
342 -"Dsymbol=value" symbol gets the value 'value'
343 -E : stop at the end of questions, after having produced config.sh. *
344 -K : do not use unless you know what you are doing.
345 -O : let -D and -U override definitions from loaded configuration file. *
346 -S : perform variable substitutions on all .SH files (can mix with -f) *
347 -"U" : undefine symbol: *
348 -"Usymbol" symbol gets the value 'undef'
349 -"Usymbol=" symbol gets completely empty
350 -V : print version number and exit (with a zero status).
352 $ echo "%Config-I-VMS, lower case switches must be enclosed"
353 $ echo "-Config-I-VMS, in double quotation marks, e.g.:"
354 $ echo "-Config-I-VMS, @Configure ""-des"""
355 $ echo "-Config-I-VMS, * indicates switch may not be fully implemented for VMS."
356 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
358 $ EXIT 3 ! $STATUS = "%X00000003" (informational)
364 $ IF F$Mode() .eqs. "BATCH"
366 $ STDOUT = F$PARSE(F$GETQUI("DISPLAY_ENTRY", "JOB_NAME"), -
367 F$GETQUI("DISPLAY_ENTRY", "LOG_SPECIFICATION"), ".LOG")
368 $ WRITE SYS$OUTPUT "Warning: Executing in batch mode. To avoid file locking conflicts,"
369 $ WRITE SYS$OUTPUT "output intended for SYS$OUTPUT will be sent to a new version"
370 $ WRITE SYS$OUTPUT STDOUT
372 $ STDOUT = F$TRNLNM("SYS$OUTPUT")
374 $ DEFINE SYS$OUTPUT "_NLA0:"
375 $ echo4 = "write STDOUT "
376 $ cat4 = "TYPE/OUTPUT=''STDOUT'"
377 $ open/write/share=read STDOUT 'STDOUT'
385 $ echo4 = "write SYS$OUTPUT "
389 $!: run the defines and the undefines, if any, but leave the file out there...
390 $! Unfortunately Configure.COM in DCL is not yet set up to do this -
395 $ packageup = F$EDIT((package - "5"),"UPCASE")
397 $!: Eunice requires " " instead of "", can you believe it
400 $ echo "Beginning of configuration questions for ''package'."
403 $!: Some greps do not return status, grrr.
404 $ contains = "SEARCH"
406 $!: first determine how to suppress newline on echo command !cant DCL is record oriented
407 $! echo "Checking ''echo' to see how to suppress newlines..."
408 $! echo "giving up..."
409 $! echo "The star should be here-->*"
411 $!: Now test for existence of everything in MANIFEST
413 $ echo4 "First let's make sure your kit is complete. Checking..."
416 $! Here I assume we are in the [foo.PERLxxx...] tree
417 $! because the search routine simply does set def [-] if necessary.
418 $ file_2_find = "MANIFEST" !I hope this one is not in [foo.PERL5xxx.VMS...]
420 $ manifestfound = F$SEARCH(file_2_find)
421 $ IF (manifestfound .EQS. "")
423 $ IF F$PARSE(F$ENVIRONMENT("DEFAULT"),,,"DIRECTORY",).NES."[000000]"
426 $ GOTO Research_manifest
429 $ echo "There is no MANIFEST file. I hope your kit is complete !"
431 $ GOTO Beyond_manifest
434 $! MANIFEST. has been found and we have set def'ed there.
435 $! Time to bail out before it's too late, i.e. too deep.
436 $! Depth check is unnecessary on Alpha VMS V7.2++ (even for ODS-2).
437 $ tmp = f$extract(1,3,f$edit(f$getsyi("VERSION"),"TRIM,COLLAPSE"))
438 $ IF (tmp .GES. "7.2") .AND. (F$GETSYI("HW_MODEL") .GE. 1024) THEN GOTO Beyond_depth_check
439 $! Depth check also unnecessary on ODS 5 (or later) file systems.
440 $ tmp = F$INTEGER(F$GETDVI(F$ENVIRONMENT("DEFAULT"),"ACPTYPE") - "F11V")
441 $ IF (tmp .GE. 5) THEN GOTO Beyond_depth_check
442 $ IF (F$ELEMENT(max_allowed_dir_depth,".",F$ENVIRONMENT("DEFAULT")).nes.".")
446 %Config-E-VMS, ERROR:
447 Sorry! It apears as though your perl build sub-directory is already too
448 deep into the VMS file system. Please try moving stuff into a shallower
449 directory (or altering the "max_allowed_dir_depth" parameter).
451 $ echo4 "ABORTING..."
452 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
454 $ EXIT !2 !$STATUS = "%X00000002" (error)
458 $! after finding MANIFEST let's create (but not yet enter) the UU subdirectory
460 $ IF (manifestfound .NES. "")
462 $ IF ( F$SEARCH("UU.DIR").EQS."" )
464 $ CREATE/DIRECTORY [.UU]
466 $ IF ( F$SEARCH("[.UU]*.*").NES."" ) THEN DELETE/NOLOG/NOCONFIRM [.UU]*.*;*
468 $!: Configure runs within the UU subdirectory
471 $! a little redundancy never hurt anybody?
472 $ file_2_find = "[-]" + file_2_find
473 $ manifestfound = F$SEARCH(file_2_find)
475 $ OPEN/WRITE MISSING MISSING.
476 $!change to "FALSE" if you wish to skip the manifest search
477 $!(which after all is rather slow in DCL :-)
480 $ echo "Skipping MANIFEST check as requested"
483 $ OPEN/READ CONFIG 'manifestfound'
485 $ READ/END_OF_FILE = Done_manifest CONFIG line
486 $! This algorithm turns "foo/bar/baz.c" into "[.foo.bar]baz.c"
487 $! pvhp@lns62.lns.cornell.edu 10-JUN-1996 20:31:46
488 $! 2-MAR-1998 15:46:11 Improved to turn "foo/bar/baz.c.buz"
489 $! into "[.foo.bar]baz.c_buz as happens with vmstar and unzip
490 $ line = F$EDIT(line,"TRIM, COMPRESS")
491 $ file_2_find = F$EXTRACT(0,F$LOCATE(" ",line),line)
492 $ IF F$LOCATE("/",file_2_find) .NE. F$LENGTH(file_2_find)
494 $Re_strip_line_manifest:
495 $ loca = F$LOCATE("/",file_2_find)
496 $ ante = F$EXTRACT(0,loca,file_2_find)
497 $ post = F$EXTRACT(loca,F$LENGTH(file_2_find),file_2_find)
498 $ test_this = ante + "." + (post - "/")
499 $ IF F$LOCATE("/",test_this) .NE. F$LENGTH(test_this)
501 $ file_2_find = ante + "." + (post - "/")
502 $ GOTO Re_strip_line_manifest
504 $ file_2_find = ante + "]" + (post - "/")
506 $ file_2_find = "[-."+file_2_find
508 $ file_2_find = "[-]" + file_2_find
511 $ dirname = F$EXTRACT(0,F$LOCATE("]",file_2_find),file_2_find) + "]"
512 $ file_2_find = file_2_find - dirname
514 $! may not need double dot check on ODS-5 volumes
515 $ found = F$SEARCH(dirname + file_2_find)
516 $ IF found .NES. "" THEN GOTO Read_loop_manifest
520 $ dot_ele = F$ELEMENT(dots,".",file_2_find)
521 $ IF dot_ele .EQS. "." THEN GOTO Eo_dot_loop
523 $ THEN basename = f$extract(0,f$locate(".",file_2_find),file_2_find) + "."
524 $ ELSE basename = basename + dot_ele + "_"
529 $ IF (((f$length(file_2_find)+1) .eq. f$length(basename)) .and. -
530 (f$extract(f$length(basename)-1,1,basename) .eqs. "_")) THEN -
531 basename = f$extract(0,f$length(basename)-1,basename)
532 $ file_2_find = dirname + basename
534 $ found = F$SEARCH(file_2_find)
535 $ IF (found .EQS. "" .AND. dots .GT. 2)
537 $! 17-DEC-1999 Improved to turn "[.foo.bar]baz.c_buz" into
538 $! "[.foo.bar]baz_c.buz" to cover unzipped archives and put
539 $! "[.foo.bar]baz.c_buz,baz_c.buz" into missing list if neither is found.
540 $ basename[f$locate(".",basename),1] := _
541 $ dot_ele = F$ELEMENT(dots - 1,"_",basename)
543 f$extract(0,f$length(basename)-(f$length(dot_ele)+1),basename) -
545 $ found = F$SEARCH(dirname + basename)
546 $ file_2_find = file_2_find + "," + basename
548 $ IF (found .EQS. "")
550 $ WRITE MISSING file_2_find
551 $ IF ((F$LENGTH(miss_list)+F$LENGTH(file_2_find)).LT.250)
553 $ miss_list = miss_list + "," + file_2_find
556 $ GOTO Read_loop_manifest
561 $ ENDIF ! (manifestfound .NES. "")
563 $ IF (miss_list .NES. "")
565 $ echo "Some of the files not found include:"
568 $ IF ((miss_list .NES. "").OR.(manifestfound .EQS. ""))
574 THIS PACKAGE SEEMS TO BE INCOMPLETE.
576 You have the option of continuing the configuration process, despite the
577 distinct possibility that your kit is damaged, by typing 'y'es. If you
578 do, don't blame me if something goes wrong. I advise you to type 'n'o
579 and contact the author (dan@sidhe.org)
582 $ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
585 $ echo4 "Continuing..."
587 $ echo4 "ABORTING..."
591 $ echo4 "Looks good..."
592 $ DELETE/NOLOG/NOCONFIRM MISSING.;
593 $ ENDIF ! (miss_list .NES. "")
594 $ ENDIF ! (manifestfound .EQS. "") ELSE
596 $! after finding MANIFEST (see above)
597 $!: Configure runs within the UU subdirectory
599 $!: compute the number of columns on the terminal for proper question formatting
600 $ IF F$MODE() .EQS. "BATCH"
601 $! else it winds up being 512 in batch
603 $ ELSE COLUMNS = F$GETDVI("SYS$OUTPUT","DEVBUFSIZ")
605 $! "-des" sets SYS$OUTPUT to NL: with a DEVBUFSIZ too large (512 again)
606 $ IF COLUMNS .GT. 210 THEN COLUMNS = 80
607 $! not sure if this would actually be needed - it hopefully will not hurt
608 $ IF COLUMNS .LT. 40 THEN COLUMNS = 40
610 $!: set up the echo used in my read !sfn
611 $!: now set up to do reads with possible shell escape and default assignment !sfn
614 $! The sub_rp splitting is intended to handle long symbols such as the dflt for
619 $ len_rp = F$LENGTH(rp)
620 $ If (.NOT. silent) Then echo ""
625 $ sub_rp = F$EXTRACT(i_rp,COLUMNS,rp)
626 $ i_rp = i_rp + COLUMNS
627 $ if i_rp .LT. len_rp THEN echo4 "''sub_rp'"
628 $ IF i_rp .LT. len_rp THEN GOTO rp_loop
636 $ READ SYS$COMMAND/PROMPT="''sub_rp'" ans
638 $ IF (ans .EQS. "&-d")
640 $ echo4 "(OK, I will run with -d after this question.)"
642 $ deferred_fastread =1
645 $ IF (ans .EQS. "&-s")
647 $ echo4 "(OK, I will run with -s after this question.)"
649 $ deferred_silent = 1
652 $ if (bool_dflt .nes. "")
654 $ if (ans .eqs. "") then ans = bool_dflt
655 $ ans = f$extract(0,1,f$edit(ans,"collapse,upcase"))
656 $ if (ans .eqs. "Y" .or. ans .eqs. "1" .or. ans .eqs. "T")
660 $ if (ans .eqs. "N" .or. ans .eqs. "0" .or. ans .eqs. "F")
664 $ echo4 "Input not understood please answer 'Yes' or 'No'"
670 $ ans = f$edit(ans,"trim,compress")
671 $ if (ans .eqs. "") then ans = dflt
672 $ if (f$edit(ans,"upcase") .eqs. "NONE") then ans = ""
674 $ if f$type(deferred_silent) .nes. ""
678 $ delete/symbol deferred_silent
680 $ if f$type(deferred_fastread) .nes. ""
683 $ delete/symbol deferred_fastread
689 $!: create .config dir to save info across Configure sessions
690 $ IF ( F$SEARCH("[-]CONFIG.DIR").EQS."" )
692 $ CREATE/DIRECTORY [-.CONFIG]
693 $ OPEN/WRITE CONFIG [-.CONFIG]README.
695 "This directory created by Configure to save information that should"
697 "persist across sessions."
700 "You may safely delete it if you wish."
704 $ IF F$TYPE(usedevel) .EQS. "" THEN usedevel := n
705 $ patchlevel_h = F$SEARCH("[-]patchlevel.h")
706 $ IF (patchlevel_h.NES."")
708 $ SEARCH 'patchlevel_h' "define","PERL_VERSION","epoch"/match=and/out=[]ver.out
709 $ IF .NOT. usedevel .AND. usedevel .NES. "define"
711 $ OPEN/READ CONFIG []ver.out
714 $ tmp = F$EDIT(line,"TRIM,COMPRESS")
715 $ xpatchlevel = F$INTEGER(F$ELEMENT(2," ",tmp))
716 $ line = xpatchlevel / 2
717 $ tmp = xpatchlevel - ( line * 2 )
720 $ echo4 "patchlevel is " + F$STRING(xpatchlevel)
723 *** WHOA THERE!!! ***
725 This is an UNSTABLE DEVELOPMENT release.
726 (The patchlevel, is odd--as opposed to even,
727 and that signifies a development release. If you want a
728 maintenance release, you want an even-numbered release.)
730 Do ***NOT*** install this into production use.
731 Data corruption and crashes are possible.
733 It is most seriously suggested that you do not continue any further
734 unless you want to help in developing and debugging Perl.
738 $ rp="Do you really want to continue? [''bool_dflt'] "
739 $ fastread_save = fastread
742 $ fastread = fastread_save
743 $ delete/symbol fastread_save
746 $ echo4 "Okay, continuing."
749 $ DELETE/NOLOG/NOCONFIRM []ver.out;
756 $ DELETE/NOLOG/NOCONFIRM []ver.out;
758 $!: general instructions
761 $ user = F$EDIT(F$GETJPI("","USERNAME"),"TRIM,COLLAPSE")
762 $ IF .NOT.(F$SEARCH("[-.CONFIG]INSTRUCT.").EQS."")
764 $ messages = F$ENVIRONMENT("MESSAGE")
765 $ SET MESSAGE/NOFAC/NOSEV/NOIDENT/NOTEXT
766 $ contains /NOOUTPUT [-.CONFIG]INSTRUCT. 'user'
767 $ IF .NOT.($status.EQ.%X08D78053)
771 $ rp = "Would you like to see the instructions? [''bool_dflt'] "
773 $ if .NOT.ans THEN needman=""
775 $ SET MESSAGE 'messages'
777 $ if (fastread.AND.silent.AND.(alldone.eqs."cont")) THEN needman=""
784 This installation shell script will examine your system and ask you questions
785 to determine how the perl5 package should be installed. If you get
786 stuck on a question, you may use a ^C or ^Y shell escape to STOP this
787 process, edit something, then restart this process as you just did.
788 Many of the questions will have default answers in square
789 brackets; typing carriage return will give you the default.
792 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
796 In a hurry? You may run '@Configure "-d"'. This will bypass nearly all
797 the questions and use the computed defaults (or the previous answers provided
798 there was already a config.sh file). Type '@Configure "-h"' for a list of
802 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
806 Much effort has been expended to ensure that this shell script will
807 run on any VMS system. If despite that it blows up on yours, your
808 best bet is to edit Configure.com and @ it again. Whatever problems
809 you have with Configure.com, let me (dan@sidhe.org) know how I blew
813 $!This installation script affects things in two ways:
815 $!1) it may do direct variable substitutions on some of the files included
817 $!2) it builds a config.h file for inclusion in C programs. You may edit
818 $! any of these files as the need arises after running this script.
820 $!If you make a mistake on a question, there is no easy way to back up to it
823 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
824 $ IF (F$SEARCH("[-.CONFIG]INSTRUCT.").EQS."")
826 $ OPEN/WRITE CONFIG [-.CONFIG]INSTRUCT.
830 $ ENDIF !(needman .EQS. "true")
832 $!: see if sh knows # comments !sfn
834 $!: figure out how to guarantee sh startup !sfn
835 $!: find out where common programs are !sfn
836 $!loclist="awk/cat/comm/cp/echo/expr/find/grep/ln/ls/mkdir/rm/sed/sort/touch/tr/uniq"
837 $!trylist="byacc/cpp/csh/date/egrep/less/line/more/nroff/perl/pg/sendmail/test/uname"
838 $! echo "I don't know where '$file' is, and my life depends on it."
839 $! echo "Go find a public domain implementation or fix your PATH setting!"
841 $! echo "Don't worry if any of the following aren't found..."
842 $!: determine whether symbolic links are supported !sfn
843 $!: see whether [:lower:] and [:upper:] are supported character classes !sfn
844 $!: set up the translation script tr, must be called with ./tr of course !sfn
846 $!: Try to determine whether config.sh was made on this system
847 $!: Get old answers from old config file if Configure was run on the
848 $!: same system, otherwise use the hints.
849 $ config_sh_es = "''config_sh'/[-]config.sh/[-.vms]config.vms/"
853 $ config_sh = F$ELEMENT(i,"/",config_sh_es)
855 $ IF (config_sh.NES."/").AND.(config_sh.NES."")
857 $ configshfound = F$SEARCH(config_sh)
858 $ IF (configshfound.NES."") THEN GOTO Config_sh_found
860 $ IF (i.LT.max) THEN GOTO Config_sh_look
861 $! genconfig.pl has "osname='VMS'"
862 $ osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE")
863 $ IF (configshfound.EQS."")
865 $ config_sh = "[-]config.sh" ! the fallback default
866 $ GOTO Beyond_config_sh
869 $ IF F$TYPE(osname) .EQS. "" THEN osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE")
871 $ IF F$TYPE(config_dflt) .NES. "" THEN bool_dflt = config_dflt
872 $ rp = "Shall I use ''config_sh' for default answers? [''bool_dflt'] "
877 $ echo "Fetching default answers from ''config_sh'..."
879 $! we do our own parsing of the shell-script stuff
880 $! ...and only accept symbols if they're in the | delimited list below
882 $ config_symbols0 ="|archlib|archlibexp|bin|binexp|builddir|cf_email|config_sh|installarchlib|installbin|installman1dir|installman3dir|"
883 $ config_symbols1 ="|installprivlib|installscript|installsitearch|installsitelib|most|oldarchlib|oldarchlibexp|osname|pager|perl_symbol|perl_verb|"
884 $ config_symbols2 ="|prefix|privlib|privlibexp|scriptdir|sitearch|sitearchexp|sitebin|sitelib|sitelib_stem|sitelibexp|try_cxx|use64bitall|use64bitint|"
885 $ config_symbols3 ="|usecasesensitive|usedefaulttypes|usedevel|useieee|useithreads|usemultiplicity|usemymalloc|usedebugging_perl|useperlio|usesecurelog|"
886 $ config_symbols4 ="|usethreads|usevmsdebug|usefaststdio|usemallocwrap|unlink_all_versions|uselargefiles|usesitecustomize|"
888 $ open/read CONFIG 'config_sh'
890 $ read/end=erd_conf_loop CONFIG line
891 $ line = f$edit(line,"trim")
892 $ if line .eqs. "" .or. f$extract(0,1,line) .eqs. "#" then goto rd_conf_loop
893 $ sym = f$element(0,"=",line)
894 $ if sym .eqs. "=" then goto rd_conf_loop
898 $ syms = config_symbols'k'
899 $ j = f$locate(dsym, syms)
900 $ if j .lt. f$length(syms) then goto erd_ck_loop
902 $ if k .lt. 5 then goto rd_ck_loop
905 $ val = f$element(1,"=",line)
906 $ val = f$extract(1,f$length(val)-2,val)
907 $ write sys$output "''sym' = ""''val'"""
912 $ delete/symbol config_symbols0
913 $ delete/symbol config_symbols1
914 $ delete/symbol config_symbols2
915 $ delete/symbol config_symbols3
916 $ delete/symbol config_symbols4
920 $ if f$type(usedebugging_perl) .nes. ""
922 $ useperldebug = usedebugging_perl
923 $ delete/symbol usedebugging_perl
927 $ if f$type(config_dflt) .nes. "" then DELETE/SYMBOL config_dflt
929 $!we actually do not have "hints/" for VMS
933 $!First time through, eh? I have some defaults handy for the following systems:
936 $! echo " ","VMS_VAX"
937 $! echo " ","VMS_AXP"
938 $! echo " ","VMS_IA64"
939 $! : Now look for a hint file osname_osvers, unless one has been
940 $! : specified already.
943 $!You may give one or more space-separated answers, or "none" if appropriate.
944 $!If your OS version has no hints, DO NOT give a wrong version -- say "none".
946 $! READ SYS$COMMAND/PROMPT="Which of these apply, if any? " ans
950 $!: Restore computed paths !sfn
952 $! %Config-I-VMS, a necessary error trap (could be PC running VCL)
954 $ IF (osname .NES. "VMS")
956 $ echo4 "Hmm.. I wonder what ''osname' is (?)"
960 %Config-E-VMS, ERROR:
962 Err, you do not appear to be running VMS!
963 This procedure is intended to Configure the building of Perl for VMS.
970 $ echo4 "Continuing..."
972 $ echo4 "ABORTING..."
973 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
975 $ EXIT 2 !$STATUS = "%X00000002" (error)
977 $ ENDIF !(osname .NES./.EQS. "VMS")
979 $!: who configured the system
980 $ cf_by = F$EDIT(user,"LOWERCASE")
981 $ osvers = F$EDIT(F$GETSYI("VERSION"),"TRIM")
983 $! Peter Prymmer has seen:
984 $! "SYS$TIMEZONE_DIFFERENTIAL" = "-46800" (sic)
985 $! "SYS$TIME_ZONE" = "EDT"
987 $! Charles Lane recommended:
988 $! "SYS$TIMEZONE_DIFFERENTIAL" = "-14400"
989 $! "NEWS_TIMEZONE" = "-0500"
990 $! "ST_TIMEZONE" = "EDT"
991 $! "JAN_TIME_ZONE" = "EST "
992 $! "MULTINET_TIMEZONE" = "EST"
993 $! "DAYLIGHT_SAVINGS" = "1"
995 $! Charles Bailey recommends (in ANU NEWS Doc Jan 1995):
997 $! "Multinet_Timezone"
998 $! "TCPware_Timezone"
1001 $! This snippet o' DCL returns a string in default Unix `date` format,
1002 $! and it will prompt to set SYS$TIMEZONE_DIFFERENTIAL.
1004 $ MIN_TZO = -840 !units are minutes here
1007 $ wkday = F$EXTRACT(0,3,F$CVTIME(,,"WEEKDAY"))
1008 $ monn = F$CVTIME(,,"MONTH")
1009 $ mday = F$EXTRACT(8,2,F$CVTIME(,,"DATE"))
1010 $ hour = F$CVTIME(,,"HOUR")
1011 $ min = F$CVTIME(,,"MINUTE")
1012 $ sec = F$CVTIME(,,"SECOND")
1013 $ year = F$CVTIME(,,"YEAR")
1015 $ months = "/Jan/Feb/Mar/Apr/May/Jun/Jul/Aug/Sep/Oct/Nov/Dec/"
1019 $ mon = F$ELEMENT(i,"/",months)
1020 $ IF i.LT.monn THEN GOTO Mon_loop
1023 $ systz = F$TRNLNM("SYS$TIMEZONE_DIFFERENTIAL")
1026 $ tzhour = F$INTEGER(systz)/3600
1027 $ tzmins = F$INTEGER(systz)/60
1028 $ tzminrem = tzmins - tzhour*60
1029 $ IF tzminrem.lt.0 THEN tzminrem = -1*tzminrem !keeps !2ZL happy
1031 $ THEN signothetime = "+"
1032 $ IF tzhour.EQ.0.AND.tzminrem.EQ.0
1033 $ THEN direction = "on GMT/"
1034 $ ELSE direction = "east of "
1036 $ ELSE signothetime = "-"
1037 $ tzhour = -1*tzhour !keeps !UL happy
1038 $ direction = "west of "
1041 $ echo "According to the setting of your ""SYS$TIMEZONE_DIFFERENTIAL"" (= ''systz')"
1044 $ tzspan = "''tzhour' hours & ''tzminrem' minutes"
1046 $ tzspan = "''tzhour' hours"
1049 $ echo "Your system is ''tzspan' ''direction'UTC in England."
1050 $ rp = "(''systz') Is this UTC Time Zone Offset correct? [''bool_dflt'] "
1056 $ GOTO Beyond_TimeZone
1060 $ echo4 """SYS$TIMEZONE_DIFFERENTIAL"" does not appear to be DEFINEd on your system"
1065 $ echo "Please tell me in hh:mm form what time offset from GMT/UTC in England"
1066 $ echo "you are. As an example Eastern (US) Standard Time is -5:00 offset, but"
1067 $ echo "Eastern Daylight Time (summer) is -4:00 offset."
1069 $ rp = "Enter the Time Zone offset: [''dflt'] "
1071 $ ans = F$Edit(ans,"collapse,trim,uncomment,upcase")
1072 $ IF ans.EQS."" THEN ans = dflt
1073 $ tzhour = F$ELEMENT(0,":","''ans'") !first
1074 $ IF tzhour.EQS."" THEN tzhour = 0
1075 $ tzhour = F$INTEGER(tzhour)
1076 $ tzminrem = F$ELEMENT(1,":","''ans'") !second
1077 $ IF tzminrem.NES.""
1079 $ tzminrem = F$INTEGER(tzminrem)
1080 $ IF F$EXTRACT(0,1,"''ans'") .EQS. "-" THEN tzminrem = tzminrem * -1
1084 $ tzmins = tzhour*60 + tzminrem
1085 $ tzd = F$STRING(tzmins*60)
1088 $ signothetime = "+"
1090 $ tzhour = -1*tzhour !keeps !UL happy
1091 $ signothetime = "-"
1093 $ IF (tzmins.GT.MAX_TZO).OR.(tzmins.LT.MIN_TZO)
1096 $ echo "%Config-W-VMS-TIMERANGE, Response must be in the range -14:00 to 14:00."
1101 $ tz = f$fao("UTC!AS!UL:!2ZL",signothetime,tzhour,tzminrem)
1102 $ cf_time = "''wkday' ''mon' ''mday' ''hour':''min':''sec' ''tz' ''year'"
1104 $!: determine the architecture name
1105 $! genconfig.pl has either archname='VMS_AXP' or 'VMS_VAX'
1106 $! Note that DCL in VMS V5.4 does not have F$GETSYI("ARCH_NAME")
1107 $! but does have F$GETSYI("HW_MODEL").
1108 $! Please try to use either archname .EQS. "VMS_VAX" or archname .EQS.
1109 $! "VMS_AXP" from here on to allow cross-platform configuration (e.g.
1110 $! configure a VAX build on an Alpha).
1112 $ IF (F$GETSYI("HW_MODEL") .LT. 1024 .AND. F$GETSYI("HW_MODEL") .GT. 0)
1114 $ archname = "VMS_VAX"
1115 $ otherarch = "an Alpha or IA64"
1117 $ arch_type = "ARCH-TYPE=__VAX__"
1119 $ IF (F$GETSYI("ARCH_TYPE") .EQ. 2)
1121 $ archname = "VMS_AXP"
1122 $ otherarch = "a VAX or IA64"
1123 $ arch_type = "ARCH-TYPE=__AXP__"
1125 $ archname = "VMS_IA64"
1126 $ otherarch = "a VAX or Alpha"
1127 $ arch_type = "ARCH-TYPE=__IA64__"
1132 $ rp = "What is your architecture name? [''archname'] "
1136 $ ans = F$EDIT(ans,"COLLAPSE, UPCASE")
1137 $ IF (ans.NES.archname) !.AND.knowitall
1139 $ echo4 "I'll go with ''archname' anyway..."
1143 $ vms_prefix = "perl_root"
1144 $ vms_prefixup = F$EDIT(vms_prefix,"UPCASE")
1145 $ rp = "Will you be sharing your ''vms_prefixup' with ''otherarch'? [''bool_dflt'] "
1152 $ IF (archname.EQS."VMS_AXP")
1154 $ macros = macros + """AXE=1"","
1156 $ IF (archname.EQS."VMS_IA64")
1158 $ macros = macros + """IXE=1"","
1162 $!: is AFS running? !sfn
1163 $!: decide how portable to be. Allow command line overrides. !sfn
1164 $!: set up shell script to do ~ expansion !sfn
1165 $!: expand filename !sfn
1166 $!: now set up to get a file name !sfn
1168 $ IF F$TYPE(prefix) .EQS. ""
1170 $ prefix = F$ENVIRONMENT("DEFAULT") - ".UU]" + "]"
1171 $ prefix = F$PARSE(prefix,,,,"NO_CONCEAL") - "][" - "000000." - ".000000" - ".;"
1172 $ prefixbase = prefix - "]"
1173 $! Add _ROOT to make install PERL_ROOT differ from build directory.
1174 $ prefix = prefixbase + "_ROOT.]"
1177 $!: determine root of directory hierarchy where package will be installed.
1182 $ echo "By default, ''package' will be installed in ''dflt', pod"
1183 $ echo "pages under ''prefixbase'.LIB.POD], etc..., i.e. with ''dflt' as prefix for"
1184 $ echo "all installation directories."
1185 $ echo "On ''osname' the prefix is used to DEFINE the ''vms_prefixup' prior to installation"
1186 $ echo "as well as during subsequent use of ''package' via ''packageup'_SETUP.COM."
1188 $ rp = "Installation prefix to use (for ''vms_prefixup')? [ ''dflt' ] "
1193 $ IF F$LOCATE(".]",ans) .EQ. F$LENGTH(ans) THEN prefix = prefix - "]" + ".]"
1197 $ perl_root = prefix
1199 $! Check here for pre-existing PERL_ROOT.
1200 $! -> ask if removal desired.
1201 $! Check here for writability of requested PERL_ROOT if it is not the default (cwd).
1202 $! -> recommend letting PERL_ROOT be PERL_SRC if requested PERL_ROOT is not writable.
1204 $ tmp = perl_root - ".]" + "]"
1205 $ dflt = f$parse(tmp,,,,)
1208 $ echo4 "''tmp' does not yet exist."
1209 $! create/directory 'tmp'
1211 $ echo4 "''tmp' already exists."
1214 $ vms_skip_install = "true"
1217 $ rp = "Skip the remaining """"where install"""" questions? [''bool_dflt'] "
1219 $ IF (.NOT.ans) THEN vms_skip_install = "false"
1220 $ IF (.NOT.vms_skip_install)
1223 $!: set the prefixit variable, to compute a suitable default value
1225 $!: determine where private library files go
1226 $!: Usual default is /usr/local/lib/perl5. Also allow things like
1227 $!: /opt/perl/lib, since /opt/perl/lib/perl5 would be redundant.
1233 There are some auxiliary files for perl5 that need to be put into a
1234 private library directory that is accessible by everyone.
1237 $ IF F$TYPE(privlib) .NES. ""
1238 $ THEN dflt = privlib
1239 $ ELSE dflt = "''vms_prefix':[lib]"
1241 $ rp = "Pathname where the private library files will reside? "
1242 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1246 $ ENDIF !%Config-I-VMS, skip remaining "where install" questions
1248 $ IF F$TYPE(perl_symbol) .EQS. "" THEN perl_symbol := true
1249 $ IF F$TYPE(perl_verb) .EQS. "" THEN perl_verb = ""
1251 $ THEN bool_dflt = "y"
1252 $ ELSE bool_dflt = "n"
1257 $ echo "You may choose to write ''packageup'_SETUP.COM to assign a foreign"
1258 $ echo "symbol to invoke ''package', which is the usual method."
1259 $ echO "If you do not do so then you would need a DCL command verb at the"
1260 $ echo "process or the system wide level."
1262 $ rp = "Invoke perl as a global symbol foreign command? [''bool_dflt'] "
1264 $ IF (.NOT.ans) THEN perl_symbol = "false"
1266 $ IF (.NOT.perl_symbol)
1268 $ IF perl_verb .EQS. "DCLTABLES"
1269 $ THEN bool_dflt = "n"
1270 $ ELSE bool_dflt = "y"
1275 $ echo "Since you won't be using a symbol you must choose to put the ''packageup'"
1276 $ echo "verb in a per-process table or in the system wide DCLTABLES (which"
1277 $ echo "would require write privilege)."
1279 $ rp = "Invoke perl as a per process command verb? [ ''bool_dflt' ] "
1282 $ THEN perl_verb = "DCLTABLES"
1283 $ ELSE perl_verb = "PROCESS"
1285 $ ENDIF ! (.NOT.perl_symbol)
1287 $!: set the base revision
1289 $ revision = baserev - ".0"
1290 $!: get the patchlevel
1292 $ echo4 "Getting the current patchlevel..."
1297 $ api_subversion="0"
1298 $ perl_patchlevel="0"
1299 $ patchlevel_h = F$SEARCH("[-]patchlevel.h")
1300 $ IF (patchlevel_h.NES."")
1302 $ got_patch = "false"
1304 $ got_api_revision = "false"
1305 $ got_api_version = "false"
1306 $ got_api_subversion = "false"
1307 $ got_perl_patchlevel= "false"
1308 $ OPEN/READONLY CONFIG 'patchlevel_h'
1310 $ READ/END_Of_File=Close_patch/ERROR=Close_patch CONFIG line
1311 $ IF ((F$LOCATE("#define PERL_VERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_patch))
1313 $ line = F$EDIT(line,"COMPRESS, TRIM")
1314 $ patchlevel = F$ELEMENT(2," ",line)
1315 $ got_patch = "true"
1317 $ IF ((F$LOCATE("#define PERL_SUBVERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_sub))
1319 $ line = F$EDIT(line,"COMPRESS, TRIM")
1320 $ subversion = F$ELEMENT(2," ",line)
1323 $ IF ((F$LOCATE("#define PERL_API_REVISION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_revision))
1325 $ line = F$EDIT(line,"COMPRESS, TRIM")
1326 $ api_revision = F$ELEMENT(2," ",line)
1327 $ got_api_revision = "true"
1329 $ IF ((F$LOCATE("#define PERL_API_VERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_version))
1331 $ line = F$EDIT(line,"COMPRESS, TRIM")
1332 $ api_version = F$ELEMENT(2," ",line)
1333 $ got_api_version = "true"
1335 $ IF ((F$LOCATE("#define PERL_API_SUBVERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_subversion))
1337 $ line = F$EDIT(line,"COMPRESS, TRIM")
1338 $ api_subversion = F$ELEMENT(2," ",line)
1339 $ got_api_subversion = "true"
1341 $ IF ((F$LOCATE("""DEVEL",line).NE.F$LENGTH(line)).AND.(.NOT.got_perl_patchlevel))
1343 $ line = F$EDIT(line,"COMPRESS, TRIM")
1344 $ perl_patchlevel = F$ELEMENT(1,"""",line)
1345 $ perl_patchlevel = perl_patchlevel - "DEVEL"
1346 $ got_perl_patchlevel = "true"
1348 $ IF (.NOT. got_patch) .OR. -
1349 (.NOT. got_sub) .OR. -
1350 (.NOT. got_api_revision) .OR. -
1351 (.NOT. got_api_version) .OR. -
1352 (.NOT. got_api_subversion) .OR. -
1353 (.NOT. got_perl_patchlevel) -
1354 THEN GOTO Patchlevel_h_loop
1359 $ IF F$SEARCH("[-].patch") .NES. ""
1362 $ OPEN/READ PATCH [-].patch
1365 $ tmp = F$EDIT(line,"COLLAPSE")
1367 $ IF tmp .GT. perl_patchlevel then perl_patchlevel = tmp
1370 $ version_patchlevel_string = "version ''patchlevel' subversion ''subversion'"
1371 $ IF got_perl_patchlevel .AND. perl_patchlevel .NES. "0"
1373 $ version_patchlevel_string = "''version_patchlevel_string' patch ''perl_patchlevel'"
1375 $ echo "(You have ''package' ''version_patchlevel_string'.)"
1377 $ version = revision + "_" + patchlevel + "_" + subversion
1379 $ IF (.NOT.vms_skip_install)
1381 $!: set the prefixup variable, to restore leading tilde escape !sfn
1383 $!: determine where public architecture dependent libraries go
1387 $ echo "''package' contains architecture-dependent library files. If you are"
1393 sharing libraries in a heterogeneous environment, you might store
1394 these files in a separate location. Otherwise, you can just include
1395 them with the rest of the public library files.
1398 $ IF F$TYPE(archlib) .NES. ""
1399 $ THEN dflt = archlib
1400 $ ELSE dflt = privlib - "]" + "." + archname + "." + version + "]"
1402 $ rp = "Where do you want to put the public architecture-dependent libraries? "
1403 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1407 $ ENDIF !%Config-I-VMS, skip "where install" questions
1409 $! This quotation from Configure has to be included on VMS:
1414 There is, however, a strange, musty smell in the air that reminds me of
1415 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
1417 $ IF (.NOT.vms_skip_install)
1419 $!: it so happens the Eunice I know will not run shell scripts in Unix format
1421 $!: see if setuid scripts can be secure !sfn
1422 $!: now see if they want to do setuid emulation !sfn
1424 $!: determine where site specific libraries go.
1430 The installation process will also create a directory for
1431 site-specific extensions and modules. Some users find it convenient
1432 to place all local files in this directory rather than in the main
1433 distribution directory.
1436 $ IF F$TYPE(sitelib) .NES. ""
1437 $ THEN dflt = sitelib
1438 $ ELSE dflt = privlib - "]" + ".SITE_PERL]"
1440 $ rp = "Pathname for the site-specific library files? "
1441 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1445 $!: determine where site specific architecture-dependent libraries go.
1447 $ THEN TYPE SYS$INPUT:
1450 The installation process will also create a directory for
1451 architecture-dependent site-specific extensions and modules.
1454 $ IF F$TYPE(sitearch) .NES. ""
1455 $ THEN dflt = sitearch
1456 $ ELSE dflt = sitelib - "]" + "." + archname + "]"
1458 $ rp = "Pathname for the site-specific architecture-dependent library files? "
1459 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1463 $!: determine where old public architecture dependent libraries might be
1465 $!: determine where public executables go
1466 $ IF F$TYPE(bin) .NES. ""
1468 $! ELSE dflt = prefix - ".]" + ".BIN]"
1469 $ ELSE dflt = "/''vms_prefix'/000000"
1471 $ rp = "Pathname where the public executables will reside? "
1472 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1476 $!: determine where add-on public executables go
1477 $ IF F$TYPE(sitebin) .NES. ""
1478 $ THEN dflt = sitebin
1479 $ ELSE dflt = "''vms_prefix':[bin.''archname']"
1481 $ rp = "Pathname where the add-on public executables should be installed? "
1482 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1486 $!: determine where manual pages are on this system
1487 $!: What suffix to use on installed man pages
1488 $!: see if we can have long filenames
1489 $!: determine where library module manual pages go
1490 $!: What suffix to use on installed man pages
1491 $!: see what memory models we can support
1493 $ ELSE ! skipping "where install" questions, we must set some symbols
1494 $ IF F$TYPE(archlib).EQS."" THEN -
1495 archlib="''vms_prefix':[lib.''archname'.''version']"
1496 $ IF F$TYPE(bin) .EQS. "" THEN -
1497 bin="/''vms_prefix'/000000"
1498 $ IF F$TYPE(privlib) .EQS. "" THEN -
1499 privlib ="''vms_prefix':[lib]"
1500 $ IF F$TYPE(sitearch) .EQS. "" THEN -
1501 sitearch="''vms_prefix':[lib.site_perl.''archname']"
1502 $ IF F$TYPE(sitelib) .EQS. "" THEN -
1503 sitelib ="''vms_prefix':[lib.site_perl]"
1504 $ IF F$TYPE(sitebin) .EQS. "" THEN -
1505 sitebin="''vms_prefix':[bin.''archname']"
1506 $ ENDIF !%Config-I-VMS, skip "where install" questions
1508 $! These derived locations can be set whether we've opted to
1509 $! skip the where install questions or not.
1511 $ IF F$TYPE(archlibexp) .EQS. "" THEN -
1512 archlibexp="''vms_prefix':[lib.''archname'.''version']"
1513 $ IF F$TYPE(binexp) .EQS. "" THEN -
1514 binexp ="''vms_prefix':[000000]"
1515 $ IF F$TYPE(builddir) .EQS. "" THEN -
1516 builddir ="''vms_prefix':[000000]"
1517 $ IF F$TYPE(installarchlib) .EQS. "" THEN -
1518 installarchlib="''vms_prefix':[lib.''archname'.''version']"
1519 $ IF F$TYPE(installbin) .EQS. "" THEN -
1520 installbin ="''vms_prefix':[000000]"
1521 $ IF F$TYPE(installscript) .EQS. "" THEN -
1522 installscript ="''vms_prefix':[utils]"
1523 $ IF F$TYPE(installman1dir) .EQS. "" THEN -
1524 installman1dir ="''vms_prefix':[man.man1]"
1525 $ IF F$TYPE(installman3dir) .EQS. "" THEN -
1526 installman3dir ="''vms_prefix':[man.man3]"
1527 $ IF F$TYPE(installprivlib) .EQS. "" THEN -
1528 installprivlib ="''vms_prefix':[lib]"
1529 $ IF F$TYPE(installsitearch) .EQS. "" THEN -
1530 installsitearch="''vms_prefix':[lib.site_perl.''archname']"
1531 $ IF F$TYPE(installsitelib) .EQS. "" THEN -
1532 installsitelib ="''vms_prefix':[lib.site_perl]"
1533 $ IF F$TYPE(oldarchlib) .EQS. "" THEN -
1534 oldarchlib="''vms_prefix':[lib.''archname']"
1535 $ IF F$TYPE(oldarchlibexp) .EQS. "" THEN -
1536 oldarchlibexp="''vms_prefix':[lib.''archname']"
1537 $ IF F$TYPE(privlibexp) .EQS. "" THEN -
1538 privlibexp ="''vms_prefix':[lib]"
1539 $ IF F$TYPE(scriptdir) .EQS. "" THEN -
1540 scriptdir ="''vms_prefix':[utils]"
1541 $ IF F$TYPE(sitearchexp) .EQS. "" THEN -
1542 sitearchexp ="''vms_prefix':[lib.site_perl.''archname']"
1543 $ IF F$TYPE(sitelib_stem) .EQS. "" THEN -
1544 sitelib_stem ="''vms_prefix':[lib.site_perl]"
1545 $ IF F$TYPE(sitelibexp) .EQS. "" THEN -
1546 sitelibexp ="''vms_prefix':[lib.site_perl]"
1548 $!: see if we need a special compiler
1549 $! cc_list = "cc/decc|gcc" !%Config-I-VMS, compiler symbols/commands
1553 $ vms_cc_available = ""
1555 $ OPEN/WRITE CONFIG ccvms.c
1556 $ WRITE CONFIG "#ifdef __DECC"
1557 $ WRITE CONFIG "#include <stdlib.h>" !DECC is sooo picky
1558 $ WRITE CONFIG "#endif"
1559 $ WRITE CONFIG "#include <stdio.h>"
1560 $ WRITE CONFIG "int main() {"
1561 $ WRITE CONFIG "#ifdef __DECC"
1562 $ WRITE CONFIG " printf(""/DECC\n"");"
1563 $ WRITE CONFIG "#else"
1564 $ WRITE CONFIG " printf(""/VAXC\n"");"
1565 $ WRITE CONFIG "#endif"
1566 $ WRITE CONFIG " exit(0);"
1571 $ DEFINE/USER_MODE SYS$ERROR _NLA0:
1572 $ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
1573 $ cc/NoObj/list=ccvms.lis ccvms.c
1576 $ IF (silent) THEN GOSUB Shut_up
1577 $ IF tmp.NE.%X10B90001
1579 $ IF tmp.NE.%X10000001
1581 $ nocc = "t" !%X10000001 is return from gcc
1582 $ GOTO Gcc_initial_check
1587 $ IF .NOT.silent THEN echo ""
1588 $ echo "Default ""cc"" is ''line' ''archsufx' ''F$GETSYI("VERSION")'"
1589 $ IF F$LOCATE("VAX",line).NE.F$LENGTH(line)
1593 $ echo "Will try cc/decc..."
1596 $ DEFINE/USER_MODE SYS$ERROR NL:
1597 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1598 $ cc/decc/NoObj/list=ccvms.lis ccvms.c
1601 $ IF (silent) THEN GOSUB Shut_up
1602 $ IF tmp.NE.%X10B90001
1604 $ echo "Apparently you don't have that one."
1607 $ echo "You also have: ''line' ''archsufx' ''F$GETSYI("VERSION")'"
1608 $ vms_cc_available = vms_cc_available + "cc/decc "
1611 $ IF (F$LOCATE("DEC",line).NE.F$LENGTH(line)).or.(F$LOCATE("Compaq",line).NE.F$LENGTH(line)) -
1612 .or.(F$LOCATE("HP",F$EDIT(line,"UPCASE")).NE.F$LENGTH(line))
1614 $ vms_cc_dflt = "/decc"
1615 $ vms_cc_available = vms_cc_available + "cc/decc "
1620 $ echo "Checking for gcc"
1621 $ OPEN/WRITE CONFIG gccvers.lis
1623 $ DEFINE/USER_MODE SYS$ERROR CONFIG
1624 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
1625 $ 'gcc_symbol'/noobj/version _nla0:
1628 $ IF (silent) THEN GOSUB Shut_up
1630 $ IF (tmp.NE.%X10000001).and.(tmp.ne.%X00030001)
1632 $ echo "Symbol ""''gcc_symbol'"" is not defined. I guess you do not have it."
1633 $ DELETE/NOLOG/NOCONFIRM gccvers.lis;
1634 $ GOTO Cxx_initial_check
1636 $ OPEN/READ CONFIG gccvers.lis
1638 $ READ/END_OF_FILE=GCC_List_End CONFIG line
1639 $ GOTO GCC_List_Read
1643 $ vms_cc_available = vms_cc_available + "''gcc_symbol' "
1644 $ DELETE/NOLOG/NOCONFIRM gccvers.lis;
1648 $! Do note that [vms]perl source files have a ways to go before they will
1649 $! compile under CXX.
1650 $! In order to test Configure.com with CXX invoke it with "-Dtry_cxx" on
1651 $! the command line.
1653 $ IF F$TYPE(try_cxx) .EQS. "" THEN try_cxx := n
1654 $ IF try_cxx .OR. try_cxx .EQS. "define"
1658 $ echo "Checking for CXX..."
1659 $ OPEN/WRITE CONFIG ccvms.c
1660 $ WRITE CONFIG "#include <iostream>"
1661 $ WRITE CONFIG "int main() {"
1662 $ WRITE CONFIG "#ifdef __DECCXX"
1663 $ WRITE CONFIG " cout << __DECCXX, endl;"
1664 $ WRITE CONFIG "#else"
1665 $ WRITE CONFIG " cout << 0,endl;"
1666 $ WRITE CONFIG "#endif"
1667 $! Todo: add G++ identifier check ??
1668 $ WRITE CONFIG " return(0);"
1672 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1673 $ DEFINE/USER_MODE SYS$ERROR NL:
1677 $! success $status with:
1678 $! DEC C++ V1.1-001 on VMS VAX V5.5-2
1679 $! DEC C++ V5.6-013 on OpenVMS VAX V7.1
1680 $! DEC C++ V6.1-003 on OpenVMS Alpha V7.1
1681 $! Compaq C++ V6.2-016 for OpenVMS Alpha V7.2-1
1682 $ IF tmp .eq. %X15F60001
1686 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1687 $ DEFINE/USER_MODE SYS$ERROR NL:
1691 $ ! success $status with:
1692 $ ! link && DEC C++ V1.1-001 on VMS VAX V5.5-2
1693 $ ! link && DEC C++ V5.6-013 on OpenVMS VAX V7.1
1694 $ IF tmp .eq. %X10000001
1697 $ vms_cc_available = vms_cc_available + "cxx "
1698 $ echo "CXX and LINK are available."
1700 $ IF F$SEARCH("ccvms.exe") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.exe;
1702 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1703 $ DEFINE/USER_MODE SYS$ERROR NL:
1707 $ ! success $status with:
1708 $ ! cxxlink && DEC C++ V6.1-003 on OpenVMS Alpha V7.1
1709 $ ! cxxlink && Compaq C++ V6.2-016 for OpenVMS Alpha V7.2-1
1710 $ IF tmp .eq. %X10000001
1712 $ ld_try = "cxxlink"
1713 $ vms_cc_available = vms_cc_available + "cxx "
1714 $ echo "CXX and CXXLINK are available."
1717 $ IF F$SEARCH("ccvms.exe") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.exe;
1721 $ DELETE/NOLOG/NOCONFIRM ccvms.c;
1722 $ IF F$SEARCH("ccvms.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.obj;
1723 $ CALL Cxx_demangler_cleanup
1725 $ ENDIF ! 1 .eq. 0 or 1 .eq. 1
1728 $ DELETE/NOLOG/NOCONFIRM ccvms.*;
1730 $!: see if we need a special compiler
1732 $ echo "Available compiler(s):"
1733 $ echo "( ''vms_cc_available')"
1736 $ dflt = "cc''vms_cc_dflt'" !-> "cc" in case first compile went OK
1740 $ rp = "Use which C compiler? [''dflt'] "
1744 $ ans = F$EDIT(ans,"TRIM, COMPRESS, LOWERCASE")
1746 $ IF (F$LOCATE("dec",ans).NE.F$LENGTH(ans)).or.(F$LOCATE("compaq",ans).NE.F$LENGTH(ans)) -
1747 .or.(F$LOCATE("hp",ans).NE.F$LENGTH(ans))
1752 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1754 $ IF F$LOCATE("cxx",F$EDIT(ans,"COLLAPSE,LOWERCASE")) .NE. F$LENGTH(ans)
1759 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1763 $ IF F$LOCATE("dec",dflt) .NE. F$LENGTH(dflt) .or. -
1764 F$LOCATE("compaq",dflt) .NE. F$LENGTH(dflt)
1766 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1771 $ IF Mcc .EQS. "cc/decc"
1774 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1780 $ IF Mcc .EQS. "cc/decc"
1783 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1785 $ IF Mcc .EQS. "gcc"
1788 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1791 $Decc_Version_check:
1793 $ IF ccname .EQS. "DEC"
1796 $ echo4 "Checking for the Dec C version number..."
1797 $ OPEN/WRITE CONFIG deccvers.c
1798 $ WRITE CONFIG "#include <stdlib.h>" !DECC is sooo picky
1799 $ WRITE CONFIG "#include <stdio.h>"
1800 $ WRITE CONFIG "int main() {"
1801 $ WRITE CONFIG "#ifdef __DECC"
1802 $ WRITE CONFIG "#ifdef __DECC_VER"
1803 $ WRITE CONFIG " printf(""%i\n"", __DECC_VER);"
1804 $ WRITE CONFIG "#else"
1805 $ WRITE CONFIG " printf(""%i\n"", ""1"");"
1806 $ WRITE CONFIG "#endif"
1807 $ WRITE CONFIG "#endif"
1808 $ WRITE CONFIG " exit(0);"
1812 $ DEFINE/USER_MODE SYS$ERROR NL:
1813 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1816 $ IF (silent) THEN GOSUB Shut_up
1817 $ DEFINE/USER_MODE SYS$ERROR NL:
1818 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1821 $ IF (silent) THEN GOSUB Shut_up
1822 $ OPEN/WRITE CONFIG deccvers.out
1823 $ DEFINE/USER_MODE SYS$ERROR CONFIG
1824 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
1825 $ mcr []deccvers.exe
1829 $ IF (silent) THEN GOSUB Shut_up
1830 $ OPEN/READ CONFIG deccvers.out
1831 $ READ/END_OF_FILE=Dec_c_cleanup CONFIG line
1834 $ echo "You are using Dec C ''line'"
1836 $ Dec_C_Version = F$INTEGER(line)
1837 $ IF Dec_C_Version .GE. 60200000 .AND. archname .NES. "VMS_VAX"
1839 $ echo4 "adding /NOANSI_ALIAS qualifier to ccflags."
1840 $ ccflags = ccflags + "/NOANSI_ALIAS"
1842 $ DELETE/NOLOG/NOCONFIRM deccvers.*;
1846 $ IF ccname .EQS. "GCC"
1848 $ vaxcrtl_olb = F$SEARCH("SYS$LIBRARY:VAXCRTL.OLB")
1849 $ vaxcrtl_exe = F$SEARCH("SYS$SHARE:VAXCRTL.EXE")
1850 $ gcclib_olb = F$SEARCH("GNU_CC:[000000]GCCLIB.OLB")
1851 $ IF gcclib_olb .EQS. ""
1853 $! These objects/libs come w/ gcc 2.7.2 for AXP:
1854 $ tmp = F$SEARCH("GNU_CC:[000000]libgcc2.olb")
1855 $ IF tmp .NES. "" then gcclib_olb = tmp
1856 $ tmp = F$SEARCH("GNU_CC:[000000]libgcclib.olb")
1859 $ IF gcclib_olb .EQS. ""
1860 $ THEN gcclib_olb = tmp
1861 $ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1864 $ tmp = F$SEARCH("SYS$LIBRARY:VAXCRTL.OLB")
1867 $ IF gcclib_olb .EQS. ""
1868 $ THEN gcclib_olb = tmp
1869 $ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1872 $ tmp = F$SEARCH("GNU_CC:[000000]crt0.obj")
1875 $ IF gcclib_olb .EQS. ""
1876 $ THEN gcclib_olb = tmp
1877 $ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1880 $ IF gcclib_olb .EQS. vaxcrtl_olb THEN gcclib_olb = "" !goofy order of axplibs
1882 $ gcclib_olb = gcclib_olb + "/lib"
1884 $ IF gcclib_olb .NES. "" .AND. -
1885 (vaxcrtl_olb .NES. "" .OR. -
1886 vaxcrtl_exe .NES. "" )
1889 $ echo4 "Checking for GNU cc in disguise and/or its version number..." !>&4
1890 $ OPEN/WRITE CONFIG gccvers.c
1891 $ WRITE CONFIG "#include <stdio.h>"
1892 $ WRITE CONFIG "int main() {"
1893 $ WRITE CONFIG "#ifdef __GNUC__"
1894 $ WRITE CONFIG "#ifdef __VERSION__"
1895 $ WRITE CONFIG " printf(""%s\n"", __VERSION__);"
1896 $ WRITE CONFIG "#else"
1897 $ WRITE CONFIG " printf(""%s\n"", ""1"");"
1898 $ WRITE CONFIG "#endif"
1899 $ WRITE CONFIG "#endif"
1900 $ WRITE CONFIG " exit(0);"
1903 $ DEFINE SYS$ERROR _NLA0:
1904 $ DEFINE SYS$OUTPUT _NLA0:
1907 $ DEASSIGN SYS$ERROR _NLA0:
1908 $ DEASSIGN SYS$OUTPUT _NLA0:
1909 $ IF (silent) THEN GOSUB Shut_up
1910 $ DEFINE SYS$ERROR _NLA0:
1911 $ DEFINE SYS$OUTPUT _NLA0:
1912 $ IF vaxcrtl_exe .EQS. ""
1914 $ IF F$LOCATE("VAXCRTL",gcclib_olb).NE.F$LENGTH(gcclib_olb)
1916 $ link gccvers.obj,'gcclib_olb',SYS$LIBRARY:VAXCRTL/Library
1919 $ link gccvers.obj,'gcclib_olb'
1923 $ OPEN/WRITE CONFIG GCCVERS.OPT
1924 $ WRITE CONFIG "SYS$SHARE:VAXCRTL/SHARE"
1926 $ link gccvers.obj,GCCVERS.OPT/OPT,'gcclib_olb'
1929 $ DEASSIGN SYS$ERROR
1930 $ DEASSIGN SYS$OUTPUT
1931 $ IF (silent) THEN GOSUB Shut_up
1932 $ OPEN/WRITE CONFIG gccvers.out
1933 $ DEFINE SYS$ERROR CONFIG
1934 $ DEFINE SYS$OUTPUT CONFIG
1938 $ DEASSIGN SYS$OUTPUT
1939 $ DEASSIGN SYS$ERROR
1940 $ IF (silent) THEN GOSUB Shut_up
1941 $ OPEN/READ CONFIG gccvers.out
1942 $ READ/END_OF_FILE=Gcc_cleanup CONFIG line
1945 $ DELETE/NOLOG/NOCONFIRM gccvers.*;
1946 $ IF F$LOCATE("GNU C version ",line).NE.F$LENGTH(line)
1948 $ echo "You are not using GNU cc."
1951 $ echo "You are using GNU cc ''line'"
1954 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1960 $ IF ccname .EQS. "CXX"
1962 $ OPEN/WRITE CONFIG cxxvers.c
1963 $ WRITE CONFIG "#include <stdio.h>"
1964 $ WRITE CONFIG "int main() {"
1965 $ WRITE CONFIG "#ifdef __DECCXX_VER"
1966 $ WRITE CONFIG " printf(""%i\n"", __DECCXX_VER);"
1967 $ WRITE CONFIG "#else"
1968 $ WRITE CONFIG " printf(""%i\n"", ""0"");"
1969 $ WRITE CONFIG "#endif"
1970 $ WRITE CONFIG " return(0);"
1974 $ DEFINE/USER_MODE SYS$ERROR NL:
1975 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1979 $ IF (silent) THEN GOSUB Shut_up
1981 $ DEFINE/USER_MODE SYS$ERROR NL:
1982 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1986 $ IF (silent) THEN GOSUB Shut_up
1987 $ OPEN/WRITE CONFIG cxxvers.out
1989 $ DEFINE/USER_MODE SYS$ERROR CONFIG
1990 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
1995 $ IF (silent) THEN GOSUB Shut_up
1996 $ OPEN/READ CONFIG cxxvers.out
1997 $ READ/END_OF_FILE=Cxx_cleanup CONFIG line
2000 $ DELETE/NOLOG/NOCONFIRM cxxvers.*;
2001 $ echo "You are using CXX ''line'"
2004 $ CALL Cxx_demangler_cleanup
2007 $Cxx_demangler_cleanup: SUBROUTINE
2009 $! If we do build with CXX these demangler Dbs will be left all over.
2010 $! However, configure.com does try to remove the [.UU] sub directory.
2011 $! Be sure to set default to the correct place before calling this sub.
2014 $ IF F$SEARCH("[.CXX_REPOSITORY]*.*") .NES. "" THEN DELETE/NOLOG/NOCONFIRM [.CXX_REPOSITORY]*.*;*
2015 $ IF F$SEARCH("CXX_REPOSITORY.DIR") .NES. ""
2017 $ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) CXX_REPOSITORY.DIR
2018 $ DELETE/NOLOG/NOCONFIRM CXX_REPOSITORY.DIR;
2022 $ ENDSUBROUTINE ! Cxx_demangler_cleanup
2027 $ OPEN/READ CONFIG ccvms.lis
2029 $ IF archname .EQS. "VMS_VAX"
2034 $ IF archname .EQS. "VMS_AXP"
2042 $ line = F$EDIT(line,"TRIM,COMPRESS")
2043 $ line = line - "Page 1" ! occurs at end all compilers
2044 $ line = line - "CCVMS " ! filename appears w/ VAXC
2045 $ line = line - "Source Listing " ! Seen w/ AXP DECC
2046 $ tmp = F$EXTRACT(0,20,line) !timestamp, e.g. "30-JUL-1996 21:12:54 "
2048 $ line = F$EDIT(line,"TRIM") !bit redundant but we're in no big hurry
2049 $ DELETE/NOLOG/NOCONFIRM ccvms.lis;
2053 $!: What should the include directory be ? (.TLB text libraries)
2055 $ rp = "Where are the include files you want to use? "
2056 $ IF f$length( rp + "[''dflt'] " ).gt.76
2057 $ THEN rp = F$FAO("!AS!/!AS",rp,"[''dflt'] ")
2058 $ ELSE rp = rp + "[''dflt'] "
2063 $!: see if we have to deal with yellow pages, now NIS.
2064 $!: now get the host name
2067 $ echo4 "Figuring out host name..." !>&4
2069 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("ARPANET_HOST_NAME")
2070 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("INTERNET_HOST_NAME")
2071 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("MULTINET_HOST_NAME")
2072 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("UCX$INET_HOST_NAME")
2073 $ IF myhostname.eqs."".and. -
2074 F$TRNLNM("UCX$INET_HOST") .nes. "" .and. -
2075 F$TRNLNM("UCX$INET_DOMAIN") .nes. "" THEN -
2076 myhostname = F$TRNLNM("UCX$INET_HOST") + "." + F$TRNLNM("UCX$INET_DOMAIN")
2077 $ IF myhostname.eqs."".and. -
2078 F$TRNLNM("TCPIP$INET_HOST") .nes. "" .and. -
2079 F$TRNLNM("TCPIP$INET_DOMAIN") .nes. "" THEN -
2080 myhostname = F$TRNLNM("TCPIP$INET_HOST") + "." + F$TRNLNM("TCPIP$INET_DOMAIN")
2081 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("TCPWARE_DOMAINNAME")
2082 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("NEWS_ADDRESS")
2083 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("SYS$NODE") - "::"
2084 $ IF myhostname.eqs."" THEN myhostname = F$EDIT(F$GETSYI("SCSNODE"),"TRIM")
2085 $!: you do not want to know about this
2087 $ rp = "Your host name appears to be """"''myhostname'"""". Right? "
2092 $ READ SYS$COMMAND/PROMPT= -
2093 "Please type the (one word) name of your host: " ans
2096 $!: translate upper to lower if necessary
2097 $ myhostname = F$EDIT(myhostname,"COLLAPSE")
2098 $ mylowhostname = F$EDIT(myhostname," LOWERCASE")
2099 $ IF mylowhostname.NES.myhostname
2101 $ echo "(Normalizing case in your host name)"
2102 $ myhostname = mylowhostname
2105 $ fp = F$LOCATE(".",myhostname)
2106 $ mydomain = F$EXTRACT(fp,(F$LENGTH(myhostname)-fp)+1,myhostname)
2107 $ IF mydomain.NES."" !no periods in DECnet names like "MYDECNODE::"
2109 $ rp = "What is your domain name? [''mydomain'] "
2113 $!: translate upper to lower if necessary
2114 $ mydomain = F$EDIT(mydomain,"COLLAPSE")
2115 $ mylowdomain = F$EDIT(mydomain," LOWERCASE")
2116 $ IF mylowdomain.NES.mydomain
2118 $ echo "(Normalizing case in your domain name)"
2119 $ mydomain = mylowdomain
2122 $ myhostname = myhostname - mydomain
2123 $ echo "(Trimming domain name from host name--host name is now ''myhostname')"
2129 I need to get your e-mail address in Internet format if possible, i.e.
2130 something like user@host.domain. Please answer accurately since I have
2131 no easy means to double check it. The default value provided below
2132 is most probably close to the reality but may not be valid from outside
2133 your organization...
2136 $ IF F$TYPE(cf_email) .EQS. ""
2138 $ dflt = "''cf_by'@''myhostname'"+"''mydomain'"
2139 $ rp = "What is your e-mail address? [''dflt'] "
2149 If you or somebody else will be maintaining perl at your site, please
2150 fill in the correct e-mail address here so that they may be contacted
2151 if necessary. Currently, the "perlbug" program included with perl
2152 will send mail to this address in addition to perlbug@perl.com. You may
2153 enter "none" for no administrator.
2156 $ dflt = "''cf_email'"
2157 $ rp = "Perl administrator e-mail address [''dflt'] "
2161 $!: determine where public executable scripts go
2162 $!: determine perl absolute location
2163 $!: figure out how to guarantee perl startup
2165 $!: see how we invoke the C preprocessor
2167 $! echo4 "Now, how can we feed standard input to your C preprocessor..." !>&4
2168 $!: Set private lib path
2169 $!: Now check and see which directories actually exist, avoiding duplicates
2170 $!: determine optimize, if desired, or use for debug flag also
2171 $!: We will not override a previous value, but we might want to
2172 $!: augment a hint file
2173 $!: the following weeds options from ccflags that are of no interest to cpp
2174 $!: flags used in final linking phase
2175 $!: Try to guess additional flags to pick up local libraries.
2178 $! echo4 "Checking your choice of C compiler and flags for coherency..." !>&4
2179 $!: compute shared library extension
2180 $!: Looking for optional libraries
2181 $!: see if nm is to be used to determine whether a symbol is defined or not
2182 $!: get list of predefined functions in a handy place
2183 $!: see if we have sigaction or sigprocmask
2184 $!: see whether socketshr exists
2185 $ IF (F$SEARCH(F$PARSE("SocketShr","Sys$Share:.Exe")).NES."")
2187 $ Has_socketshr = "T"
2189 $ echo4 "Hmm... Looks like you have SOCKETSHR Berkeley networking support."
2191 $ Has_socketshr = "F"
2193 $ IF (ccname .EQS. "DEC" .AND. Dec_C_Version .GE. 50200000) .OR. (ccname .EQS. "CXX")
2195 $ Has_Dec_C_Sockets = "T"
2197 $ echo4 "Hmm... Looks like you have Dec C Berkeley networking support."
2199 $ Has_Dec_C_Sockets = "F"
2201 $ ! Hey, we've got both. Default to Dec C, then, since it's better
2202 $ IF Has_socketshr .OR. Has_Dec_C_Sockets
2205 $ echo "You have sockets available. Which socket stack do you want to"
2206 $ echo "build into Perl?"
2207 $ IF Has_Dec_C_Sockets
2211 $ dflt = "SOCKETSHR"
2213 $ rp = "Choose socket stack (NONE"
2214 $ IF Has_socketshr THEN rp = rp + ",SOCKETSHR"
2215 $ IF Has_Dec_C_Sockets THEN rp = rp + ",DECC"
2216 $ rp = rp + ") [''dflt'] "
2218 $ Has_Dec_C_Sockets = "F"
2219 $ Has_socketshr = "F"
2220 $ ans = F$EDIT(ans,"TRIM,COMPRESS,LOWERCASE")
2221 $ IF ans.eqs."decc" THEN Has_Dec_C_Sockets = "T"
2222 $ IF ans.eqs."socketshr" THEN Has_socketshr = "T"
2226 $! Ask if they want to build with VMS_DEBUG perl
2228 $ echo "Perl can be built to run under the VMS debugger."
2229 $ echo "You should only select this option if you are debugging"
2230 $ echo "perl itself. This can be a useful feature if you are "
2231 $ echo "embedding perl in a program."
2233 $ if f$type(usevmsdebug) .nes. ""
2235 $ if usevmsdebug .or. usevmsdebug .eqs. "define" then bool_dflt="y"
2237 $ rp = "Build a VMS-DEBUG version of Perl? [''bool_dflt'] "
2239 $ use_vmsdebug_perl = ans
2240 $ IF use_vmsdebug_perl
2242 $ usevmsdebug = "define"
2243 $ macros = macros + """__DEBUG__=1"","
2245 $ usevmsdebug = "undef"
2248 $! Ask if they want to build with DEBUGGING
2250 $ echo "Perl can be built with extra runtime debugging enabled. This"
2251 $ echo "enables the -D switch, at the cost of some performance. It"
2252 $ echo "was mandatory on perl 5.005 and before on VMS, but is now"
2253 $ echo "optional. If you do not generally use it you should probably"
2254 $ echo "leave this off and gain a bit of extra speed."
2256 $ if f$type(useperldebug) .nes. ""
2258 $ if f$extract(0,1,f$edit(useperldebug,"collapse,upcase")).eqs."N" .or. useperldebug .eqs. "undef" then bool_dflt="n"
2260 $ rp = "Build a DEBUGGING version of Perl? [''bool_dflt'] "
2262 $ use_debugging_perl = ans
2264 $! Ask if they want to build with MULTIPLICITY
2266 $ echo "Perl can be built so that multiple Perl interpreters can coexist"
2267 $ echo "within the same Perl executable."
2268 $ echo "There is some performance overhead, however, so you"
2269 $ echo "probably do not want to choose this unless you are going to be"
2270 $ echo "doing things with embedded perl."
2272 $ if f$type(usemultiplicity) .nes. ""
2274 $ if usemultiplicity .or. usemultiplicity .eqs. "define" then bool_dflt = "y"
2276 $ rp = "Build Perl for multiplicity? [''bool_dflt'] "
2280 $ usemultiplicity="define"
2282 $ usemultiplicity="undef"
2285 $! Ask if they want to build with 64-bit support
2286 $ IF (archname.NES."VMS_VAX").and.("''f$extract(1,3, f$getsyi(""version""))'".ges."7.1")
2289 $ IF F$TYPE(use64bitint) .NES. ""
2291 $ IF use64bitint .OR. use64bitint .eqs. "define" THEN bool_dflt = "y"
2294 $ echo "You have natively 64-bit long integers."
2296 $ echo "Perl can be built to take advantage of 64-bit integer types"
2297 $ echo "on some systems, To do so, Configure can be run with -Duse64bitint."
2298 $ echo "Choosing this option will most probably introduce binary incompatibilities."
2300 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2301 $ rp = "Try to use 64-bit integers, if available? [''bool_dflt'] "
2306 $ IF F$TYPE(use64bitall) .NES. ""
2308 $ IF use64bitall .OR. use64bitall .eqs. "define" THEN bool_dflt = "y"
2311 $ echo "You may also choose to try maximal 64-bitness. It means using as much"
2312 $ echo "64-bitness as possible on the platform. This in turn means even more"
2313 $ echo "binary incompatibilities. On the other hand, your platform may not"
2314 $ echo "have any more 64-bitness available than what you already have chosen."
2316 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2317 $ rp = "Try to use maximal 64-bit support, if available? [''bool_dflt'] "
2320 $ IF use64bitall .AND. .NOT. use64bitint
2323 $ echo "Since you have chosen a maximally 64-bit build, I'm also turning on"
2324 $ echo "the use of 64-bit integers."
2329 $ IF F$TYPE(uselargefiles) .NES. ""
2331 $ IF uselargefiles .OR. uselargefiles .eqs. "define" THEN bool_dflt = "y"
2334 $ echo "Perl can be built to understand large files (files larger than 2 gigabytes)"
2335 $ echo "on some systems. To do so, Configure can be run with -Duselargefiles."
2337 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2338 $ rp = "Try to understand large files, if available? [''bool_dflt'] "
2342 $ ENDIF ! not VAX && >= 7.1
2344 $ IF usesitecustomize .OR. usesitecustomize .eqs. "define"
2346 $ usesitecustomize = "define"
2348 $ usesitecustomize = "undef"
2351 $! Ask about threads, if appropriate
2352 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
2355 $ echo "Perl can be built to take advantage of threads on some systems."
2356 $ echo "To do so, configure.com can be run with -""Dusethreads""."
2358 $ echo "Note that Perl built with threading support runs slightly slower"
2359 $ echo "and uses more memory than plain Perl. The current implementation"
2360 $ echo "is believed to be stable, but it is fairly new, and so should be"
2361 $ echo "treated with caution."
2364 $ if f$type(usethreads) .nes. ""
2366 $ if usethreads .or. usethreads .eqs. "define" then bool_dflt="y"
2368 $! Catch cases where user specified ithreads or 5005threads but
2369 $! forgot -Dusethreads
2370 $ if f$type(useithreads) .nes. ""
2372 $ if useithreads .or. useithreads .eqs. "define" then bool_dflt="y"
2374 $ if f$type(use5005threads) .nes. ""
2376 $ if use5005threads .or. use5005threads .eqs. "define" then bool_dflt="y"
2378 $ echo "If this doesn't make any sense to you, just accept the default '" + bool_dflt + "'."
2379 $ rp = "Build a threading Perl? [''bool_dflt'] "
2384 $ ! Shall we do the 5.005-type threads, or IThreads?
2385 $ echo "Since release 5.6, Perl has had two different threading implementations,"
2386 $ echo "the newer interpreter-based version (ithreads) with one interpreter per"
2387 $ echo "thread, and the older 5.005 version (5005threads)."
2388 $ echo "The 5005threads version is effectively unmaintained and will probably be"
2389 $ echo "removed in Perl 5.10, so there should be no need to build a Perl using it"
2390 $ echo "unless needed for backwards compatibility with some existing 5.005threads"
2394 $ if f$type(useithreads) .nes. ""
2396 $ if useithreads .eqs. "undef" then bool_dflt="n"
2398 $ if f$type(use5005threads) .nes. ""
2400 $ if use5005threads .or. use5005threads .eqs. "define" then bool_dflt="n"
2402 $ rp = "Use the newer intepreter-based ithreads? [''bool_dflt'] "
2407 $ use_5005_threads="N"
2409 $ use_5005_threads="Y"
2411 $ ! Are they on VMS 7.1 on an alpha or itanium?
2412 $ if (archname.nes."VMS_VAX").and.("''f$extract(1,3, f$getsyi(""version""))'".ges."7.1")
2415 $ echo "Threaded perl can be linked to use multiple kernel threads"
2416 $ echo "and system upcalls on VMS 7.1+ on Alpha systems. This feature"
2417 $ echo "allows multiple threads to execute simultaneously on an SMP"
2418 $ echo "system as well as preventing a single thread from blocking"
2419 $ echo "all the threads in a program, even on a single-processor"
2420 $ echo "machine. Unfortunately, this feature isn't safe on an"
2421 $ echo "unpatched 7.1 system (several OS patches were required when"
2422 $ echo "this procedure was written)."
2424 $ rp = "Enable multiple kernel threads and upcalls? [''bool_dflt'] "
2428 $ Thread_Live_Dangerously = "MT=MT=1"
2433 $ IF archname .NES. "VMS_VAX"
2437 $ echo "By default, perl (and pretty much everything else on VMS) uses"
2438 $ echo "case-insensitive linker symbols. Which is to say, when the"
2439 $ echo "underlying C code makes a call to a routine called Perl_foo in"
2440 $ echo "the source, the name in the object modules or shareable images"
2441 $ echo "is really PERL_FOO. There are some packages that use an"
2442 $ echo "embedded perl interpreter that instead require case-sensitive"
2443 $ echo "linker symbols."
2445 $ echo "If you have no idea what this means, and do not have"
2446 $ echo "any program requiring anything, choose the default."
2447 $ bool_dflt = be_case_sensitive
2448 $ if f$type(usecasesensitive) .nes. ""
2450 $ if usecasesensitive .or. usecasesensitive .eqs. "define" then bool_dflt = "y"
2451 $ if f$extract(0,1,f$edit(usecasesensitive,"collapse,upcase")).eqs."N" .or. usecasesensitive .eqs. "undef" then bool_dflt = "n"
2453 $ rp = "Build with case-sensitive symbols? [''bool_dflt'] "
2455 $ be_case_sensitive = ans
2458 $ echo "Perl normally uses IEEE format (T_FLOAT) floating point numbers"
2459 $ echo "internally on Alpha, but if you need G_FLOAT for binary compatibility"
2460 $ echo "with an external library or existing data, you may wish to disable"
2461 $ echo "the IEEE math option."
2462 $ bool_dflt = use_ieee_math
2463 $ if f$type(useieee) .nes. ""
2465 $ if useieee .or. useieee .eqs. "define"
2472 $ rp = "Use IEEE math? [''bool_dflt'] "
2474 $ use_ieee_math = ans
2476 $ be_case_sensitive = "n"
2477 $ use_ieee_math = "n"
2480 $ usecasesensitive = "undef"
2481 $ if (use_ieee_math) then useieee = "define"
2482 $ if (be_case_sensitive) then usecasesensitive = "define"
2483 $! Unlink all versions?
2485 $ echo "By default, Perl's unlink() provides VMS-like behavior and only"
2486 $ echo "deletes the latest version of a file. Enabling this option builds"
2487 $ echo "Perl so that unlink() deletes all versions of a file."
2488 $ bool_dflt = unlink_all_versions
2489 $ if f$type(unlink_all_versions) .nes. ""
2491 $ if unlink_all_versions .or. unlink_all_versions .eqs. "define"
2498 $ rp = "Make unlink() delete all versions of a file? [''bool_dflt'] "
2500 $ unlink_all_versions = ans
2501 $ IF unlink_all_versions
2503 $ d_unlink_all_versions = "define"
2505 $ d_unlink_all_versions = "undef"
2509 $ echo "Your compiler may want other flags. For this question you should include"
2510 $ echo "/INCLUDE=(whatever) and /DEFINE=(whatever), flags and any other flags"
2511 $ echo "or qualifiers used by the compiler."
2513 $ echo "To use no flags, specify the word ""none""."
2514 $ dflt = user_c_flags
2515 $ rp = "Any additional cc flags? [''dflt'] "
2517 $ IF ans .EQS. "none" THEN ans = ""
2518 $ user_c_flags = "''ans'"
2520 $! Ask whether they want to use secure logical translation when tainting
2522 $ echo "As Perl starts up, it checks several logical names, such as"
2523 $ echo "PERL5LIB and PERL_ENV_TABLES, which allow you to modify aspects"
2524 $ echo "of its behavior. For additional security, you may limit this"
2525 $ echo "process to executive- and kernel-mode translation when tainting"
2526 $ echo "is enabled. In this case, logical names normally skipped when"
2527 $ echo "tainting is enabled (e.g. PERL5OPTS) are translated as well."
2528 $ echo "If you do not choose to do this, the usual order of access modes"
2529 $ echo "is used for logical name translation."
2531 $ echo "This restriction does not apply to the %ENV hash or to implicit"
2532 $ echo "logical name translation during parsing of file specifications;"
2533 $ echo "these always use the normal sequence of access modes for logical"
2534 $ echo "name translation."
2536 $ if f$type(usesecurelog) .nes. ""
2538 $ if f$extract(0,1,f$edit(usesecurelog,"collapse,upcase")).eqs."N" .or. usesecurelog .eqs. "undef" then bool_dflt = "n"
2540 $ rp = "Use secure logical name translation? [''bool_dflt'] "
2542 $ d_secintgenv = ans
2543 $ usesecurelog = "undef"
2544 $ if (d_secintgenv) then usesecurelog = "define"
2546 $! Ask whether they want to default filetypes
2548 $ echo "When you pass the name of a program to Perl on the command line,"
2549 $ echo "it generally doesn't supply any defaults unless the -S command"
2550 $ echo "line switch is specified. In keeping with the VMS tradition of"
2551 $ echo "default file types, however, you can configure Perl to try default"
2552 $ echo "file types of nothing, .pl, and .com, in that order (e.g. typing"
2553 $ echo """$ perl foo"" would cause Perl to look for foo., then foo.pl, and"
2554 $ echo "finally foo.com)."
2556 $ echo "This is currently broken in some configurations. Only enable it if"
2557 $ echo "you know what you are doing."
2559 $ if f$type(usedefaulttypes) .nes. ""
2561 $ if usedefaulttypes .or. usedefaulttypes .eqs. "define" then bool_dflt="y"
2563 $ rp = "Always use default file types? [''bool_dflt'] "
2565 $ d_alwdeftype = ans
2566 $ usedefaulttypes = "undef"
2567 $ if (d_alwdeftype) then usedefaulttypes = "define"
2569 $! determine whether to use malloc wrapping
2572 $ IF F$TYPE(usemallocwrap) .nes. ""
2574 $ if .NOT. usemallocwrap .or. usemallocwrap .eqs. "undef" then bool_dflt = "n"
2576 $ rp = "Do you wish to wrap malloc calls to protect against potential overflows? [''bool_dflt'] "
2579 $ THEN usemallocwrap = "define"
2580 $ ELSE usemallocwrap = "undef"
2583 $! Ask if they want to use perl's memory allocator
2585 $ echo "Perl has a built-in memory allocator that is tuned for normal"
2586 $ echo "memory usage. It is oftentimes better than the standard system"
2587 $ echo "memory allocator. It also has the advantage of providing memory"
2588 $ echo "allocation statistics, if you choose to enable them."
2590 $ IF F$TYPE(usemymalloc) .nes. ""
2592 $ if usemymalloc .or. usemymalloc .eqs. "define" then bool_dflt = "y"
2594 $ rp = "Do you wish to attempt to use the malloc that comes with ''package'? [''bool_dflt'] "
2599 $ IF use_debugging_perl
2602 $ echo "Perl can keep statistics on memory usage if you choose to use"
2603 $ echo "them. This is useful for debugging, but does have some"
2604 $ echo "performance overhead."
2606 $ rp = "Do you want the debugging memory allocator? [''bool_dflt'] "
2608 $ use_debugmalloc = ans
2610 $ ! Check which memory allocator we want
2612 $ echo "There are currently three different memory allocators: the"
2613 $ echo "default (which is a pretty good general-purpose memory manager),"
2614 $ echo "the TWO_POT allocator (which is optimized to save memory for"
2615 $ echo "larger allocations), and PACK_MALLOC (which is optimized to save"
2616 $ echo "memory for smaller allocations). They're all good, but if your"
2617 $ echo "usage tends towards larger chunks use TWO_POT, otherwise use"
2618 $ echo "PACK_MALLOC."
2620 $ rp = "Memory allocator (DEFAULT, TWO_POT, PACK_MALLOC) [''dflt'] "
2622 $ if ans.eqs."TWO_POT" then use_two_pot_malloc = "Y"
2623 $ if ans.eqs."PACK_MALLOC" then use_pack_malloc = "Y"
2626 $ known_extensions = ""
2628 $ OPEN/READ CONFIG 'manifestfound'
2630 $ READ/END_OF_FILE=end_ext/ERROR=end_ext CONFIG line
2631 $ IF F$EXTRACT(0,4,line) .NES. "ext/" .AND. -
2632 F$EXTRACT(0,8,line) .NES. "vms/ext/" THEN goto ext_loop
2633 $ line = F$EDIT(line,"COMPRESS")
2634 $ line = F$ELEMENT(0," ",line)
2635 $ line_len = F$LENGTH(line)
2636 $ IF F$EXTRACT(line_len - 12,12,line) .NES. "/Makefile.PL" THEN goto ext_loop
2637 $ IF F$EXTRACT(0,4,line) .EQS. "ext/" THEN -
2638 xxx = F$EXTRACT(4,line_len - 16,line)
2639 $ IF xxx .EQS. "DynaLoader" THEN goto ext_loop ! omit
2640 $ IF xxx .EQS. "SDBM_File/sdbm" THEN goto ext_loop ! sub extension - omit
2641 $ IF xxx .EQS. "Devel/PPPort/harness" THEN goto ext_loop ! sub extension - omit
2642 $ IF F$EXTRACT(0,7,xxx) .EQS. "Encode/" THEN goto ext_loop ! sub extension - omit
2643 $ IF xxx .EQS. "B/C" THEN goto ext_loop ! sub extension - omit
2644 $ IF F$EXTRACT(0,8,line) .EQS. "vms/ext/" THEN -
2645 xxx = "VMS/" + F$EXTRACT(8,line_len - 20,line)
2646 $ known_extensions = known_extensions + " ''xxx'"
2651 $ known_extensions = F$EDIT(known_extensions,"TRIM,COMPRESS")
2652 $ dflt = known_extensions
2653 $ IF ccname .NES. "DEC" .AND. ccname .NES. "CXX"
2655 $ dflt = dflt - "POSIX" ! not with VAX C or GCC
2657 $ dflt = dflt - "ByteLoader" ! needs to be ported
2658 $ dflt = dflt - "DB_File" ! needs to be ported
2659 $ dflt = dflt - "GDBM_File" ! needs porting/special library
2660 $ dflt = dflt - "IPC/SysV" ! needs to be ported
2661 $ dflt = dflt - "NDBM_File" ! needs porting/special library
2662 $ dflt = dflt - "ODBM_File" ! needs porting/special library
2663 $ dflt = dflt - "Sys/Syslog" ! needs porting/special library "GDBM_File macro LOG_DEBUG"
2664 $ IF .NOT. Has_socketshr .AND. .NOT. Has_Dec_C_Sockets
2666 $ dflt = dflt - "Socket" ! optional on VMS
2668 $ IF .NOT. use_threads THEN dflt = dflt - "Thread"
2669 $ dflt = F$EDIT(dflt,"TRIM,COMPRESS")
2671 $! Ask for their default list of extensions to build
2673 $ echo "It is time to specify which modules you want to build into"
2674 $ echo "perl. Most of these are standard and should be chosen, though"
2675 $ echo "you might, for example, want to build GDBM_File instead of"
2676 $ echo "SDBM_File if you have the GDBM library built on your machine."
2678 $ echo "Which modules do you want to build into perl?"
2681 $ extensions = F$EDIT(ans,"TRIM,COMPRESS")
2683 $! %Config-I-VMS, determine build/make utility here (make gmake mmk mms)
2685 $ echo "Checking your ""make"" utilities..."
2686 $! If the 'build' that you use is not here add it and it's test
2687 $! switch to the _END_ of these strings (and increment max_build)
2688 $! (e.g. builders = builders + "/FOOMAKE"
2689 $! probers = probers + " -fooVersionSwitch"
2690 $! ) & please let me know about it.
2691 $ builders = "IMAKE/GNUMAKE/MGMAKE/GMAKE/MAKE/MMS/MMK"
2692 $ probers = "-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!/IDENT!/IDENT"
2698 $ OPEN/WRITE/ERROR=Open_error CONFIG Makefile.
2699 $ WRITE CONFIG "dont_make_anything_yet:"
2700 $ WRITE CONFIG F$FAO("!_")
2703 $ messages = F$ENVIRONMENT("MESSAGE")
2705 $ build = F$ELEMENT(n,"/",builders)
2706 $ probe = F$ELEMENT(n,"!",probers)
2707 $ echo "Testing whether you have ''build' on your system..."
2709 $! Noted with GNU Make version 3.60 that the $status and $severity
2710 $! with the 'probe' Makefile appear to be: $STATUS == "%X1000000C"
2711 $! $SEVERITY == "4".
2714 $ ON CONTROL_Y THEN GOTO Reenable_messages_build
2715 $ SET MESSAGE/NOFAC/NOSEV/NOIDENT/NOTEXT
2717 $ IF ($SEVERITY .EQ. 1) ! not adequate?
2720 $ IF (build .EQS. orig_dflt)
2722 $ default_set = "TRUE"
2725 $ ok_builders = ok_builders + " " + build
2726 $ IF (.NOT. default_set) THEN dflt = build
2730 $Reenable_messages_build:
2731 $ SET MESSAGE 'messages'
2733 $ on control_y then goto clean_up
2735 $ IF (n .LT. max_build) THEN GOTO Build_probe
2738 $ IF (ok_builders .NES. "")
2740 $ echo "Here is the list of builders you can apparently use:"
2741 $ echo "(",ok_builders," )"
2742 $ rp = "Which """"make"""" utility do you wish to use? [''dflt'] "
2744 $ ans = F$EDIT(ans,"TRIM, COMPRESS")
2745 $ ans = F$EXTRACT(0,F$LOCATE(" ",ans),ans) !throw out "-f Makefile." here
2754 %Config-E-VMS, ERROR:
2755 Well this looks pretty serious. Perl5 cannot be compiled without a "make"
2756 utility of some sort and after checking my "builders" list I cannot find
2757 the symbol or command you use on your system to compile programs.
2760 $ READ SYS$COMMAND/PROMPT="Which ""MMS"" do you use? " ans
2761 $ ans = F$EDIT(ans,"TRIM, COMPRESS")
2762 $ ans = F$EXTRACT(0,F$LOCATE(" ",ans),ans) !throw out "-f Makefile." here
2765 $ echo "I do not know where ""make"" is, and my life depends on it."
2766 $ echo "Go find a make program or fix your DCL$PATH setting!"
2767 $ echo "ABORTING..."
2768 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
2770 $ EXIT 2 !$STATUS = "%X00000002" (error)
2776 $ DELETE/NOLOG/NOCONFIRM Makefile.;
2782 There seems to be trouble. I just tried to create a file in
2784 $ echo4 'F$ENVIRONMENT("DEFAULT")'
2787 but was unsuccessful. I am stopping now. Please check that directories'
2788 PROTECTION bits. I will leave you in the directory where you started
2791 $ echo4 "ABORTING..."
2797 $! echo " Very well I will proceed with ""''build'"""
2798 $ make = F$EDIT(build,"UPCASE")
2800 $!: locate the preferred pager for this system
2801 $!pagers = "most|more|less|type/page"
2802 $ IF osvers .GES. "V6.1"
2804 $ dflt = "type/page=save=10"
2806 $ dflt = "type/page"
2808 $! assume that the presence of a most symbol indicates the presence
2810 $ IF F$TYPE(most) .EQS. "STRING" THEN dflt = "most"
2811 $ IF F$TYPE(pager) .EQS. "STRING" THEN dflt = pager
2812 $ rp="What pager is used on your system? [''dflt'] "
2816 $! update [.vms]config.vms here
2818 $! update makefile here
2819 $! echo4 "Updating makefile..."
2821 $ IF (make .EQS. "MMS").OR.(make .EQS. "MMK")
2823 $ makefile = "" !wrt MANIFEST dir
2824 $ UUmakefile = "[-]DESCRIP.MMS" !wrt CWD dir
2825 $ DEFmakefile = "DESCRIP.MMS" !wrt DEF dir (?)
2826 $ Makefile_SH = "descrip_mms.template"
2828 $ makefile = " -f Makefile." !wrt MANIFEST dir
2829 $ UUmakefile = "[-]Makefile." !wrt CWD dir
2830 $ DEFmakefile = "Makefile." !wrt DEF dir (?)
2831 $ Makefile_SH = "Makefile.in"
2834 $ IF macros .NES. ""
2836 $ tmp = F$LENGTH(macros)
2837 $ macros = F$EXTRACT(0,(tmp-1),macros) !miss trailing comma
2838 $ macros = "/macro=(" + macros + ")"
2840 $! Build up the extra C flags
2844 $ extra_flags = "''extra_flags'" + "/float=ieee/ieee=denorm"
2846 $ IF be_case_sensitive
2848 $ extra_flags = "''extra_flags'" + "/Names=As_Is"
2850 $ extra_flags = "''extra_flags'" + "''user_c_flags'"
2852 $ min_pgflquota = "100000"
2853 $ pgflquota = F$STRING(F$GETJPI("","PGFLQUOTA"))
2854 $ IF pgflquota .LES. min_pgflquota
2856 $ echo4 "Your PGFLQUOTA of ''pgflquota' appears too small to build ''package'."
2857 $ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
2860 $ echo4 "Continuing..."
2862 $ echo4 "ABORTING..."
2867 $! PerlIO abstraction
2870 $ IF F$TYPE(useperlio) .NES. ""
2872 $ if f$extract(0,1,f$edit(useperlio,"collapse,upcase")) .eqs. "N" .or. useperlio .eqs. "undef" then bool_dflt = "n"
2876 $ echo "Previous versions of ''package' used the standard IO mechanisms as"
2879 defined in <stdio.h>. Versions 5.003_02 and later of perl allow
2880 alternate IO mechanisms via the PerlIO abstraction layer, but the
2881 stdio mechanism is still available if needed. The abstraction layer
2882 can use AT&T's sfio (if you already have sfio installed) or regular stdio.
2883 Using PerlIO with sfio may cause problems with some extension modules.
2886 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2888 $ rp = "Use the PerlIO abstraction layer? [''bool_dflt'] "
2892 $ useperlio = "define"
2894 $ echo "Ok, doing things the stdio way."
2895 $ useperlio = "undef"
2899 $ echo4 "Checking the C run-time library."
2901 $! Former SUBCONFIGURE.COM
2903 $! - build a config.sh for VMS Perl.
2904 $! - use built config.sh to take config_h.SH -> config.h
2905 $! - also take vms/descrip_mms.template -> descrip.mms (VMS Makefile)
2906 $! vms/Makefile.in -> Makefile. (VMS GNU Makefile?)
2907 $! vms/Makefile.SH -> Makefile. (VMS GNU Makefile?)
2909 $! Note for folks from other platforms changing things in here:
2911 $! Fancy changes (based on compiler capabilities or VMS version or
2912 $! whatever) are tricky, so go ahead and punt on those.
2914 $! Simple changes, though (say, always setting something to 1, or undef,
2915 $! or something like that) are straightforward. Adding a new constant
2916 $! item for the ultimately created config.sh requires at least one
2917 $! (possibly more) line(s) to this file.
2919 $! Add a line in the format:
2921 $! $ WC "foo='undef'"
2923 $! somewhere between the line tagged '##BEGIN WRITE NEW CONSTANTS HERE##'
2924 $! and the one tagged '##END WRITE NEW CONSTANTS HERE##' (note the order
2925 $! is sorted ASCII and corresponds to the output of config.sh in the
2926 $! Bourne shell version of Configure).
2927 $! Be very careful with quoting, as it can be tricky.
2928 $! For example if instead of a constant string like 'undef' or 'define'
2929 $! you wanted to add something to VMS's config.sh that looks like:
2933 $! then add a line that looks like this before the
2934 $! '##END WRITE NEW CONSTANTS HERE##' tagged line:
2936 $! $ WC "blank_string='" + "'"
2938 $! (+ is the string concatenator and "''var'" has the effect
2939 $! of "${var}" in perl or sh, but "'const'" is not interpolated).
2941 $! Note that unitialized variables, such as a line like:
2943 $! $ WC "new_var='" + new_var + "'"
2945 $! should be avoided unless new_var has a value assigned prior
2946 $! to that line (think of perl's -w warnings).
2948 $! %DCL-W-UNDSYM, undefined symbol - check validity and spelling
2952 $ vms_ver = F$EXTRACT(1,3, osvers)
2953 $ IF F$LENGTH(Mcc) .EQ. 0 THEN Mcc := "cc"
2954 $ MCC = f$edit(mcc, "UPCASE")
2955 $ C_Compiler_Replace := "CC=CC=''Mcc'''ccflags'"
2956 $ IF ccname .EQS. "DEC"
2958 $ Checkcc := "''Mcc'/prefix=all"
2960 $ IF ccname .EQS. "CXX"
2964 $ Checkcc := "''Mcc'"
2967 $ ccflags = ccflags + extra_flags
2968 $ IF be_case_sensitive
2970 $ d_vms_be_case_sensitive = "define"
2972 $ d_vms_be_case_sensitive = "undef"
2974 $! Some constant defaults.
2975 $ hwname = f$getsyi("HW_NAME")
2976 $ myname = myhostname
2977 $ IF myname .EQS. "" THEN myname = F$TRNLNM("SYS$NODE")
2982 $ IF use64bitint .OR. use64bitint .EQS. "define"
2984 $ use64bitint = "define"
2985 $ uselongdouble = "define"
2987 $ usemorebits = "define"
2988 $ ivdformat="""Ld"""
2989 $ uvuformat="""Lu"""
2990 $ uvoformat="""Lo"""
2991 $ uvxformat="""Lx"""
2992 $ uvXUformat="""LX"""
2994 $ use64bitint = "undef"
2995 $ uselongdouble = "undef"
2996 $ usemorebits = "undef"
2997 $ ivdformat="""ld"""
2998 $ uvuformat="""lu"""
2999 $ uvoformat="""lo"""
3000 $ uvxformat="""lx"""
3001 $ uvXUformat="""lX"""
3003 $ IF uselongdouble .OR. uselongdouble .EQS. "define"
3005 $ nveformat="""Le"""
3006 $ nvfformat="""Lf"""
3007 $ nvgformat="""Lg"""
3013 $ IF use64bitall .OR. use64bitall .EQS. "define"
3015 $ use64bitall = "define"
3017 $ use64bitall = "undef"
3019 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
3021 $ uselargefiles = "define"
3023 $ uselargefiles = "undef"
3026 $ usemymalloc = "undef"
3027 $ if mymalloc then usemymalloc = "define"
3031 $ IF (sharedperl .AND. archname .EQS. "VMS_AXP")
3039 $ IF (sharedperl .AND. archname .EQS. "VMS_IA64")
3054 $ dlobj="dl_vms''obj_ext'"
3056 $ cppstdin="''perl_cc'/noobj/comments=as_is/preprocess=sys$output sys$input"
3058 $ cpprun="''perl_cc'/noobj/comments=as_is/preprocess=sys$output sys$input"
3066 $ THEN d_mymalloc="define"
3067 $ ELSE d_mymalloc="undef"
3071 $ startperl="""$ perl 'f$env(\""procedure\"")' \""'"+"'p1'\"" \""'"+"'p2'\"" \""'"+"'p3'\"" \""'"+"'p4'\"" \""'"+"'p5'\"" \""'"+"'p6'\"" \""'"+"'p7'\"" \""'"+"'p8'\""!\n"
3072 $ startperl=startperl + "$ exit++ + ++$status!=0 and $exit=$status=undef; while($#ARGV != -1 and $ARGV[$#ARGV] eq '"+"'){pop @ARGV;}"""
3074 $ IF ((use_threads) .AND. (vms_ver .LES. "6.2"))
3076 $ libs="SYS$SHARE:CMA$LIB_SHR.EXE/SHARE SYS$SHARE:CMA$RTL.EXE/SHARE SYS$SHARE:CMA$OPEN_LIB_SHR.exe/SHARE SYS$SHARE:CMA$OPEN_RTL.exe/SHARE"
3080 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
3087 $! perllibs should be libs with all non-core libs (such as gdbm) removed.
3093 $ IF use64bitint .OR. use64bitint .EQS. "define"
3095 $ d_PRId64 = "define"
3096 $ d_PRIu64 = "define"
3097 $ d_PRIo64 = "define"
3098 $ d_PRIx64 = "define"
3099 $ d_PRIXU64 = "define"
3100 $ sPRId64 = """Ld"""
3101 $ sPRIXU64 = """LX"""
3102 $ sPRIi64 = """Li"""
3103 $ sPRIo64 = """Lo"""
3104 $ sPRIu64 = """Lu"""
3105 $ sPRIx64 = """Lx"""
3107 $ quadtype = "long long"
3108 $ uquadtype = "unsigned long long"
3109 $ quadkind = "QUAD_IS_LONG_LONG"
3110 $ d_frexpl = "define"
3111 $ d_isnan = "define"
3112 $ d_isnanl = "define"
3113 $ d_modfl = "define"
3114 $ d_modflproto = "define"
3116 $ d_PRId64 = "undef"
3117 $ d_PRIXU64 = "undef"
3118 $ d_PRIu64 = "undef"
3119 $ d_PRIo64 = "undef"
3120 $ d_PRIx64 = "undef"
3122 $ sPRIXU64 = """lX"""
3129 $ uquadtype = "unsigned long"
3130 $ quadkind = "QUAD_IS_LONG"
3131 $ d_frexpl = "undef"
3133 $ d_isnanl = "undef"
3135 $ d_modflproto = "undef"
3138 $! Now some that we build up
3142 $ IF use_5005_threads
3144 $ arch = "''arch'-thread"
3145 $ archname = "''archname'-thread"
3146 $ d_old_pthread_create_joinable = "undef"
3147 $ old_pthread_create_joinable = " "
3148 $ use5005threads = "define"
3149 $ useithreads = "undef"
3151 $ arch = "''arch'-ithread"
3152 $ archname = "''archname'-ithread"
3153 $ d_old_pthread_create_joinable = "undef"
3154 $ old_pthread_create_joinable = " "
3155 $ use5005threads = "undef"
3156 $ useithreads = "define"
3159 $ d_old_pthread_create_joinable = "undef"
3160 $ old_pthread_create_joinable = " "
3161 $ use5005threads = "undef"
3162 $ useithreads = "undef"
3165 $! Some that we need to invoke the compiler for
3168 $! handy construction aliases/symbols
3170 $ OS := "open/write CONFIG []try.c"
3171 $ WS := "write CONFIG"
3172 $ CS := "close CONFIG"
3173 $ DS := "delete/nolog/noconfirm []try.*;*"
3175 $ good_compile = %X10B90001
3176 $ IF ccname .EQS. "GCC"
3178 $ open/write OPTCHAN []try.opt
3179 $ write OPTCHAN "Gnu_CC:[000000]gcclib.olb/library"
3180 $ write OPTCHAN "Sys$Share:VAXCRTL/Share"
3183 $ good_compile = %X10000001
3185 $ IF ccname .EQS. "CXX"
3187 $ good_compile = %X15F60001
3189 $ good_link = %X10000001
3190 $ tmp = "" ! null string default
3192 $ GOTO beyond_compile_ok
3194 $! Check for type sizes
3199 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3200 $ WS "#include <stdlib.h>"
3202 $ WS "#include <stdio.h>"
3205 $ WS "printf(""%d\n"", sizeof(''tmp'));"
3212 $!: locate header file
3216 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3217 $ WS "#include <stdlib.h>"
3219 $ WS "#include <stdio.h>"
3220 $ WS "#include <''tmp'>"
3223 $ WS "printf(""define\n"");"
3230 $!: define an alternate in-header-list? function
3234 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3236 $ echo4 "<''tmp'> found."
3239 $ echo4 "<''tmp'> NOT found."
3244 $!: define an is-in-libc? function
3247 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3249 $ echo4 "''tmp'() found."
3252 $ echo4 "''tmp'() NOT found."
3257 $!: define a shorthand compile call
3261 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3263 $ OPEN/WRITE CONFIG []try.out
3264 $ DEFINE/USER_MODE SYS$ERROR CONFIG
3265 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
3268 $ OPEN/READ CONFIG []try.out
3271 $ DELETE/NOLOG/NOCONFIRM []try.out;
3272 $ DELETE/NOLOG/NOCONFIRM []try.exe;
3274 $ tmp = "" ! null string default
3280 $ DEFINE/USER_MODE SYS$ERROR _NLA0:
3281 $ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
3285 $ 'ld' try.obj,try.opt/opt
3286 $ link_status = $status
3289 $ link_status = $status
3292 $ IF F$SEARCH("try.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM try.obj;
3295 $!: define a shorthand compile call for compilations that should be ok.
3297 $ DEFINE/USER_MODE SYS$ERROR _NLA0:
3298 $ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
3301 $ compile_status = $status
3303 $ DELETE/NOLOG/NOCONFIRM try.c;
3308 $! Check for __STDC__
3311 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3312 $ WS "#include <stdlib.h>"
3314 $ WS "#include <stdio.h>"
3317 $ WS "#ifdef __STDC__"
3318 $ WS "printf(""42\n"");"
3320 $ WS "printf(""1\n"");"
3327 $ IF F$INTEGER(tmp) .eq. 42
3329 $ echo4 "Your C compiler and pre-processor defines the symbol:"
3333 $! Check for double size
3335 $ echo4 "Checking to see how big your double precision numbers are..."
3337 $ GOSUB type_size_check
3339 $ echo "Your double is ''doublesize' bytes long."
3341 $! Check for long double size
3344 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3345 $ WS "#pragma message disable ALL" ! VAX compilers may have distracting informationals
3346 $ WS "#include <stdlib.h>"
3348 $ WS "#include <stdio.h>"
3351 $ WS "printf(""%d\n"", sizeof(long double));"
3355 $ echo4 "Checking to see if you have long double..."
3357 $ IF link_status .NE. good_link
3361 $ echo "You do not have long double."
3363 $ echo "You have long double."
3364 $ echo4 "Checking to see how big your long doubles are..."
3367 $ d_longdbl = "define"
3368 $ echo "Your long doubles are ''longdblsize' bytes long."
3371 $ IF d_longdbl .OR. d_longdbl .EQS. "define"
3373 $ d_PRIEUldbl = "define"
3374 $ d_PRIFUldbl = "define"
3375 $ d_PRIGUldbl = "define"
3376 $ d_PRIeldbl = "define"
3377 $ d_PRIfldbl = "define"
3378 $ d_PRIgldbl = "define"
3379 $ sPRIEUldbl = """LE"""
3380 $ sPRIFUldbl = """LF"""
3381 $ sPRIGUldbl = """LG"""
3382 $ sPRIeldbl = """Le"""
3383 $ sPRIfldbl = """Lf"""
3384 $ sPRIgldbl = """Lg"""
3386 $ d_PRIEUldbl = "undef"
3387 $ d_PRIFUldbl = "undef"
3388 $ d_PRIGUldbl = "undef"
3389 $ d_PRIeldbl = "undef"
3390 $ d_PRIfldbl = "undef"
3391 $ d_PRIgldbl = "undef"
3399 $ d_SCNfldbl = d_PRIfldbl
3400 $ sSCNfldbl = sPRIfldbl ! expect consistency
3402 $!: check for long long
3404 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3405 $ WS "#include <stdlib.h>"
3407 $ WS "#include <stdio.h>"
3410 $ WS "printf(""%d\n"", sizeof(long long));"
3414 $ echo4 "Checking to see if you have long long..."
3416 $ IF link_status .NE. good_link
3419 $ d_longlong="undef"
3420 $ echo "You do not have long long."
3422 $ echo "You have long long."
3423 $ echo4 "Checking to see how big your long longs are..."
3425 $ longlongsize = tmp
3426 $ d_longlong = "define"
3427 $ echo "Your long longs are ''longlongsize' bytes long."
3430 $! Check the prototype for getgid
3432 $ echo "Looking for the type for group ids returned by getgid()."
3434 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3435 $ WS "#include <stdlib.h>"
3437 $ WS "#include <stdio.h>"
3438 $ WS "#include <types.h>"
3446 $ IF compile_status .NE. good_compile
3448 $! Okay, gid_t failed. Must be unsigned int
3449 $ gidtype = "unsigned int"
3450 $ echo4 "assuming ""''gidtype'""."
3453 $ echo4 "gid_t found."
3456 $! Check to see if we've got dev_t
3458 $ echo "Looking for the type for dev."
3460 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3461 $ WS "#include <stdlib.h>"
3463 $ WS "#include <stdio.h>"
3464 $ WS "#include <types.h>"
3472 $ IF compile_status .NE. good_compile
3474 $! Okay, dev_t failed. Must be unsigned int
3475 $ devtype = "unsigned int"
3476 $ echo4 "assuming ""''devtype'""."
3479 $ echo4 "dev_t found."
3482 $! Check to see if we've got unistd.h (which we ought to, but you never know)
3489 $! do we have getppid()?
3491 $ IF i_unistd .EQS. "define"
3494 $ WS "#include <stdio.h>"
3495 $ WS "#include <unistd.h>"
3497 $ WS "printf(""%d\n"",getppid());"
3505 $ d_getppid = "undef"
3508 $!: see if this is a libutil.h system
3514 $! Check to see if we've got shadow.h (probably not, but...)
3520 $! Check to see if we've got socks.h (probably not, but...)
3526 $! Check the prototype for select
3528 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
3531 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3532 $ WS "#include <stdlib.h>"
3534 $ WS "#include <stdio.h>"
3535 $ WS "#include <types.h>"
3536 $ IF i_unistd .EQS. "define" THEN WS "#include <unistd.h>"
3539 $ WS "#include <socketshr.h>"
3541 $ WS "#include <time.h>"
3542 $ WS "#include <socket.h>"
3549 $ WS "bar = select(2, foo, foo, foo, NULL);"
3554 $ IF compile_status .NE. good_compile
3556 $! Okay, select failed. Must be an int *
3557 $ selecttype = "int *"
3558 $ echo4 "select() NOT found."
3560 $ selecttype="fd_set *"
3561 $ echo4 "select() found."
3564 $ ! No sockets, so stick in an int * : no select, so pick a harmless default
3565 $ selecttype = "int *"
3568 $! Check to see if fd_set exists
3570 $ echo "Checking to see how well your C compiler handles fd_set and friends ..."
3572 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3573 $ WS "#include <stdlib.h>"
3575 $ WS "#include <stdio.h>"
3576 $ WS "#include <types.h>"
3579 $ WS "#include <socketshr.h>"
3581 $ IF Has_Dec_C_Sockets
3583 $ WS "#include <time.h>"
3584 $ WS "#include <socket.h>"
3594 $ IF compile_status .ne. good_compile
3596 $! Okay, fd_set failed. Must not exist
3597 $ d_fd_set = "undef"
3598 $ echo4 "Hmm, your compiler has some difficulty with fd_set."
3601 $ echo4 "Well, your system knows about the normal fd_set typedef..."
3604 $! Check for inttypes.h
3606 $ tmp = "inttypes.h"
3610 $! Check to see if off64_t exists
3612 $ echo4 "Checking to see if you have off64_t..."
3614 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3615 $ WS "#include <stdlib.h>"
3617 $ WS "#include <stdio.h>"
3618 $ WS "#include <types.h>"
3619 $ WS "#''i_inttypes' IIH"
3621 $ WS "#include <inttypes.h>"
3630 $ IF compile_status .EQ. good_compile
3632 $ d_off64_t="define"
3633 $ echo "You have off64_t."
3635 $ d_off64_t = "undef"
3636 $ echo "You do not have off64_t."
3639 $! Check to see if fpos64_t exists
3641 $ echo4 "Checking to see if you have fpos64_t..."
3643 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3644 $ WS "#include <stdlib.h>"
3646 $ WS "#include <stdio.h>"
3647 $ WS "#include <types.h>"
3648 $ WS "#''i_inttypes' IIH"
3650 $ WS "#include <inttypes.h>"
3654 $ WS "fpos64_t bar;"
3659 $ IF compile_status .EQ. good_compile
3661 $ d_fpos64_t="define"
3662 $ echo "You have fpos64_t."
3664 $ d_fpos64_t = "undef"
3665 $ echo "You do not have fpos64_t."
3668 $! Check to see if int64_t exists
3670 $ echo4 "Checking to see if you have int64_t..."
3672 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3673 $ WS "#include <stdlib.h>"
3675 $ WS "#include <stdio.h>"
3676 $ WS "#include <types.h>"
3677 $ WS "#''i_inttypes' IIH"
3679 $ WS "#include <inttypes.h>"
3688 $ IF compile_status .EQ. good_compile
3690 $ d_int64_t="define"
3691 $ echo "You have int64_t."
3693 $ d_int64_t = "undef"
3694 $ echo "You do not have int64_t."
3697 $! Check to see if fseeko exists
3700 $ WS "#include <stdio.h>"
3703 $ WS "FILE *f=NULL;"
3704 $ WS "fseeko(f,(off_t)0,SEEK_SET);"
3712 $! Check to see if ftello exists
3715 $ WS "#include <stdio.h>"
3718 $ WS "FILE *f=NULL; off_t o=0;"
3727 $!: see if this is a netdb.h system
3728 $ IF Has_Dec_C_Sockets
3735 $! Check for h_errno
3737 $ echo4 "Checking to see if you have h_errno..."
3739 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3740 $ WS "#include <stdlib.h>"
3742 $ WS "#include <stdio.h>"
3743 $ IF i_unistd .EQS. "define" THEN WS "#include <unistd.h>"
3744 $ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
3752 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3755 $ echo "You have h_errno."
3758 $ echo "You do not have h_errno."
3761 $! Check to see if gethostname exists
3763 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
3766 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3767 $ WS "#include <stdlib.h>"
3769 $ WS "#include <stdio.h>"
3770 $ WS "#include <types.h>"
3773 $ WS "#include <socketshr.h>"
3775 $ WS "#include <time.h>"
3776 $ WS "#include <socket.h>"
3780 $ WS "char name[100];"
3781 $ WS "int bar, baz;"
3783 $ WS "baz = gethostname(name, bar);"
3788 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3790 $ d_gethname="define"
3791 $ echo4 "gethostname() found."
3793 $ d_gethname="undef"
3796 $ ! No sockets, so no gethname
3797 $ d_gethname = "undef"
3800 $! Check for sys/file.h
3802 $ tmp = "sys/file.h"
3807 $! Check for sys/ioctl.h
3809 $ tmp = "sys/ioctl.h"
3813 $! Check for sys/utsname.h
3815 $ tmp = "sys/utsname.h"
3817 $ i_sysutsname = tmp
3819 $! Check for syslog.h
3831 $! Check for sys/uio.h
3837 $! Check for sys/mode.h
3839 $ tmp = "sys/mode.h"
3843 $! Check for sys/access.h
3845 $ tmp = "sys/access.h"
3849 $! Check for sys/security.h
3851 $ tmp = "sys/security.h"
3855 $! Check for fcntl.h
3864 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3865 $ WS "#include <stdlib.h>"
3867 $ WS "#include <stdio.h>"
3868 $ WS "#include <fcntl.h>"
3871 $ WS "fcntl(1,2,3);"
3879 $! Check for fcntl locking capability
3881 $ echo4 "Checking if fcntl-based file locking works... "
3883 $ IF d_fcntl .EQS. "define"
3886 $ WS "#include <stdio.h>"
3887 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3888 $ WS "#include <stdlib.h>"
3890 $ WS "#include <fcntl.h>"
3891 $ WS "#include <unistd.h>"
3893 $ WS "#if defined(F_SETLK) && defined(F_SETLKW)"
3894 $ WS " struct flock flock;"
3895 $ WS " int retval, fd;"
3896 $ WS " fd = open(""try.c"", O_RDONLY);"
3897 $ WS " flock.l_type = F_RDLCK;"
3898 $ WS " flock.l_whence = SEEK_SET;"
3899 $ WS " flock.l_start = flock.l_len = 0;"
3900 $ WS " retval = fcntl(fd, F_SETLK, &flock);"
3902 $ WS " (retval < 0 ? printf(""undef\n"") : printf(""define\n""));"
3904 $ WS " printf(""undef\n"");"
3909 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3912 $ IF tmp .EQS. "define"
3914 $ echo4 "Yes, it seems to work."
3916 $ echo4 "Nope, it didn't work."
3919 $ echo4 "I'm unable to compile the test program, so I'll assume not."
3923 $ echo4 "Nope, since you don't even have fcntl()."
3925 $ d_fcntl_can_lock = tmp
3930 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3931 $ WS "#include <stdlib.h>"
3933 $ WS "#include <string.h>"
3936 $ WS "char * place;"
3937 $ WS "place = memchr(""foo"", 47, 3);"
3945 $! Check for strtoull
3948 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3949 $ WS "#include <stdlib.h>"
3951 $ WS "#include <string.h>"
3954 $ WS "unsigned __int64 result;"
3955 $ WS "result = strtoull(""123123"", NULL, 10);"
3963 $! Check for strtouq
3966 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3967 $ WS "#include <stdlib.h>"
3969 $ WS "#include <string.h>"
3972 $ WS "unsigned __int64 result;"
3973 $ WS "result = strtouq(""123123"", NULL, 10);"
3981 $! Check for strtoll
3984 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3985 $ WS "#include <stdlib.h>"
3987 $ WS "#include <string.h>"
3990 $ WS "__int64 result;"
3991 $ WS "result = strtoll(""123123"", NULL, 10);"
4002 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4003 $ WS "#include <stdlib.h>"
4005 $ WS "#include <string.h>"
4008 $ WS "__int64 result;"
4009 $ WS "result = strtoq(""123123"", NULL, 10);"
4020 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4021 $ WS "#include <stdlib.h>"
4023 $ WS "#include <string.h>"
4026 $ WS "__int64 result;"
4027 $ WS "result = strtoq(""123123"", NULL, 10);"
4035 $! Check for strtold
4038 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4039 $ WS "#include <stdlib.h>"
4041 $ WS "#include <string.h>"
4044 $ WS "long double result;"
4045 $ WS "result = strtold(""123123"", NULL, 10);"
4056 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4057 $ WS "#include <stdlib.h>"
4059 $ WS "#include <string.h>"
4062 $ WS " __int64 result;"
4063 $ WS "result = atoll(""123123"");"
4074 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4075 $ WS "#include <stdlib.h>"
4077 $ WS "#include <string.h>"
4081 $ WS "result = atolf(""123123"");"
4092 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4093 $ WS "#include <stdlib.h>"
4095 $ WS "#include <stdio.h>"
4098 $ WS "access(""foo"", F_OK);"
4109 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4110 $ WS "#include <stdlib.h>"
4112 $ WS "#include <stdio.h>"
4113 $ WS "#include <strings.h>"
4116 $ WS "char foo[10];"
4117 $ WS "bzero(foo, 10);"
4128 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4129 $ WS "#include <stdlib.h>"
4131 $ WS "#include <stdio.h>"
4132 $ WS "#include <strings.h>"
4135 $ WS "char foo[10], bar[10];"
4136 $ WS "bcopy(""foo"", bar, 3);"
4144 $! Check for mkstemp
4147 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4148 $ WS "#include <stdlib.h>"
4150 $ WS "#include <stdio.h>"
4153 $ WS "mkstemp(""foo"");"
4161 $! Check for mkstemps
4164 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4165 $ WS "#include <stdlib.h>"
4167 $ WS "#include <stdio.h>"
4170 $ WS "mkstemps(""foo"", 1);"
4178 $! Check for mkdtemp
4181 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4182 $ WS "#include <stdlib.h>"
4184 $ WS "#include <stdio.h>"
4187 $ WS "mkdtemp(""foo"");"
4197 $ if i_poll .eqs. "define"
4200 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4201 $ WS "#include <stdlib.h>"
4203 $ WS "#include <poll.h>"
4206 $ WS "struct pollfd pfd;"
4207 $ WS "int count=poll(&pfd,1,0);"
4218 $! Check for setvbuf
4221 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4222 $ WS "#include <stdlib.h>"
4224 $ WS "#include <stdio.h>"
4228 $ WS "char Buffer[99];"
4229 $ WS "foo = fopen(""foo"", ""r"");"
4230 $ WS "setvbuf(foo, Buffer, 0, 0);"
4238 $! see if sfio.h is available
4239 $! see if sfio library is available
4240 $! Ok, but do we want to use it.
4241 $! IF F$TYPE(usesfio) .EQS. "" THEN usesfio = "undef"
4242 $! IF val .EQS. "define"
4244 $! IF usesfio .EQS. "define"
4248 $! echo "''package' can use the sfio library, but it is experimental."
4249 $! IF useperlio .EQS. "undef"
4251 $! echo "For sfio also the PerlIO abstraction layer is needed."
4252 $! echo "Earlier you said you would not want that."
4254 $! rp="You seem to have sfio available, do you want to try using it? [''dflt'] "
4256 $! IF ans .EQS. "" THEN ans = dflt
4259 $! echo "Ok, turning on both sfio and PerlIO, then."
4260 $! useperlio="define"
4263 $! echo "Ok, avoiding sfio this time. I'll use stdio instead."
4267 $! IF usesfio .EQS. "define"
4269 $! echo4 "Sorry, cannot find sfio on this machine."
4270 $! echo4 "Ignoring your setting of usesfio=''usesfio'."
4278 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4279 $ WS "#include <stdlib.h>"
4281 $ WS "#include <stdio.h>"
4284 $ WS "setenv(""FOO"", ""BAR"", 0);"
4292 $! Check for setproctitle
4295 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4296 $ WS "#include <stdlib.h>"
4298 $ WS "#include <stdio.h>"
4301 $ WS "setproctitle(""%s"", ""FOO"");"
4305 $ tmp = "setproctitle"
4307 $ d_setproctitle = tmp
4309 $! Check for <netinet/in.h>
4311 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4313 $ tmp = "netinet/in.h"
4320 $! Check for <netinet/tcp.h>
4322 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4324 $ tmp = "netinet/tcp.h"
4326 $ i_netinettcp = tmp
4328 $ i_netinettcp="undef"
4331 $! Check for endhostent
4333 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4336 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4337 $ WS "#include <stdlib.h>"
4339 $ WS "#include <stdio.h>"
4341 $ THEN WS "#include <socketshr.h>"
4342 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4346 $ WS "endhostent();"
4350 $ tmp = "endhostent"
4357 $! Check for endnetent
4359 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4362 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4363 $ WS "#include <stdlib.h>"
4365 $ WS "#include <stdio.h>"
4367 $ THEN WS "#include <socketshr.h>"
4368 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4383 $! Check for endprotoent
4385 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4388 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4389 $ WS "#include <stdlib.h>"
4391 $ WS "#include <stdio.h>"
4393 $ THEN WS "#include <socketshr.h>"
4394 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4398 $ WS "endprotoent();"
4402 $ tmp = "endprotoent"
4409 $! Check for endservent
4411 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4414 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4415 $ WS "#include <stdlib.h>"
4417 $ WS "#include <stdio.h>"
4419 $ THEN WS "#include <socketshr.h>"
4420 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4424 $ WS "endservent();"
4428 $ tmp = "endservent"
4435 $! Check for sethostent
4437 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4440 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4441 $ WS "#include <stdlib.h>"
4443 $ WS "#include <stdio.h>"
4445 $ THEN WS "#include <socketshr.h>"
4446 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4450 $ WS "sethostent(1);"
4454 $ tmp = "sethostent"
4461 $! Check for setnetent
4463 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4466 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4467 $ WS "#include <stdlib.h>"
4469 $ WS "#include <stdio.h>"
4471 $ THEN WS "#include <socketshr.h>"
4472 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4476 $ WS "setnetent(1);"
4487 $! Check for setprotoent
4489 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4492 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4493 $ WS "#include <stdlib.h>"
4495 $ WS "#include <stdio.h>"
4497 $ THEN WS "#include <socketshr.h>"
4498 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4502 $ WS "setprotoent(1);"
4506 $ tmp = "setprotoent"
4513 $! Check for setservent
4515 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4518 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4519 $ WS "#include <stdlib.h>"
4521 $ WS "#include <stdio.h>"
4523 $ THEN WS "#include <socketshr.h>"
4524 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4528 $ WS "setservent(1);"
4532 $ tmp = "setservent"
4539 $! Check for gethostent
4541 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4544 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4545 $ WS "#include <stdlib.h>"
4547 $ WS "#include <stdio.h>"
4549 $ THEN WS "#include <socketshr.h>"
4550 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4554 $ WS "gethostent();"
4558 $ tmp = "gethostent"
4565 $! Check for getnetent
4567 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4570 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4571 $ WS "#include <stdlib.h>"
4573 $ WS "#include <stdio.h>"
4575 $ THEN WS "#include <socketshr.h>"
4576 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4591 $! Check for getprotoent
4593 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4596 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4597 $ WS "#include <stdlib.h>"
4599 $ WS "#include <stdio.h>"
4601 $ THEN WS "#include <socketshr.h>"
4602 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4606 $ WS "getprotoent();"
4610 $ tmp = "getprotoent"
4617 $! Check for getservent
4619 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4622 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4623 $ WS "#include <stdlib.h>"
4625 $ WS "#include <stdio.h>"
4627 $ THEN WS "#include <socketshr.h>"
4628 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4632 $ WS "getservent();"
4636 $ tmp = "getservent"
4643 $! Check for nanosleep
4646 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4647 $ WS "#include <stdlib.h>"
4649 $ WS "#include <time.h>"
4652 $ WS "int asleep = nanosleep(NULL,NULL);"
4660 $! Check for socklen_t
4662 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4664 $ echo4 "Checking to see if you have socklen_t..."
4666 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4667 $ WS "#include <stdlib.h>"
4669 $ WS "#include <stdio.h>"
4671 $ THEN WS "#include <socketshr.h>"
4672 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4676 $ WS "socklen_t x = 16;"
4681 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4683 $ d_socklen_t="define"
4684 $ echo "You have socklen_t."
4686 $ d_socklen_t="undef"
4687 $ echo "You do not have socklen_t."
4690 $ d_socklen_t="undef"
4693 $! Check for pthread_yield
4698 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4699 $ WS "#include <stdlib.h>"
4701 $ WS "#include <pthread.h>"
4702 $ WS "#include <stdio.h>"
4705 $ WS "pthread_yield();"
4709 $ tmp = "pthread_yield"
4711 $ d_pthread_yield = tmp
4713 $ d_pthread_yield="undef"
4716 $! Check for sched_yield
4721 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4722 $ WS "#include <stdlib.h>"
4724 $ WS "#include <pthread.h>"
4725 $ WS "#include <stdio.h>"
4728 $ WS "sched_yield();"
4732 $ tmp = "sched_yield"
4734 $ d_sched_yield = tmp
4735 $ IF d_sched_yield .EQS. "define"
4736 $ THEN sched_yield = "sched_yield"
4737 $ ELSE sched_yield = " "
4740 $ d_sched_yield="undef"
4744 $! Check for pthread_attr_setscope and PTHREAD_SCOPE_SYSTEM.
4745 $! (The actual test is to be written.)
4747 $ d_pthread_attr_setscope="undef"
4749 $! Check for generic pointer size
4751 $ echo4 "Checking to see how big your pointers are..."
4753 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4754 $ WS "#include <stdlib.h>"
4756 $ WS "#include <stdio.h>"
4760 $ WS "foo = sizeof(char *);"
4761 $ WS "printf(""%d\n"", foo);"
4766 $ GOSUB type_size_check
4768 $ echo "Your pointers are ''ptrsize' bytes long."
4770 $! Check for size_t size
4774 $ echo4 "Checking the size of ''zzz'..."
4775 $ GOSUB type_size_check
4777 $ echo "Your ''zzz' size is ''sizesize' bytes."
4779 $! Check for _LARGEFILE capability.
4783 $ WS "#define _LARGEFILE"
4784 $ WS "#include <stdio.h>"
4787 $ WS "printf(""%d\n"", sizeof(off_t));"
4792 $ IF link_status .EQ. good_link
4797 $ echo "Your off_t size is ''off_t_size' bytes when _LARGEFILE is defined."
4798 $ IF off_t_size .ne. 8 .AND. (uselargefiles .OR. uselargefiles .eqs. "define")
4800 $ echo4 "You configured with -Duselargefiles but your CRTL does not support _LARGEFILE."
4801 $ echo4 "I'm disabling large file support."
4802 $ uselargefiles = "undef"
4805 $! Check rand48 and its ilk
4807 $ echo4 "Looking for a random number function..."
4809 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4810 $ WS "#include <stdlib.h>"
4812 $ WS "#include <stdio.h>"
4815 $ WS "srand48(12L);"
4820 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4822 $ drand01 = "drand48()"
4824 $ randfunc = "drand48"
4825 $ randseedtype = "long int"
4826 $ seedfunc = "srand48"
4827 $ echo4 "Good, found drand48()."
4828 $ d_drand48proto = "define"
4830 $ d_drand48proto = "undef"
4831 $ drand01="random()"
4833 $ randfunc = "random"
4834 $ randseedtype = "unsigned"
4835 $ seedfunc = "srandom"
4837 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4838 $ WS "#include <stdlib.h>"
4840 $ WS "#include <stdio.h>"
4848 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4850 $ echo4 "OK, found random()."
4852 $ drand01="(((float)rand())*MY_INV_RAND_MAX)"
4854 $ randseedtype = "unsigned"
4855 $ seedfunc = "srand"
4856 $ echo4 "Yick, looks like I have to use rand()."
4859 $! Done with compiler checks. Clean up.
4860 $ IF F$SEARCH("try.c") .NES."" THEN DELETE/NOLOG/NOCONFIRM try.c;*
4861 $ IF F$SEARCH("try.obj").NES."" THEN DELETE/NOLOG/NOCONFIRM try.obj;*
4862 $ IF F$SEARCH("try.exe").NES."" THEN DELETE/NOLOG/NOCONFIRM try.exe;*
4863 $ IF F$SEARCH("try.opt").NES."" THEN DELETE/NOLOG/NOCONFIRM try.opt;*
4864 $ IF F$SEARCH("try.out").NES."" THEN DELETE/NOLOG/NOCONFIRM try.out;*
4865 $ IF ccname .EQS. "CXX"
4867 $ CALL Cxx_demangler_cleanup
4870 $! Some that are compiler or VMS version sensitive
4873 $ IF ccname .EQS. "GCC"
4875 $ d_attribut="define"
4879 $ d_attribut="undef"
4882 $! Dec C >= 5.2 and VMS ver >= 7.0
4883 $ IF (ccname .EQS. "DEC") .AND. -
4884 (F$INTEGER(Dec_C_Version).GE.50200000) .AND. (vms_ver .GES. "7.0")
4887 $ d_getitimer="define"
4888 $ d_gettimeod="define"
4890 $ d_mprotect="define"
4896 $ d_setitimer="define"
4897 $ d_sigaction="define"
4898 $ d_sigprocmask="define"
4899 $ d_truncate="define"
4903 $ sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM ABRT USR1 USR2 SPARE18 SPARE19 CHLD CONT STOP TSTP TTIN TTOU DEBUG SPARE27 SPARE28 SPARE29 SPARE30 SPARE31 SPARE32 RTMIN RTMAX"
4904 $ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS"","
4905 $ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",""USR1"",""USR2"",""SPARE18"",""SPARE19"",""CHLD"",""CONT"",""STOP"",""TSTP"","
4906 $ psnwc3="""TTIN"",""TTOU"",""DEBUG"",""SPARE27"",""SPARE28"",""SPARE29"",""SPARE30"",""SPARE31"",""SPARE32"",""RTMIN"",""RTMAX"",0"
4907 $ sig_name_init = psnwc1 + psnwc2 + psnwc3
4908 $ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 64"
4909 $ sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,64,0"
4912 $ d_pathconf="define"
4913 $ d_fpathconf="define"
4914 $ d_sysconf="define"
4915 $ d_sigsetjmp="define"
4917 $ pidtype="unsigned int"
4919 $ d_getitimer="undef"
4920 $ d_gettimeod="undef"
4922 $ d_mprotect="undef"
4928 $ d_setitimer="undef"
4929 $ d_sigaction="undef"
4930 $ d_sigprocmask="undef"
4931 $ d_truncate="undef"
4934 $ sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM ABRT USR1 USR2"
4935 $ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS"","
4936 $ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",""USR1"",""USR2"",0"
4937 $ sig_name_init = psnwc1 + psnwc2
4938 $ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 16 17"
4939 $ sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,16,17,0"
4941 $ uidtype="unsigned int"
4942 $ d_pathconf="undef"
4943 $ d_fpathconf="undef"
4945 $ d_sigsetjmp="undef"
4947 $!: see if tzname[] exists
4949 $ WS "#include <stdio.h>"
4950 $ WS "#include <time.h>"
4951 $ WS "int main() { extern short tzname[]; printf(""%hd"", tzname[0]); }"
4954 $ IF compile_status .EQ. good_compile
4956 $ d_tzname = "undef"
4957 $ echo4 "tzname[] NOT found."
4959 $ d_tzname = "define"
4960 $ echo4 "tzname[] found."
4962 $ IF F$SEARCH("try.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM try.obj;
4964 $ IF d_gethname .EQS. "undef" .AND. d_uname .EQS. "undef"
4966 $ d_phostname="define"
4968 $ d_phostname="undef"
4972 $ IF ccname .EQS. "DEC"
4974 $ d_mbstowcs="define"
4976 $ d_stdiobase="define"
4977 $ d_stdio_cnt_lval="define"
4978 $ d_stdio_ptr_lval="define"
4979 $ d_stdstdio="define"
4980 $ d_faststdio="define"
4981 $ d_wcstombs="define"
4984 $ d_strcoll="define"
4985 $ d_strxfrm="define"
4988 $ i_langinfo="define"
4989 $ d_locconv="define"
4990 $ IF vms_ver .GES. "6.2"
4992 $ d_nl_langinfo="define"
4994 $ d_nl_langinfo="undef"
4996 $ d_setlocale="define"
4997 $ vms_cc_type="decc"
4999 $ d_mbstowcs="undef"
5001 $ d_stdiobase="undef"
5002 $ d_stdio_cnt_lval="undef"
5003 $ d_stdio_ptr_lval="undef"
5004 $ d_stdstdio="undef"
5005 $ d_faststdio="undef"
5006 $ d_wcstombs="undef"
5013 $ i_langinfo="undef"
5015 $ d_nl_langinfo="undef"
5016 $ d_setlocale="undef"
5018 $ d_stdio_ptr_lval_sets_cnt="undef"
5019 $ d_stdio_ptr_lval_nochange_cnt="define"
5020 $ usefaststdio="undef"
5023 $ if Has_Socketshr .OR. Has_Dec_C_Sockets
5025 $ d_vms_do_sockets="define"
5029 $ netdb_hlen_type="int"
5030 $ netdb_host_type="char *"
5031 $ netdb_name_type="char *"
5032 $ netdb_net_type="long"
5033 $ d_gethbyaddr="define"
5034 $ d_gethbyname="define"
5035 $ d_getnbyaddr="define"
5036 $ d_getnbyname="define"
5037 $ d_getpbynumber="define"
5038 $ d_getpbyname="define"
5039 $ d_getsbyport="define"
5040 $ d_getsbyname="define"
5041 $ d_gethostprotos="define"
5042 $ d_getnetprotos="define"
5043 $ d_getprotoprotos="define"
5044 $ d_getservprotos="define"
5045 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
5047 $ socksizetype="unsigned int"
5049 $ socksizetype="int *"
5052 $ d_vms_do_sockets="undef"
5056 $ netdb_hlen_type="int"
5057 $ netdb_host_type="char *"
5058 $ netdb_name_type="char *"
5059 $ netdb_net_type="long"
5060 $ d_gethbyaddr="undef"
5061 $ d_gethbyname="undef"
5062 $ d_getnbyaddr="undef"
5063 $ d_getnbyname="undef"
5064 $ d_getpbynumber="undef"
5065 $ d_getpbyname="undef"
5066 $ d_getsbyport="undef"
5067 $ d_getsbyname="undef"
5068 $ d_gethostprotos="undef"
5069 $ d_getnetprotos="undef"
5070 $ d_getprotoprotos="undef"
5071 $ d_getservprotos="undef"
5072 $ socksizetype="undef"
5077 $ usethreads="define"
5078 $ d_pthreads_created_joinable="define"
5079 $ if (vms_ver .GES. "7.0")
5081 $ d_oldpthreads="undef"
5083 $ d_oldpthreads="define"
5086 $ d_oldpthreads="undef"
5087 $ usethreads="undef"
5088 $ d_pthreads_created_joinable="undef"
5091 $! new (5.005_62++) typedefs for primitives
5093 $ echo "Choosing the C types to be used for Perl's internal types..."
5095 $ uvtype="unsigned long"
5097 $ u8type="unsigned char"
5099 $ u16type="unsigned short"
5101 $ u32type="unsigned int"
5102 $ i64type="long long"
5103 $ u64type="unsigned long long"
5106 $ IF use64bitint .OR. use64bitint .EQS. "define"
5108 $ ivtype = "''i64type'"
5109 $ uvtype = "''u64type'"
5110 $ nvtype="long double"
5117 $ GOSUB type_size_check
5119 $ IF use64bitint .OR. use64bitint .EQS. "define" THEN i64size = tmp
5120 $ IF ivtype .eqs. "long"
5121 $ THEN longsize = tmp
5124 $ GOSUB type_size_check
5129 $ GOSUB type_size_check
5131 $ IF use64bitint .OR. use64bitint .EQS. "define" THEN u64size = tmp
5134 $ GOSUB type_size_check
5138 $ GOSUB type_size_check
5141 $ tmp = "''i16type'"
5142 $ GOSUB type_size_check
5144 $ IF i16type .eqs. "short"
5145 $ THEN shortsize = tmp
5148 $ gosub type_size_check
5152 $ tmp = "''u16type'"
5153 $ GOSUB type_size_check
5156 $ tmp = "''i32type'"
5157 $ GOSUB type_size_check
5159 $ IF i32type .eqs. "int"
5160 $ THEN intsize = tmp
5163 $ gosub type_size_check
5167 $ tmp = "''u32type'"
5168 $ gosub type_size_check
5172 $ GOSUB type_size_check
5175 $ echo "(IV will be ""''ivtype'"", ''ivsize' bytes)"
5176 $ echo "(UV will be ""''uvtype'"", ''uvsize' bytes)"
5177 $ echo "(NV will be ""''nvtype'"", ''nvsize' bytes)"
5179 $ echo4 "Checking whether your NVs can preserve your UVs..."
5181 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5182 $ WS "#include <stdlib.h>"
5184 $ WS "#include <stdio.h>"
5186 $ WS " ''uvtype' k = (''uvtype')~0, l;"
5187 $ WS " ''nvtype' d;"
5189 $ WS " d = (''nvtype')l;"
5190 $ WS " l = (''uvtype')d;"
5192 $ WS " printf(""preserve\n"");"
5197 $ IF tmp .EQS. "preserve"
5199 $ d_nv_preserves_uv = "define"
5200 $ echo "Yes, they can."
5201 $ nv_preserves_uv_bits = F$STRING(F$INTEGER(uvsize) * 8)
5203 $ d_nv_preserves_uv = "undef"
5204 $ echo "No, they can't."
5205 $ echo4 "Checking how many bits of your UVs your NVs can preserve..."
5207 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5208 $ WS "#include <stdlib.h>"
5210 $ WS "#include <stdio.h>"
5212 $ WS " ''uvtype' u = 0;"
5213 $ WS " int n = 8 * ''uvsize';"
5215 $ WS " for (i = 0; i < n; i++) {"
5216 $ WS " u = u << 1 | (''uvtype')1;"
5217 $ WS " if ((''uvtype')(''nvtype')u != u)"
5220 $ WS " printf(""%d\n"", i);"
5225 $ nv_preserves_uv_bits = tmp
5228 $ echo4 "Checking if kill() uses SYS$FORCEX or can't be called from a signal handler..."
5229 $ kill_by_sigprc = "undef"
5231 $ WS "#include <stdio.h>"
5232 $ WS "#include <signal.h>"
5233 $ WS "#include <unistd.h>"
5234 $ WS "void handler1(int s) { printf(""%d"",s); kill(getpid(),2); }"
5235 $ WS "void handler2(int s) { printf(""%d"",s); }"
5237 $ WS " printf(""0"");"
5238 $ WS " signal(1,handler1);"
5239 $ WS " signal(2,handler2);"
5240 $ WS " kill(getpid(),1);"
5242 $ WS " printf(""\n"");"
5245 $ ON ERROR THEN CONTINUE
5247 $ IF tmp .NES. "012"
5249 $ echo4 "Yes, it has at least one of those limitations."
5250 $ echo4 "Checking whether we can use SYS$SIGPRC instead..."
5252 $ WS "#include <stdio.h>"
5253 $ WS "#include <lib$routines.h>"
5254 $ WS "unsigned long code = 0;"
5255 $ WS "int handler(unsigned long *args) {"
5256 $ WS " code = args[1];"
5260 $ WS " int iss, sys$sigprc();"
5261 $ WS " lib$establish(handler);"
5262 $ WS " iss = sys$sigprc(0,0,0x1234);"
5263 $ WS " iss = ((iss&1)==1 && code == 0x1234);"
5264 $ WS " printf(""%d\n"",iss);"
5267 $ ON ERROR THEN CONTINUE
5271 $ echo4 "Yep, we can."
5272 $ kill_by_sigprc = "define"
5274 $! since SIGBUS and SIGSEGV indistinguishable, make them the same here.
5275 $! sigusr1 and sigusr2 show up in VMS6.2 and later
5277 $ if vms_ver .GES. "6.2"
5279 $ sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM ABRT USR1 USR2"
5280 $ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS"","
5281 $ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",""USR1"",""USR2"",0"
5282 $ sig_name_init = psnwc1 + psnwc2
5283 $ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 16 17"
5284 $ sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,16,17,0"
5287 $ sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM ABRT"
5288 $ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS"","
5289 $ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",0"
5290 $ sig_name_init = psnwc1 + psnwc2
5291 $ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6"
5292 $ sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,0"
5296 $ echo4 "Nope, we can't."
5299 $ echo4 "Nope, it doesn't."
5303 $! Finally the composite ones. All config
5305 $ myuname="''osname' ''myname' ''osvers' ''F$EDIT(hwname, "TRIM")'"
5307 $ IF ccname .EQS. "DEC"
5309 $ ccflags="/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=''obj_ext' ''ccflags'"
5311 $ i_dirent = "undef"
5312 $ IF ccname .EQS. "CXX"
5314 $ i_dirent = "define"
5315 $ ccflags="/Include=[]/Standard=ANSI/Prefix=All/Obj=''obj_ext' ''ccflags'"
5317 $ IF use_vmsdebug_perl
5319 $ optimize="/List/Debug/NoOpt"
5320 $ ldflags="/Debug/Trace/Map"
5323 $ optimize= "/NoList"
5324 $ ldflags="/NoTrace/NoMap"
5328 $! Okay, we've got everything configured. Now go write out a config.sh.
5329 $ basename_config_sh = F$PARSE(config_sh,,,"NAME",)+F$PARSE(config_sh,,,"TYPE",)
5330 $ echo4 "Creating ''basename_config_sh'..."
5331 $ open/write CONFIG 'config_sh'
5332 $ WC := write CONFIG
5334 $! ##BEGIN WRITE NEW CONSTANTS HERE##
5338 $ WC "# This file was produced by Configure.COM on a ''osname' system."
5340 $ WC "# Package name : ''package'"
5341 $ WC "# Source directory : ''src'"
5342 $ WC "# Configuration time: " + cf_time
5343 $ WC "# Configuration by : " + cf_by
5344 $ WC "# Target system : " + myuname
5346 $ WC "Makefile_SH='" + Makefile_SH + "'"
5347 $ WC "Mcc='" + Mcc + "'"
5348 $ WC "PERL_REVISION='" + revision + "'"
5349 $ WC "PERL_VERSION='" + patchlevel + "'"
5350 $ WC "PERL_SUBVERSION='" + subversion + "'"
5351 $ WC "PERL_API_REVISION='" + api_revision + "'"
5352 $ WC "PERL_API_VERSION='" + api_version + "'"
5353 $ WC "PERL_API_SUBVERSION='" + api_subversion + "'"
5354 $ WC "PERL_PATCHLEVEL='" + perl_patchlevel + "'"
5355 $ WC "PERL_CONFIG_SH='true'"
5356 $ WC "_a='" + lib_ext + "'"
5357 $ WC "_exe='" + exe_ext + "'"
5358 $ WC "_o='" + obj_ext + "'"
5359 $ WC "alignbytes='" + alignbytes + "'"
5360 $ WC "aphostname='write sys$output f$edit(f$getsyi(\""SCSNODE\""),\""TRIM,LOWERCASE\"")'"
5362 $ WC "archlib='" + archlib + "'"
5363 $ WC "archlibexp='" + archlibexp + "'"
5364 $ WC "archname='" + archname + "'"
5365 $ WC "baserev='" + baserev + "'"
5366 $ WC "bin='" + bin + "'"
5367 $ WC "binexp='" + binexp + "'"
5368 $ WC "builddir='" + builddir + "'"
5369 $ WC "byteorder='1234'"
5370 $ WC "castflags='0'"
5371 $ WC "cc='" + perl_cc + "'"
5372 $ WC "cccdlflags='" + cccdlflags + "'"
5373 $ WC "ccdlflags='" + ccdlflags + "'"
5374 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
5376 $ WC "ccflags='" + ccflags + "/Define=_LARGEFILE'"
5378 $ WC "ccflags='" + ccflags + "'"
5380 $ WC "ccflags_uselargefiles='" + "'"
5381 $ WC "ccname='" + ccname + "'"
5382 $ WC "ccversion='" + ccversion + "'"
5383 $ WC "cf_by='" + cf_by + "'"
5384 $ WC "cf_email='" + cf_email + "'"
5385 $ WC "cf_time='" + cf_time + "'"
5386 $ WC "config_args='" + config_args + "'"
5387 $ WC "config_sh='" + config_sh + "'"
5388 $ WC "cpp_stuff='" + cpp_stuff + "'"
5389 $ WC "cpplast='" + cpplast + "'"
5390 $ WC "cppminus='" + cppminus + "'"
5391 $ WC "cpprun='" + cpprun + "'"
5392 $ WC "cppstdin='" + cppstdin + "'"
5393 $ IF use64bitint .OR. use64bitint .EQS. "define"
5395 $! gcvt() does not work for > 16 decimal places; fallback to sprintf
5396 $ WC "d_Gconvert='sprintf((b),""%.*" + (nvgformat-"""") + ",(n),(x))'"
5398 $ WC "d_Gconvert='my_gconvert(x,n,t,b)'"
5400 $ WC "d_PRIEldbl='" + d_PRIEUldbl + "'"
5401 $ WC "d_PRIFldbl='" + d_PRIFUldbl + "'"
5402 $ WC "d_PRIGldbl='" + d_PRIGUldbl + "'"
5403 $ WC "d_PRIXU64='" + d_PRIXU64 + "'"
5404 $ WC "d_PRId64='" + d_PRId64 + "'"
5405 $ WC "d_PRIeldbl='" + d_PRIeldbl + "'"
5406 $ WC "d_PRIfldbl='" + d_PRIfldbl + "'"
5407 $ WC "d_PRIgldbl='" + d_PRIgldbl + "'"
5408 $ WC "d_PRIo64='" + d_PRIo64 + "'"
5409 $ WC "d_PRIu64='" + d_PRIu64 + "'"
5410 $ WC "d_PRIx64='" + d_PRIx64 + "'"
5411 $ WC "d_SCNfldbl='" + d_SCNfldbl + "'"
5412 $ WC "d__fwalk='undef'"
5413 $ WC "d_access='" + d_access + "'"
5414 $ WC "d_accessx='undef'"
5415 $ WC "d_aintl='undef'"
5416 $ WC "d_alarm='define'"
5417 $ WC "d_archlib='define'"
5418 $ WC "d_atolf='" + d_atolf + "'"
5419 $ WC "d_atoll='" + d_atoll + "'"
5420 $ WC "d_attribute_format='" + d_attribut + "'"
5421 $ WC "d_attribute_malloc='undef'"
5422 $ WC "d_attribute_nonnull='undef'"
5423 $ WC "d_attribute_noreturn='undef'"
5424 $ WC "d_attribute_pure='undef'"
5425 $ WC "d_attribute_unused='undef'"
5426 $ WC "d_attribute_warn_unused_result='undef'"
5427 $ WC "d_bcmp='" + d_bcmp + "'"
5428 $ WC "d_bcopy='" + d_bcopy + "'"
5429 $ WC "d_bincompat3='undef'"
5430 $! WC "d_bsdpgrp='undef'"
5431 $ WC "d_bsdgetpgrp='undef'"
5432 $ WC "d_bsdsetpgrp='undef'"
5433 $ WC "d_bzero='" + d_bzero + "'"
5434 $ WC "d_casti32='define'"
5435 $ WC "d_castneg='define'"
5436 $ WC "d_charvspr='undef'"
5437 $ WC "d_chown='define'"
5438 $ WC "d_chroot='undef'"
5439 $ WC "d_chsize='undef'"
5440 $ WC "d_class='undef'"
5441 $ WC "d_cmsghdr_s='undef'"
5442 $ WC "d_const='define'"
5443 $ WC "d_copysignl='define'"
5444 $ WC "d_crypt='define'"
5445 $ WC "d_csh='undef'"
5446 $ WC "d_cuserid='define'"
5447 $ WC "d_dbl_dig='define'"
5448 $ WC "d_dbminitproto='undef'"
5449 $ WC "d_difftime='define'"
5450 $ WC "d_dirfd='undef'"
5451 $ WC "d_dirnamlen='define'"
5452 $ WC "d_dlerror='undef'"
5453 $ WC "d_dlsymun='undef'"
5454 $ WC "d_dosuid='undef'"
5455 $ WC "d_drand48proto='" + d_drand48proto + "'"
5456 $ WC "d_dup2='define'"
5457 $ WC "d_eaccess='undef'"
5458 $ WC "d_endgrent='define'"
5459 $ WC "d_endhent='" + d_endhent + "'"
5460 $ WC "d_endnent='" + d_endnent + "'"
5461 $ WC "d_endpent='" + d_endpent + "'"
5462 $ WC "d_endpwent='define'"
5463 $ WC "d_endsent='" + d_endsent + "'"
5464 $ WC "d_eofnblk='undef'"
5465 $ WC "d_eunice='undef'"
5466 $ WC "d_fchmod='undef'"
5467 $ WC "d_fchdir='undef'"
5468 $ WC "d_fchown='undef'"
5469 $ WC "d_fcntl='" + d_fcntl + "'"
5470 $ WC "d_fcntl_can_lock='" + d_fcntl_can_lock + "'"
5471 $ WC "d_fd_set='" + d_fd_set + "'"
5472 $ WC "d_fgetpos='define'"
5473 $ WC "d_finite='undef'"
5474 $ WC "d_finitel='undef'"
5475 $ WC "d_flexfnam='define'"
5476 $ WC "d_flock='undef'"
5477 $ WC "d_flockproto='undef'"
5478 $ WC "d_fork='undef'"
5479 $ WC "d_fp_class='undef'"
5480 $ WC "d_fpathconf='" + d_fpathconf + "'"
5481 $ WC "d_fpclass='undef'"
5482 $ WC "d_fpclassify='undef'"
5483 $ WC "d_fpclassl='undef'"
5484 $ WC "d_fpos64_t='" + d_fpos64_t + "'"
5485 $ WC "d_frexpl='" + d_frexpl + "'"
5486 $ WC "d_fs_data_s='undef'"
5487 $ WC "d_fseeko='" + d_fseeko + "'"
5488 $ WC "d_fsetpos='define'"
5489 $ WC "d_fstatfs='undef'"
5490 $ WC "d_fstatvfs='undef'"
5491 $ WC "d_fsync='undef'"
5492 $ WC "d_ftello='" + d_ftello + "'"
5493 $ WC "d_getcwd='define'"
5494 $ WC "d_getespwnam='undef'"
5495 $ WC "d_getfsstat='undef'"
5496 $ WC "d_getgrent='define'"
5497 $ WC "d_getgrps='undef'"
5498 $ WC "d_gethbyaddr='" + d_gethbyaddr + "'"
5499 $ WC "d_gethbyname='" + d_gethbyname + "'"
5500 $ WC "d_gethent='" + d_gethent + "'"
5501 $ WC "d_gethname='" + d_gethname + "'"
5502 $ WC "d_gethostprotos='" + d_gethostprotos + "'"
5503 $ WC "d_getitimer='" + d_getitimer + "'"
5504 $ WC "d_getlogin='define'"
5505 $ WC "d_getmnt='undef'"
5506 $ WC "d_getmntent='undef'"
5507 $ WC "d_getnbyaddr='" + d_getnbyaddr + "'"
5508 $ WC "d_getnbyname='" + d_getnbyname + "'"
5509 $ WC "d_getnent='" + d_getnent + "'"
5510 $ WC "d_getnetprotos='" + d_getnetprotos + "'"
5511 $ WC "d_getpagsz='undef'"
5512 $ WC "d_getpbyname='" + d_getpbyname + "'"
5513 $ WC "d_getpbynumber='" + d_getpbynumber + "'"
5514 $ WC "d_getpent='" + d_getpent + "'"
5515 $ WC "d_getpgid='undef'"
5516 $ WC "d_getpgrp2='undef'"
5517 $ WC "d_getpgrp='undef'"
5518 $ WC "d_getppid='" + d_getppid + "'"
5519 $ WC "d_getprior='undef'"
5520 $ WC "d_getprotoprotos='" + d_getprotoprotos + "'"
5521 $ WC "d_getprpwnam='undef'"
5522 $ WC "d_getpwent='define'"
5523 $ WC "d_getsbyname='" + d_getsbyname + "'"
5524 $ WC "d_getsbyport='" + d_getsbyport + "'"
5525 $ WC "d_getsent='" + d_getsent + "'"
5526 $ WC "d_getservprotos='" + d_getservprotos + "'"
5527 $ WC "d_getspnam='undef'"
5528 $ WC "d_gettimeod='" + d_gettimeod + "'"
5529 $ WC "d_gnulibc='undef'"
5530 $ WC "d_grpasswd='undef'"
5531 $ WC "d_hasmntopt='undef'"
5532 $ WC "d_htonl='" + d_htonl + "'"
5533 $ WC "d_ilogbl='undef'"
5534 $ WC "d_index='" + d_index + "'"
5535 $ WC "d_inetaton='undef'"
5536 $ WC "d_int64_t='" + d_int64_t + "'"
5537 $ WC "d_isascii='define'"
5538 $ WC "d_isfinite='undef'"
5539 $ WC "d_isinf='undef'"
5540 $ WC "d_isnan='" + d_isnan + "'"
5541 $ WC "d_isnanl='" + d_isnanl + "'"
5542 $ WC "d_killpg='undef'"
5543 $ WC "d_lchown='undef'"
5544 $ WC "d_ldbl_dig='define'"
5545 $ WC "d_libm_lib_version='undef'"
5546 $ WC "d_link='undef'"
5547 $ WC "d_llseek='undef'"
5548 $ WC "d_locconv='" + d_locconv + "'"
5549 $ WC "d_lockf='undef'"
5550 $ WC "d_longdbl='" + d_longdbl + "'"
5551 $ WC "d_longlong='" + d_longlong + "'"
5552 $ WC "d_lseekproto='define'"
5553 $ WC "d_lstat='undef'"
5554 $ WC "d_madvise='undef'"
5555 $ WC "d_mblen='" + d_mblen + "'"
5556 $ WC "d_mbstowcs='" + d_mbstowcs + "'"
5557 $ WC "d_mbtowc='" + d_mbtowc + "'"
5558 $ WC "d_memchr='" + d_memchr + "'"
5559 $ WC "d_memcmp='define'"
5560 $ WC "d_memcpy='define'"
5561 $ WC "d_memmove='define'"
5562 $ WC "d_memset='define'"
5563 $ WC "d_mkdir='define'"
5564 $ WC "d_mkdtemp='" + d_mkdtemp + "'"
5565 $ WC "d_mkfifo='undef'"
5566 $ WC "d_mknod='undef'"
5567 $ WC "d_mkstemp='" + d_mkstemp + "'"
5568 $ WC "d_mkstemps='" + d_mkstemps + "'"
5569 $ WC "d_mktime='" + d_mktime + "'"
5570 $ WC "d_mmap='" + d_mmap + "'"
5571 $ WC "d_modfl='" + d_modfl + "'"
5572 $ WC "d_modflproto='" + d_modflproto + "'"
5573 $ WC "d_modfl_pow32_bug='undef'"
5574 $ WC "d_mprotect='" + d_mprotect + "'"
5575 $ WC "d_msg='undef'"
5576 $ WC "d_msg_ctrunc='undef'"
5577 $ WC "d_msg_dontroute='undef'"
5578 $ WC "d_msg_oob='undef'"
5579 $ WC "d_msg_peek='undef'"
5580 $ WC "d_msg_proxy='undef'"
5581 $ WC "d_msghdr_s='undef'"
5582 $ WC "d_msync='" + d_msync + "'"
5583 $ WC "d_munmap='" + d_munmap + "'"
5584 $ WC "d_mymalloc='" + d_mymalloc + "'"
5585 $ WC "d_nanosleep='" + d_nanosleep + "'"
5586 $ WC "d_nice='define'"
5587 $ WC "d_nl_langinfo='" + d_nl_langinfo + "'"
5588 $ WC "d_nv_preserves_uv='" + d_nv_preserves_uv + "'"
5589 $ WC "nv_preserves_uv_bits='" + nv_preserves_uv_bits + "'"
5590 $ WC "d_nv_zero_is_allbits_zero='define'"
5591 $ WC "d_off64_t='" + d_off64_t + "'"
5592 $ WC "d_old_pthread_create_joinable='" + d_old_pthread_create_joinable + "'"
5593 $ WC "d_oldarchlib='define'"
5594 $ WC "d_oldpthreads='" + d_oldpthreads + "'"
5595 $ WC "d_open3='define'"
5596 $ WC "d_pathconf='" + d_pathconf + "'"
5597 $ WC "d_pause='define'"
5598 $ WC "d_perl_otherlibdirs='undef'"
5599 $ WC "d_phostname='" + d_phostname + "'"
5600 $ WC "d_pipe='define'"
5601 $ WC "d_poll='" + d_poll + "'"
5602 $ WC "d_procselfexe='undef'"
5603 $ WC "d_pthread_atfork='undef'"
5604 $ WC "d_pthread_attr_setscope='" + d_pthread_attr_setscope + "'"
5605 $ WC "d_pthread_yield='" + d_pthread_yield + "'"
5606 $ WC "d_pthreads_created_joinable='" + d_pthreads_created_joinable + "'"
5607 $ WC "d_pwage='undef'"
5608 $ WC "d_pwchange='undef'"
5609 $ WC "d_pwclass='undef'"
5610 $ WC "d_pwcomment='define'"
5611 $ WC "d_pwexpire='undef'"
5612 $ WC "d_pwgecos='define'"
5613 $ WC "d_pwpasswd='define'"
5614 $ WC "d_pwquota='undef'"
5615 $ WC "d_qgcvt='undef'"
5616 $ WC "d_quad='" + d_quad + "'"
5617 $ WC "d_readdir='define'"
5618 $ WC "d_readlink='undef'"
5619 $ WC "d_readv='undef'"
5620 $ WC "d_realpath='undef'"
5621 $ WC "d_recvmsg='undef'"
5622 $ WC "d_rename='define'"
5623 $ WC "d_rewinddir='define'"
5624 $ WC "d_rmdir='define'"
5625 $ WC "d_safebcpy='undef'"
5626 $ WC "d_safemcpy='define'"
5627 $ WC "d_sanemcmp='define'"
5628 $ WC "d_sbrkproto='define'"
5629 $ WC "d_scalbnl='undef'"
5630 $ WC "d_sched_yield='" + d_sched_yield + "'"
5631 $ WC "d_scm_rights='undef'"
5632 $ WC "d_seekdir='define'"
5633 $ WC "d_select='" + d_select + "'"
5634 $ WC "d_sem='undef'"
5635 $ WC "d_semctl_semid_ds='undef'"
5636 $ WC "d_semctl_semun='undef'"
5637 $ WC "d_sendmsg='undef'"
5638 $ WC "d_setegid='undef'"
5639 $ WC "d_setenv='" + d_setenv + "'"
5640 $ WC "d_seteuid='undef'"
5641 $ WC "d_setgrent='undef'"
5642 $ WC "d_setgrps='undef'"
5643 $ WC "d_sethent='" + d_sethent + "'"
5644 $ WC "d_setitimer='" + d_setitimer + "'"
5645 $ WC "d_setlinebuf='undef'"
5646 $ WC "d_setlocale='" + d_setlocale + "'"
5647 $ WC "d_setnent='" + d_setnent + "'"
5648 $ WC "d_setpent='" + d_setpent + "'"
5649 $ WC "d_setpgid='undef'"
5650 $ WC "d_setpgrp2='undef'"
5651 $ WC "d_setpgrp='undef'"
5652 $ WC "d_setprior='undef'"
5653 $ WC "d_setproctitle='" + d_setproctitle + "'"
5654 $ WC "d_setpwent='define'"
5655 $ WC "d_setregid='undef'"
5656 $ WC "d_setresgid='undef'"
5657 $ WC "d_setresuid='undef'"
5658 $ WC "d_setreuid='undef'"
5659 $ WC "d_setrgid='undef'"
5660 $ WC "d_setruid='undef'"
5661 $ WC "d_setsent='" + d_setsent + "'"
5662 $ WC "d_setsid='undef'"
5663 $ WC "d_setvbuf='" + d_setvbuf + "'"
5664 $ WC "d_sfio='undef'"
5665 $ WC "d_shm='undef'"
5666 $ WC "d_shmatprototype='undef'"
5667 $ WC "d_sigaction='" + d_sigaction + "'"
5668 $ WC "d_sigprocmask='" + d_sigprocmask + "'"
5669 $ WC "d_sigsetjmp='" + d_sigsetjmp + "'"
5670 $ WC "d_sockatmark='undef'"
5671 $ WC "d_sockatmarkproto='undef'"
5672 $ WC "d_socket='" + d_socket + "'"
5673 $ WC "d_socklen_t='" + d_socklen_t + "'"
5674 $ WC "d_sockpair='undef'"
5675 $ WC "d_socks5_init='undef'"
5676 $ WC "d_sqrtl='define'"
5677 $ WC "d_sresgproto='undef'"
5678 $ WC "d_sresgproto='undef'"
5679 $ WC "d_sresproto='undef'"
5680 $ WC "d_sresuproto='undef'"
5681 $ WC "d_statblks='undef'"
5682 $ WC "d_statfs_f_flags='undef'"
5683 $ WC "d_statfs_s='undef'"
5684 $ WC "d_statfsflags='undef'"
5685 $ WC "d_stdio_cnt_lval='" + d_stdio_cnt_lval + "'"
5686 $ WC "d_stdio_ptr_lval='" + d_stdio_ptr_lval + "'"
5687 $ WC "d_stdio_ptr_lval_nochange_cnt='" + d_stdio_ptr_lval_nochange_cnt + "'"
5688 $ WC "d_stdio_ptr_lval_sets_cnt='" + d_stdio_ptr_lval_sets_cnt + "'"
5689 $ WC "d_stdio_stream_array='undef'"
5690 $ WC "d_stdiobase='" + d_stdiobase + "'"
5691 $ WC "d_stdstdio='" + d_stdstdio + "'"
5692 $ WC "d_faststdio='" + d_faststdio + "'"
5693 $ WC "d_strchr='define'"
5694 $ WC "d_strcoll='" + d_strcoll + "'"
5695 $ WC "d_strctcpy='define'"
5696 $ WC "d_strerrm='strerror((e),vaxc$errno)'"
5697 $ WC "d_strerror='define'"
5698 $ WC "d_strftime='define'"
5699 $ WC "d_strlcat='undef'"
5700 $ WC "d_strlcpy='undef'"
5701 $ WC "d_strtod='define'"
5702 $ WC "d_strtol='define'"
5703 $ WC "d_strtold='" + d_strtold + "'"
5704 $ WC "d_strtoll='" + d_strtoll + "'"
5705 $ WC "d_strtoq='define'"
5706 $ WC "d_strtoul='define'"
5707 $ WC "d_strtoull='" + d_strtoull + "'"
5708 $ WC "d_strtouq='" + d_strtouq + "'"
5709 $ WC "d_strxfrm='" + d_strxfrm + "'"
5710 $ WC "d_suidsafe='undef'"
5711 $ WC "d_symlink='undef'"
5712 $ WC "d_syscall='undef'"
5713 $ WC "d_syscallproto='undef'"
5714 $ WC "d_sysconf='" + d_sysconf + "'"
5715 $ WC "d_syserrlst='undef'"
5716 $ WC "d_system='define'"
5717 $ WC "d_tcgetpgrp='undef'"
5718 $ WC "d_tcsetpgrp='undef'"
5719 $ WC "d_telldir='define'"
5720 $ WC "d_telldirproto='define'"
5721 $ WC "d_time='define'"
5722 $ WC "d_times='define'"
5723 $ IF ("''F$EXTRACT(1,3, F$GETSYI(""VERSION""))'".GES."7.0")
5725 $ WC "d_tm_tm_gmtoff='define'"
5726 $ WC "d_tm_tm_zone='define'"
5728 $ WC "d_tm_tm_gmtoff='undef'"
5729 $ WC "d_tm_tm_zone='undef'"
5731 $ WC "d_truncate='" + d_truncate + "'"
5732 $ WC "d_tzname='" + d_tzname + "'"
5733 $ WC "d_u32align='define'"
5734 $ WC "d_ualarm='" + d_ualarm + "'"
5735 $ WC "d_umask='define'"
5736 $ WC "d_uname='" + d_uname + "'"
5737 $ WC "d_union_semun='undef'"
5738 $ WC "d_unlink_all_versions='" + d_unlink_all_versions + "'" ! VMS-specific
5739 $ WC "d_unordered='undef'"
5740 $ WC "d_usleep='" + d_usleep + "'"
5741 $ WC "d_usleepproto='" + d_usleep + "'"
5742 $ WC "d_ustat='undef'"
5743 $ WC "d_vendorarch='undef'"
5744 $ WC "d_vendorlib='undef'"
5745 $ WC "d_vfork='define'"
5746 $ WC "d_vms_case_sensitive_symbols='" + d_vms_be_case_sensitive + "'" ! VMS
5747 $ WC "d_vms_do_sockets='" + d_vms_do_sockets + "'" ! VMS
5748 $ WC "d_void_closedir='define'"
5749 $ WC "d_volatile='define'"
5750 $ WC "d_vprintf='define'"
5751 $ WC "d_wait4='" + d_wait4 + "'"
5752 $ WC "d_waitpid='define'"
5753 $ WC "d_wcstombs='" + d_wcstombs + "'"
5754 $ WC "d_wctomb='" + d_wctomb + "'"
5755 $ WC "d_writev='undef'"
5756 $ WC "db_hashtype=' '"
5757 $ WC "db_prefixtype=' '"
5758 $ WC "db_version_major='" + "'"
5759 $ WC "db_version_minor='" + "'"
5760 $ WC "db_version_patch='" + "'"
5761 $ WC "dbgprefix='" + dbgprefix + "'"
5762 $ WC "defvoidused='15'"
5763 $ WC "devtype='" + devtype + "'"
5764 $ WC "direntrytype='struct dirent'"
5765 $ WC "dlext='" + dlext + "'"
5766 $ WC "dlobj='" + dlobj + "'"
5767 $ WC "dlsrc='dl_vms.c'"
5768 $ WC "doublesize='" + doublesize + "'"
5769 $ WC "drand01='" + drand01 + "'"
5771 $! The extensions symbol may be quite long
5773 $ tmp = "dynamic_ext='" + extensions + "'"
5777 $ WC "ebcdic='undef'"
5778 $ WC "embedmymalloc='" + usemymalloc + "'"
5779 $ WC "eunicefix=':'"
5780 $ WC "exe_ext='" + exe_ext + "'"
5782 $! The extensions symbol may be quite long
5784 $ tmp = "extensions='" + extensions + "'"
5787 $ WC "fflushNULL='define'"
5788 $ WC "fflushall='undef'"
5789 $ WC "fpostype='fpos_t'"
5790 $ WC "freetype='void'"
5791 $ WC "full_ar='" + "'"
5792 $ WC "full_csh='" + " '"
5793 $ WC "full_sed='_NLA0:'"
5794 $ WC "gccversion='" + gccversion + "'"
5795 $ WC "gidformat='lu'"
5798 $ WC "gidtype='" + gidtype + "'"
5799 $ WC "groupstype='Gid_t'"
5801 $ WC "hintfile='" + "'"
5802 $ WC "i16size='" + i16size + "'"
5803 $ WC "i16type='" + i16type + "'"
5804 $ WC "i32size='" + i32size + "'"
5805 $ WC "i32type='" + i32type + "'"
5806 $ WC "i64size='" + i64size + "'"
5807 $ WC "i64type='" + i64type + "'"
5808 $ WC "i8size='" + i8size + "'"
5809 $ WC "i8type='" + i8type + "'"
5810 $ WC "i_arpainet='undef'"
5811 $ WC "i_crypt='undef'"
5813 $ WC "i_dbm='undef'"
5814 $ WC "i_dirent='" + i_dirent + "'"
5815 $ WC "i_dlfcn='undef'"
5816 $ WC "i_fcntl='" + i_fcntl + "'"
5817 $ WC "i_float='define'"
5819 $ WC "i_fp_class='undef'"
5820 $ WC "i_grp='undef'"
5821 $ WC "i_ieeefp='undef'"
5822 $ WC "i_inttypes='" + i_inttypes + "'"
5823 $ WC "i_langinfo='" + i_langinfo + "'"
5824 $ WC "i_libutil='" + i_libutil + "'"
5825 $ WC "i_limits='define'"
5826 $ WC "i_locale='" + i_locale + "'"
5827 $ WC "i_machcthr='undef'"
5828 $ WC "i_machcthreads='undef'"
5829 $ WC "i_math='define'"
5830 $ WC "i_memory='undef'"
5831 $ WC "i_mntent='undef'"
5832 $ WC "i_ndbm='undef'"
5833 $ WC "i_netdb='" + i_netdb + "'"
5834 $ WC "i_neterrno='define'"
5835 $ WC "i_netinettcp='" + i_netinettcp + "'"
5836 $ WC "i_niin='" + i_niin + "'"
5837 $ WC "i_poll='" + i_poll + "'"
5838 $ WC "i_prot='undef'"
5839 $ WC "i_pthread='define'"
5840 $ WC "i_pwd='undef'"
5841 $ WC "i_rpcsvcdbm='undef'"
5842 $ WC "i_sfio='undef'"
5843 $ WC "i_sgtty='undef'"
5844 $ WC "i_shadow='" + i_shadow + "'"
5845 $ WC "i_socks='" + i_socks + "'"
5846 $ WC "i_stdarg='define'"
5847 $ WC "i_stddef='define'"
5848 $ WC "i_stdlib='define'"
5849 $ WC "i_string='define'"
5850 $ WC "i_sunmath='undef'"
5851 $ WC "i_sysaccess='" + i_sysaccess + "'"
5852 $ WC "i_sysdir='undef'"
5853 $ WC "i_sysfile='" + i_sysfile + "'"
5854 $ WC "i_sysioctl='" + i_sysioctl + "'"
5855 $ WC "i_syslog='" + i_syslog + "'"
5856 $ WC "i_sysmman='undef'"
5857 $ WC "i_sysmode='" + i_sysmode + "'"
5858 $ WC "i_sysmount='undef'"
5859 $ WC "i_sysndir='undef'"
5860 $ WC "i_sysparam='undef'"
5861 $ WC "i_sysresrc='undef'"
5862 $ WC "i_syssecrt='" + i_syssecrt + "'"
5863 $ WC "i_sysselct='undef'"
5864 $ WC "i_syssockio='undef'"
5865 $ WC "i_sysstat='define'"
5866 $ WC "i_sysstatfs='undef'"
5867 $ WC "i_sysstatvfs='undef'"
5868 $ WC "i_systime='undef'"
5869 $ WC "i_systimek='undef'"
5870 $ WC "i_systimes='undef'"
5871 $ WC "i_systypes='define'"
5872 $ WC "i_sysuio='" + i_sysuio + "'"
5873 $ WC "i_sysun='undef'"
5874 $ WC "i_sysutsname='" + i_sysutsname + "'"
5875 $ WC "i_sysvfs='undef'"
5876 $ WC "i_syswait='undef'"
5877 $ WC "i_termio='undef'"
5878 $ WC "i_termios='undef'"
5879 $ WC "i_time='define'"
5880 $ WC "i_unistd='" + i_unistd + "'"
5881 $ WC "i_ustat='undef'"
5882 $ WC "i_utime='undef'"
5883 $ WC "i_values='undef'"
5884 $ WC "i_varargs='undef'"
5885 $ WC "i_vfork='undef'"
5886 $ WC "inc_version_list='0'"
5887 $ WC "inc_version_list_init='0'"
5888 $ WC "installarchlib='" + installarchlib + "'"
5889 $ WC "installbin='" + installbin + "'"
5890 $ WC "installman1dir='" + installman1dir + "'"
5891 $ WC "installman3dir='" + installman3dir + "'"
5892 $ WC "installprefix='" + vms_prefix + "'"
5893 $ WC "installprefixexp='" + vms_prefix + ":'"
5894 $ WC "installprivlib='" + installprivlib + "'"
5895 $ WC "installscript='" + installscript + "'"
5896 $ WC "installsitearch='" + installsitearch + "'"
5897 $ WC "installsitebin='" + sitebin + "'"
5898 $ WC "installsitelib='" + installsitelib + "'"
5899 $ WC "installusrbinperl='undef'"
5900 $ WC "intsize='" + intsize + "'"
5901 $ WC "ivdformat='" + ivdformat + "'"
5902 $ WC "ivsize='" + ivsize + "'"
5903 $ WC "ivtype='" + ivtype + "'"
5905 $! The known_extensions symbol may be quite long
5907 $ tmp = "known_extensions='" + known_extensions + "'"
5910 $ WC "ld='" + ld + "'"
5911 $ WC "lddlflags='/Share'"
5912 $ WC "ldflags='" + ldflags + "'"
5913 $ WC "ldflags_uselargefiles='" + "'"
5914 $ WC "lib_ext='" + lib_ext + "'"
5915 $ WC "libc='" + libc + "'"
5916 $ WC "libpth='/sys$share /sys$library'"
5917 $ WC "libs='" + libs + "'"
5918 $ WC "libswanted='" + "'"
5919 $ WC "libswanted_uselargefiles='" + "'"
5920 $ WC "longdblsize='" + longdblsize + "'"
5921 $ WC "longlongsize='" + longlongsize + "'"
5922 $ WC "longsize='" + longsize + "'"
5923 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
5925 $ WC "lseeksize='8'"
5926 $ WC "lseektype='off_t'"
5928 $ WC "lseeksize='4'"
5929 $ WC "lseektype='int'"
5932 $ WC "make='" + make + "'"
5933 $ WC "malloctype='void *'"
5934 $ WC "usemallocwrap='" + usemallocwrap + "'"
5935 $ WC "man1ext='rno'"
5936 $ WC "man3ext='rno'"
5937 $ WC "mmaptype='void *'"
5938 $ WC "modetype='unsigned int'"
5939 $ WC "multiarch='undef'"
5940 $ WC "mydomain='" + mydomain + "'"
5941 $ WC "myhostname='" + myhostname + "'"
5942 $ WC "myuname='" + myuname + "'"
5943 $ WC "need_va_copy='undef'"
5944 $ WC "netdb_hlen_type='" + netdb_hlen_type + "'"
5945 $ WC "netdb_host_type='" + netdb_host_type + "'"
5946 $ WC "netdb_name_type='" + netdb_name_type + "'"
5947 $ WC "netdb_net_type='" + netdb_net_type + "'"
5948 $ WC "nveformat='" + nveformat + "'"
5949 $ WC "nvfformat='" + nvfformat + "'"
5950 $ WC "nvgformat='" + nvgformat + "'"
5951 $ WC "nvsize='" + nvsize + "'"
5952 $ WC "nvtype='" + nvtype + "'"
5953 $ WC "o_nonblock=' '"
5954 $ WC "obj_ext='" + obj_ext + "'"
5955 $ WC "old_pthread_create_joinable='" + old_pthread_create_joinable + "'"
5956 $ WC "oldarchlib='" + oldarchlib + "'"
5957 $ WC "oldarchlibexp='" + oldarchlibexp + "'"
5958 $ WC "optimize='" + optimize + "'"
5959 $ WC "osname='" + osname + "'"
5960 $ WC "osvers='" + osvers + "'"
5961 $ WC "otherlibdirs='" + "'"
5962 $ WC "package='" + package + "'"
5963 $ WC "pager='" + pager + "'"
5964 $ WC "patchlevel='" + patchlevel + "'"
5966 $ WC "perl_root='" + perl_root + "'" ! VMS specific $trnlnm()
5967 $ WC "perladmin='" + perladmin + "'"
5968 $ WC "perllibs='" + perllibs + "'"
5969 $ WC "perlpath='" + "''vms_prefix':[000000]Perl''exe_ext'" + "'"
5970 $ WC "perl_symbol='" + perl_symbol + "'" ! VMS specific
5971 $ WC "perl_verb='" + perl_verb + "'" ! VMS specific
5972 $ WC "pgflquota='" + pgflquota + "'"
5973 $ WC "pidtype='" + pidtype + "'"
5974 $ WC "prefix='" + vms_prefix + "'"
5975 $ WC "prefixexp='" + vms_prefix + ":'"
5976 $ WC "privlib='" + privlib + "'"
5977 $ WC "privlibexp='" + privlibexp + "'"
5978 $ WC "procselfexe=' '"
5979 $ WC "prototype='define'"
5980 $ WC "ptrsize='" + ptrsize + "'"
5981 $ WC "quadkind='" + quadkind + "'"
5982 $ WC "quadtype='" + quadtype + "'"
5983 $ WC "randbits='" + randbits + "'"
5984 $ WC "randfunc='" + randfunc + "'"
5985 $ WC "randseedtype='" + randseedtype + "'"
5986 $ WC "ranlib='" + "'"
5987 $ WC "rd_nodata=' '"
5988 $ WC "revision='" + revision + "'"
5989 $ WC "sPRId64='" + sPRId64 + "'"
5990 $ WC "sPRIEldbl='" + sPRIEUldbl + "'"
5991 $ WC "sPRIFldbl='" + sPRIFUldbl + "'"
5992 $ WC "sPRIGldbl='" + sPRIGUldbl + "'"
5993 $ WC "sPRIX64='" + sPRIXU64 + "'"
5994 $ WC "sPRIeldbl='" + sPRIeldbl + "'"
5995 $ WC "sPRIfldbl='" + sPRIfldbl + "'"
5996 $ WC "sPRIgldbl='" + sPRIgldbl + "'"
5997 $! WC "sPRIi64='" + sPRIi64 + "'"
5998 $ WC "sPRIo64='" + sPRIo64 + "'"
5999 $ WC "sPRIu64='" + sPRIu64 + "'"
6000 $ WC "sPRIx64='" + sPRIx64 + "'"
6001 $ WC "sSCNfldbl='" + sSCNfldbl + "'"
6002 $ WC "sched_yield='" + sched_yield + "'"
6003 $ WC "scriptdir='" + scriptdir + "'"
6004 $ WC "scriptdirexp='" + scriptdir + "'" ! use scriptdir for now
6005 $ WC "seedfunc='" + seedfunc + "'"
6006 $ WC "selectminbits='32'"
6007 $ WC "selecttype='" + selecttype + "'"
6009 $ WC "shmattype='" + " '"
6010 $ WC "shortsize='" + shortsize + "'"
6011 $ WC "shrplib='define'"
6012 $ WC "sig_name='" + sig_name + "'"
6013 $ tmp = "sig_name_init='" + sig_name_init + "'"
6016 $ WC "sig_num='" + sig_num + "'"
6017 $ WC "sig_num_init='" + sig_num_init + "'"
6018 $ WC "sig_size='" + sig_size + "'"
6019 $ WC "signal_t='" + signal_t + "'"
6020 $ WC "sitearch='" + sitearch + "'"
6021 $ WC "sitearchexp='" + sitearchexp + "'"
6022 $ WC "sitebin='" + sitebin + "'"
6023 $ WC "sitebinexp='" + sitebin + "'"
6024 $ WC "sitelib='" + sitelib + "'"
6025 $ WC "sitelib_stem='" + sitelib_stem + "'"
6026 $ WC "sitelibexp='" + sitelibexp + "'"
6027 $ WC "siteprefix='" + vms_prefix + "'"
6028 $ WC "siteprefixexp='" + vms_prefix + ":'"
6029 $ WC "sizesize='" + sizesize + "'"
6030 $ WC "sizetype='size_t'"
6031 $ WC "so='" + so + "'"
6032 $ WC "socksizetype='" + socksizetype + "'"
6033 $ WC "spitshell='write sys$output '"
6034 $ WC "src='" + src + "'"
6035 $ WC "ssizetype='int'"
6036 $ WC "startperl=" + startperl ! This one's special--no enclosing single quotes
6037 $ WC "static_ext='" + static_ext + "'"
6038 $ WC "stdchar='" + stdchar + "'"
6039 $ WC "stdio_base='((*fp)->_base)'"
6040 $ WC "stdio_bufsiz='((*fp)->_cnt + (*fp)->_ptr - (*fp)->_base)'"
6041 $ WC "stdio_cnt='((*fp)->_cnt)'"
6042 $ WC "stdio_ptr='((*fp)->_ptr)'"
6043 $ WC "stdio_stream_array=' " + "'"
6044 $ WC "subversion='" + subversion + "'"
6045 $ WC "timetype='" + timetype + "'"
6046 $ WC "u16size='" + u16size + "'"
6047 $ WC "u16type='" + u16type + "'"
6048 $ WC "u32size='" + u32size + "'"
6049 $ WC "u32type='" + u32type + "'"
6050 $ WC "u64size='" + u64size + "'"
6051 $ WC "u64type='" + u64type + "'"
6052 $ WC "u8size='" + u8size + "'"
6053 $ WC "u8type='" + u8type + "'"
6054 $ WC "uidformat='lu'"
6057 $ WC "uidtype='" + uidtype + "'"
6058 $ WC "uquadtype='" + uquadtype + "'"
6059 $ WC "use5005threads='" + use5005threads + "'"
6060 $ WC "use64bitall='" + use64bitall + "'"
6061 $ WC "use64bitint='" + use64bitint + "'"
6062 $ WC "usecasesensitive='" + be_case_sensitive + "'" ! VMS-specific
6063 $ WC "usedebugging_perl='"+use_debugging_perl+"'"
6064 $ WC "usedefaulttypes='" + usedefaulttypes + "'" ! VMS-specific
6065 $ WC "usecrosscompile='undef'"
6066 $ WC "usedl='" + usedl + "'"
6067 $ WC "usefaststdio='" + usefaststdio + "'"
6068 $ WC "useieee='" + useieee + "'" ! VMS-specific
6069 $ WC "useithreads='" + useithreads + "'"
6070 $ WC "uselargefiles='" + uselargefiles + "'"
6071 $ WC "uselongdouble='" + uselongdouble + "'"
6072 $ WC "usemorebits='" + usemorebits + "'"
6073 $ WC "usemultiplicity='" + usemultiplicity + "'"
6074 $ WC "usemymalloc='" + usemymalloc + "'"
6075 $ WC "useperlio='" + useperlio + "'"
6076 $ WC "useposix='false'"
6077 $ WC "usereentrant='undef'"
6078 $ WC "userelocatableinc='undef'"
6079 $ WC "usesecurelog='" + usesecurelog + "'" ! VMS-specific
6080 $ WC "usesitecustomize='" + usesitecustomize + "'"
6081 $ WC "usesocks='undef'"
6082 $ WC "usethreads='" + usethreads + "'"
6083 $ WC "usevendorprefix='" + "'" ! try to say no, though we'll be ignored as of MM 5.90_01
6084 $ WC "usevfork='true'"
6085 $ WC "usevmsdebug='" + usevmsdebug + "'" ! VMS-specific
6086 $ WC "uvoformat='" + uvoformat + "'"
6087 $ WC "uvsize='" + uvsize + "'"
6088 $ WC "uvtype='" + uvtype + "'"
6089 $ WC "uvuformat='" + uvuformat + "'"
6090 $ WC "uvxformat='" + uvxformat + "'"
6091 $ WC "uvXUformat='" + uvXUformat + "'"
6092 $ WC "vendorarch='" + "'"
6093 $ WC "vendorarchexp='" + "'"
6094 $ WC "vendorbin='" + "'"
6095 $ WC "vendorbinexp='" + "'"
6096 $ WC "vendorlib_stem='" + "'"
6097 $ WC "vendorlib='" + "'"
6098 $ WC "vendorlibexp='" + "'"
6099 $ WC "vendorprefix='" + "'"
6100 $ WC "vendorprefixexp='" + "'"
6101 $ WC "version='" + version + "'"
6102 $ WC "version_patchlevel_string='" + version_patchlevel_string + "'"
6103 $ WC "vms_cc_type='" + vms_cc_type + "'" ! VMS specific
6104 $ WC "vms_prefix='" + vms_prefix + "'" ! VMS specific
6105 $ WC "vms_ver='" + vms_ver + "'" ! VMS specific
6106 $ WC "voidflags='15'"
6108 $! ## The UNIXy POSIXy reentrantey thingys ##
6109 $! See "Appendix B, Version-Dependency Tables" in the C RTL
6110 $! manual for when assorted _r functions became available.
6112 $ IF use_threads .AND. vms_ver .GES. "7.2"
6114 $ WC "asctime_r_proto='REENTRANT_PROTO_B_SB'"
6115 $ WC "d_asctime_r='define'"
6116 $ WC "ctime_r_proto='REENTRANT_PROTO_B_SB'"
6117 $ WC "d_ctime_r='define'"
6119 $ WC "asctime_r_proto='0'"
6120 $ WC "d_asctime_r='undef'"
6121 $ WC "ctime_r_proto='0'"
6122 $ WC "d_ctime_r='undef'"
6124 $ WC "d_crypt_r='undef'"
6125 $ WC "d_ctermid_r='undef'"
6126 $ WC "d_drand48_r='undef'"
6127 $ WC "d_endgrent_r='undef'"
6128 $ WC "d_endhostent_r='undef'"
6129 $ WC "d_endnetent_r='undef'"
6130 $ WC "d_endprotoent_r='undef'"
6131 $ WC "d_endpwent_r='undef'"
6132 $ WC "d_endservent_r='undef'"
6133 $ WC "d_getgrent_r='undef'"
6134 $ WC "d_getgrgid_r='undef'"
6135 $ WC "d_getgrnam_r='undef'"
6136 $ WC "d_gethostbyaddr_r='undef'"
6137 $ WC "d_gethostbyname_r='undef'"
6138 $ WC "d_gethostent_r='undef'"
6139 $ WC "d_getlogin_r='undef'"
6140 $ WC "d_getnetbyaddr_r='undef'"
6141 $ WC "d_getnetbyname_r='undef'"
6142 $ WC "d_getnetent_r='undef'"
6143 $ WC "d_getprotobyname_r='undef'"
6144 $ WC "d_getprotobynumber_r='undef'"
6145 $ WC "d_getprotoent_r='undef'"
6146 $ WC "d_getpwent_r='undef'"
6147 $ WC "d_getpwnam_r='undef'"
6148 $ WC "d_getpwuid_r='undef'"
6149 $ WC "d_getservbyname_r='undef'"
6150 $ WC "d_getservbyport_r='undef'"
6151 $ WC "d_getservent_r='undef'"
6152 $ WC "d_getspnam_r='undef'"
6153 $ WC "d_gmtime_r='undef'" ! leave undef'd; we use my_gmtime
6154 $ WC "d_localtime_r='undef'" ! leave undef'd; we use my_localtime
6155 $ WC "d_random_r='undef'"
6156 $ WC "d_readdir_r='define'" ! always defined; we roll our own
6157 $ WC "d_readdir64_r='undef'"
6158 $ WC "d_setgrent_r='undef'"
6159 $ WC "d_sethostent_r='undef'"
6160 $ WC "d_setlocale_r='undef'"
6161 $ WC "d_setnetent_r='undef'"
6162 $ WC "d_setprotoent_r='undef'"
6163 $ WC "d_setpwent_r='undef'"
6164 $ WC "d_setservent_r='undef'"
6165 $ WC "d_srand48_r='undef'"
6166 $ WC "d_srandom_r='undef'"
6167 $ WC "d_strerror_r='undef'"
6168 $ WC "d_tmpnam_r='undef'"
6169 $ WC "d_ttyname_r='undef'"
6170 $ WC "ctermid_r_proto='0'"
6171 $ WC "crypt_r_proto='0'"
6172 $ WC "drand48_r_proto='0'"
6173 $ WC "endgrent_r_proto='0'"
6174 $ WC "endhostent_r_proto='0'"
6175 $ WC "endnetent_r_proto='0'"
6176 $ WC "endprotoent_r_proto='0'"
6177 $ WC "endpwent_r_proto='0'"
6178 $ WC "endservent_r_proto='0'"
6179 $ WC "getgrent_r_proto='0'"
6180 $ WC "getgrgid_r_proto='0'"
6181 $ WC "getgrnam_r_proto='0'"
6182 $ WC "gethostbyaddr_r_proto='0'"
6183 $ WC "gethostbyname_r_proto='0'"
6184 $ WC "gethostent_r_proto='0'"
6185 $ WC "getlogin_r_proto='0'"
6186 $ WC "getnetbyaddr_r_proto='0'"
6187 $ WC "getnetbyname_r_proto='0'"
6188 $ WC "getnetent_r_proto='0'"
6189 $ WC "getprotobyname_r_proto='0'"
6190 $ WC "getprotobynumber_r_proto='0'"
6191 $ WC "getprotoent_r_proto='0'"
6192 $ WC "getpwent_r_proto='0'"
6193 $ WC "getpwnam_r_proto='0'"
6194 $ WC "getpwuid_r_proto='0'"
6195 $ WC "getservbyname_r_proto='0'"
6196 $ WC "getservbyport_r_proto='0'"
6197 $ WC "getservent_r_proto='0'"
6198 $ WC "getspnam_r_proto='0'"
6199 $ WC "gmtime_r_proto='0'"
6200 $ WC "localtime_r_proto='0'"
6201 $ WC "random_r_proto='0'"
6202 $ WC "readdir_r_proto='REENTRANT_PROTO_I_TSR'" ! always defined; we roll our own
6203 $ WC "readdir64_r_proto='0'"
6204 $ WC "setgrent_r_proto='0'"
6205 $ WC "sethostent_r_proto='0'"
6206 $ WC "setlocale_r_proto='0'"
6207 $ WC "setnetent_r_proto='0'"
6208 $ WC "setprotoent_r_proto='0'"
6209 $ WC "setpwent_r_proto='0'"
6210 $ WC "setservent_r_proto='0'"
6211 $ WC "srand48_r_proto='0'"
6212 $ WC "srandom_r_proto='0'"
6213 $ WC "strerror_r_proto='0'"
6214 $ WC "tmpnam_r_proto='0'"
6215 $ WC "ttyname_r_proto='0'"
6217 $! ##END WRITE NEW CONSTANTS HERE##
6221 $! Okay, we've gotten here. Build munchconfig.exe
6222 $ COPY/NOLOG [-.vms]munchconfig.c []
6223 $ COPY/NOLOG [-.vms]'Makefile_SH' []
6224 $ 'Perl_CC' munchconfig.c
6227 $ OPEN/WRITE CONFIG []munchconfig.opt
6228 $ IF ccname .EQS. "GCC"
6230 $ WRITE CONFIG "Gnu_CC:[000000]gcclib.olb/library"
6232 $ WRITE CONFIG "Sys$Share:VAXCRTL/Share"
6234 $ 'ld' munchconfig.obj,munchconfig.opt/opt
6235 $ DELETE/NOLOG/NOCONFIRM munchconfig.opt;
6237 $ 'ld' munchconfig.obj
6239 $ IF F$SEARCH("munchconfig.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM munchconfig.obj;
6240 $ IF F$SEARCH("munchconfig.c") .NES. "" THEN DELETE/NOLOG/NOCONFIRM munchconfig.c;
6241 $ IF ccname .EQS. "CXX"
6243 $ CALL Cxx_demangler_cleanup
6246 $ IF alldone .EQS. ""
6251 If you'd like to make any changes to the config.sh file before I begin
6252 to configure things, answer yes to the following question.
6256 $ rp="Do you wish to edit ''basename_config_sh'? [''bool_dflt'] "
6261 $ echo4 "Be sure to type LOGOUT after you have edited the file,"
6262 $ echo4 "then this procedure will resume."
6264 $ default = F$ENVIRONMENT("DEFAULT")
6265 $ DIRECTORY 'config_sh'
6268 $ SET DEFAULT 'default'
6273 $ echo4 "Adding ''osname' specific preprocessor commands."
6275 $ ! we need an fdl file
6276 $ CREATE [-]CONFIG.FDL
6281 $ CREATE /FDL=[-]CONFIG.FDL [-]CONFIG.LOCAL
6282 $ ! First spit out the header info with the local defines (to get
6283 $ ! around the 255 character command line limit)
6284 $ OPEN/APPEND CONFIG [-]config.local
6285 $ IF use_debugging_perl THEN WC "#define DEBUGGING"
6286 $ IF use_two_pot_malloc THEN WC "#define TWO_POT_OPTIMIZE"
6287 $ IF mymalloc THEN WC "#define EMBEDMYMALLOC"
6288 $ IF use_pack_malloc THEN WC "#define PACK_MALLOC"
6289 $ IF use_debugmalloc THEN WC "#define DEBUGGING_MSTATS"
6290 $ IF ccname .EQS. "GCC" THEN WC "#define GNUC_ATTRIBUTE_CHECK"
6291 $ IF (Has_Dec_C_Sockets)
6293 $ WC "#define VMS_DO_SOCKETS"
6294 $ WC "#define DECCRTL_SOCKETS"
6296 $ IF Has_Socketshr THEN WC "#define VMS_DO_SOCKETS"
6298 $! This is VMS-specific for now
6299 $ WC "#''d_setenv' HAS_SETENV"
6300 $ IF d_secintgenv THEN WC "#define SECURE_INTERNAL_GETENV"
6301 $ IF d_alwdeftype THEN WC "#define ALWAYS_DEFTYPES"
6302 $ IF use64bitint .OR. use64bitint .EQS. "define"
6304 $ WC "#define USE_64_BIT_INT"
6305 $ WC "#define USE_LONG_DOUBLE"
6307 $ IF use64bitall .OR. use64bitall .EQS. "define" THEN -
6308 WC "#define USE_64_BIT_ALL"
6309 $ IF be_case_sensitive THEN WC "#define VMS_WE_ARE_CASE_SENSITIVE"
6310 $ IF d_herrno .EQS. "undef" THEN WC "#define NEED_AN_H_ERRNO"
6311 $ WC "#define HAS_ENVGETENV"
6312 $ WC "#define PERL_EXTERNAL_GLOB"
6313 $ IF archname .EQS. "VMS_VAX" .AND. -
6314 ccname .EQS. "DEC" .AND. -
6315 ccversion .LE. 50390006
6317 $! Alas this does not help to build Fcntl
6318 $! WC "#define PERL_IGNORE_FPUSIG SIGFPE"
6320 $ IF kill_by_sigprc .EQS. "define" then WC "#define KILL_BY_SIGPRC"
6321 $ IF unlink_all_versions .OR. unlink_all_versions .EQS. "define" THEN -
6322 WC "#define UNLINK_ALL_VERSIONS"
6325 $ echo4 "Doing variable substitutions on .SH files..."
6326 $ echo4 "Extracting config.h (with variable substitutions)"
6328 $! Now build the normal config.h
6329 $ DEFINE/USER_MODE sys$output [-]config.main
6330 $ mcr []munchconfig 'config_sh' [-]config_h.sh
6331 $ ! Concatenate them together
6332 $ copy [-]config.local,[-]config.main [-]config.h
6334 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.MAIN;*
6335 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.LOCAL;*
6336 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.FDL;*
6338 $ IF ccname .EQS. "DEC"
6340 $ DECC_REPLACE = "DECC=decc=1"
6342 $ DECC_REPLACE = "DECC="
6344 $ IF ccname .EQS. "CXX"
6346 $ DECCXX_REPLACE = "DECCXX=DECCXX=1"
6348 $ DECCXX_REPLACE = "DECCXX="
6350 $ IF ccname .EQS. "GCC"
6352 $ GNUC_REPLACE = "GNUC=gnuc=1"
6354 $ GNUC_REPLACE = "GNUC="
6356 $ IF Has_Dec_C_Sockets
6358 $ SOCKET_REPLACE = "SOCKET=DECC_SOCKETS=1"
6362 $ SOCKET_REPLACE = "SOCKET=SOCKETSHR_SOCKETS=1"
6364 $ SOCKET_REPLACE = "SOCKET="
6369 $ IF (vms_ver .LES. "6.2")
6371 $ THREAD_REPLACE = "THREAD=OLDTHREADED=1"
6373 $ THREAD_REPLACE = "THREAD=THREADED=1"
6376 $ THREAD_REPLACE = "THREAD="
6380 $ MALLOC_REPLACE = "MALLOC=MALLOC=1"
6382 $ MALLOC_REPLACE = "MALLOC="
6384 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
6386 $ LARGEFILE_REPLACE = "LARGEFILE=LARGEFILE=1"
6388 $ LARGEFILE_REPLACE = "LARGEFILE="
6390 $ echo4 "Extracting ''defmakefile' (with variable substitutions)"
6391 $ DEFINE/USER_MODE sys$output 'UUmakefile'
6392 $ mcr []munchconfig 'config_sh' 'Makefile_SH' "''DECC_REPLACE'" "''DECCXX_REPLACE'" "''ARCH_TYPE'" "''GNUC_REPLACE'" -
6393 "''SOCKET_REPLACE'" "''THREAD_REPLACE'" "''C_Compiler_Replace'" "''MALLOC_REPLACE'" -
6394 "''Thread_Live_Dangerously'" "PV=''version'" "FLAGS=FLAGS=''extra_flags'" "''LARGEFILE_REPLACE'"
6395 $! Clean up after ourselves
6396 $ DELETE/NOLOG/NOCONFIRM []munchconfig.exe;
6398 $ echo4 "Extracting make_ext.com (without variable substitutions)"
6399 $ Create Sys$Disk:[-]make_ext.com
6400 $ Deck/Dollar="$EndOfTpl$"
6402 $! NOTE: This file is extracted as part of the VMS configuration process.
6403 $! Any changes made to it directly will be lost. If you need to make any
6404 $! changes, please edit the template in Configure.Com instead.
6405 $ def = F$Environment("Default")
6406 $! p1 - how to invoke miniperl (passed in from descrip.mms)
6407 $ p1 = F$Edit(p1,"Upcase,Compress,Trim")
6408 $ If F$Locate("MCR ",p1).eq.0 Then p1 = F$Extract(3,255,p1)
6409 $ miniperl = "$" + F$Search(F$Parse(p1,".Exe"))
6410 $! p2 - how to invoke local make utility (passed in from descrip.mms)
6412 $ if f$type('p2') .nes. "" then makeutil = 'p2'
6413 $! p3 - make target (passed in from descrip.mms)
6414 $ targ = F$Edit(p3,"Lowercase")
6417 $ open/read CONFIG config.sh
6419 $ read/end=end_ext_loop CONFIG line
6420 $ if (f$extract(0,12,line) .NES. "extensions='")
6421 $ then goto find_ext_loop
6422 $ else extensions = f$extract(12,f$length(line),line) - "'"
6426 $ extensions = f$edit(extensions,"TRIM,COMPRESS")
6429 $ ext = f$element(i," ",extensions)
6430 $ If ext .eqs. " " .or. ext .eqs. "" Then Goto done
6431 $ Define/User_mode Perl_Env_Tables CLISYM_LOCAL
6434 ($extdir = $ENV{'ext'}) =~ s/::/./g;
6436 if ($extdir =~ /^vms/i) { $extdir =~ s/vms/.vms.ext/i; }
6437 else { $extdir = ".ext.$extdir"; }
6438 ($ENV{'extdir'} = "[$extdir]");
6439 ($ENV{'up'} = ('-') x ($extdir =~ tr/././));
6441 $ Set Default &extdir
6443 $ If F$Locate("clean",targ) .eqs. F$Length(targ)
6445 $ Write Sys$Output ""
6446 $ Write Sys$Output " Making ''ext' (dynamic)"
6447 $ On Error Then Goto done
6448 $ If F$Search("Descrip.MMS") .eqs. ""
6452 $ If F$CvTime(F$File("Descrip.MMS","rdt")) .lts. -
6453 F$CvTime(F$File("Makefile.PL","rdt")) Then redesc = 1
6456 $ Write Sys$Output "''targ'ing ''ext' . . ."
6457 $ On Error Then Continue
6460 miniperl "-I[''up'.lib]" Makefile.PL "INST_LIB=[''up'.lib]" "INST_ARCHLIB=[''up'.lib]" "PERL_CORE=1"
6472 $! Note that the /key qualifier to search, as in:
6473 $! search README.* "=head"/key=(position=1)/window=0/output=extra.pods
6474 $! is not supported on VMS V5.5-2, hence not used in extra_pods.com.
6476 $ echo4 "Extracting extra_pods.com (without variable substitutions)"
6477 $ Create Sys$Disk:[-]extra_pods.com
6478 $ Deck/Dollar="$EOExtra_Pods$"
6480 $! NOTE: This file is extracted as part of the VMS configuration process.
6481 $! Any changes made to it directly will be lost. If you need to make any
6482 $! changes, please edit the template in Configure.Com instead.
6483 $! Use FORCE if you've just podified a README.* file on VMS.
6484 $ if f$search("extra.pods") .eqs. "" .or. P1 .eqs. "FORCE" then -
6485 search README.* "=head"/window=0/output=extra.pods
6486 $ open/read/error=extra_close EXTRA extra.pods
6488 $ read/error=extra_close/END_OF_FILE=extra_close EXTRA file
6489 $ file_type = f$edit(f$parse(file,,,"TYPE",),"LOWERCASE") - "."
6490 $ if file_type .nes. "VMS" .and. file_type .nes. "vms"
6492 $ pod_file = "[.pod]perl''file_type'.pod"
6493 $ file = file - "''f$parse(file,,,"VERSION",)'"
6494 $ if p1 .eqs. "CLEAN"
6495 $ then if f$search(pod_file) .nes. "" then delete/log 'pod_file';*
6498 $ if f$search(pod_file) .eqs. ""
6499 $ then do_copy := true
6501 $ file_rdt = f$cvtime(f$file_attributes(file,"RDT"))
6502 $ pod_file_rdt = f$cvtime(f$file_attributes(pod_file,"RDT"))
6503 $ if file_rdt .GTS. pod_file_rdt then do_copy := true
6505 $ ! wacky method to preserve case on ODS-5 even when parse style is traditional
6506 $ if do_copy then mcr sys$disk:[]miniperl.exe -e "exit 0+$^E unless File::Copy::rmscopy(q{''file'}, q{''pod_file'});"
6512 $ if p1 .eqs. "CLEAN" .and. f$search("extra.pods;-1") .nes. "" then -
6513 purge/nolog extra.pods
6517 $! Warn of dangerous symbols or logical names
6519 $Bad_environment: SUBROUTINE
6521 $ IF p2 .eqs. "SYMBOL"
6523 $ IF f$type('p1') .nes. "" THEN Bad_env := SYMBOL
6525 $ IF f$trnlnm(p1) .nes. "" THEN Bad_env := LOGICAL
6527 $ IF Bad_env .eqs. "SYMBOL" .or. Bad_env .eqs. "LOGICAL"
6529 $ IF f$search("config.msg") .nes. ""
6531 $ OPEN/APPEND CONFIG config.msg
6533 $ OPEN/WRITE CONFIG config.msg
6535 $ IF Bad_env .eqs. "SYMBOL"
6538 $ WRITE CONFIG "Symbol name ''p1' found in environment as " + &p1
6539 $ WRITE CONFIG " delete before building ''package' via:"
6540 $ WRITE CONFIG " $ DELETE/SYMBOL/GLOBAL ''p1'"
6541 $ IF f$locate("""",&p1) .ge. f$length(&p1)
6543 $ WRITE CONFIG " after building, testing, and installing ''package'"
6544 $ WRITE CONFIG " restore the symbol with:"
6545 $ WRITE CONFIG " $ ''p1' == """ + &p1 + """"
6548 $ IF Bad_env .eqs. "LOGICAL"
6551 $ WRITE CONFIG "Logical name ''p1' found in environment as " + f$trnlnm(p1)
6552 $ WRITE CONFIG " deassign before building ''package'"
6558 $ ENDSUBROUTINE ! Bad_environment
6560 $ echo4 "Checking for dangerous pre-existing global symbols and logical names."
6561 $ CALL Bad_environment "COMP"
6562 $ CALL Bad_environment "EXT"
6563 $ CALL Bad_environment "FOO"
6564 $ CALL Bad_environment "LIB"
6565 $ CALL Bad_environment "LIST"
6566 $ CALL Bad_environment "MIME"
6567 $ CALL Bad_environment "POSIX"
6568 $ CALL Bad_environment "SYS"
6569 $ CALL Bad_environment "T"
6570 $ CALL Bad_environment "THREAD"
6571 $ CALL Bad_environment "THREADS"
6572 $ CALL Bad_environment "TIME"
6573 $ CALL Bad_environment "TMP"
6574 $ CALL Bad_environment "UNICODE"
6575 $ CALL Bad_environment "UTIL"
6576 $ CALL Bad_environment "TEST" "SYMBOL"
6577 $ IF f$search("config.msg") .eqs. "" THEN echo "OK."
6579 $! %Config-I-VMS, write perl_setup.com here
6581 $ IF (.NOT.perl_symbol)
6583 $ file_2_find = "[-]''packageup'.cld"
6585 $ echo4 "The perl.cld file is now being written..."
6586 $ OPEN/WRITE CONFIG 'file_2_find'
6588 $ IF (sharedperl .AND. F$EXTRACT(0,7,archname) .EQS. "VMS_AXP") THEN ext := .AXE
6589 $ IF (sharedperl .AND. F$EXTRACT(0,8,archname) .EQS. "VMS_IA64") THEN ext := .IXE
6590 $ IF (use_vmsdebug_perl)
6592 $ WRITE CONFIG "define verb dbgperl"
6593 $ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]dbgperl''ext'")
6594 $ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
6596 $ WRITE CONFIG "define verb perl"
6597 $ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]ndbgPerl''ext'")
6598 $ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
6600 $ WRITE CONFIG "define verb perl"
6601 $ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]perl''ext'")
6602 $ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
6605 $ ENDIF ! (.NOT.perl_symbol)
6607 $ echo4 "The perl_setup.com file is now being written..."
6608 $ file_2_find = "[-]perl_setup.com"
6610 $! Folks are likely to want to edit perl_setup.com.
6611 $! STMLF RFM plays nicer with ported editors than does VFC.
6613 $ CREATE [-]CONFIG.FDL
6618 $ CREATE /FDL=[-]CONFIG.FDL 'file_2_find'
6619 $ OPEN/APPEND CONFIG 'file_2_find'
6620 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.FDL;
6622 $ WRITE CONFIG "$! Perl_Setup.com ''cf_time'"
6623 $ IF cf_email.NES.perladmin
6625 $ WRITE CONFIG "$! perl configured by ''cf_email'"
6627 $ WRITE CONFIG "$! This perl configured & administered by ''perladmin'"
6630 $ prefix = prefix - "000000."
6631 $ IF F$LOCATE(".]",prefix) .EQ. F$LENGTH(prefix) THEN prefix = prefix - "]" + ".]"
6632 $ WRITE CONFIG "$ define/translation=concealed ''vms_prefix' ''prefix'"
6633 $ WRITE CONFIG "$ ext = "".exe"""
6636 $ WRITE CONFIG "$ if f$getsyi(""ARCH_TYPE"") .eq. 2 then ext = "".AXE"""
6637 $ WRITE CONFIG "$ if f$getsyi(""ARCH_TYPE"") .eq. 3 then ext = "".IXE"""
6641 $ perl_setup_perl = "'" + "'perl'" ! triple quoted foreign command symbol
6642 $ IF (use_vmsdebug_perl)
6644 $ WRITE CONFIG "$ dbgperl :== $''vms_prefix':[000000]dbgperl'ext'"
6645 $ WRITE CONFIG "$ perl :== $''vms_prefix':[000000]ndbgperl'ext'"
6646 $ WRITE CONFIG "$ define dbgperlshr ''vms_prefix':[000000]dbgperlshr'ext'"
6648 $ WRITE CONFIG "$ perl :== $''vms_prefix':[000000]Perl'ext'"
6649 $ WRITE CONFIG "$ define perlshr ''vms_prefix':[000000]perlshr'ext'"
6651 $ ELSE ! .NOT.perl_symbol
6652 $ perl_setup_perl = "perl" ! command verb
6653 $ IF (use_vmsdebug_perl)
6655 $ WRITE CONFIG "$ define dbgperlshr ''vms_prefix':[000000]dbgperlshr'ext'"
6657 $ WRITE CONFIG "$ define perlshr ''vms_prefix':[000000]perlshr'ext'"
6659 $ IF perl_verb .EQS. "PROCESS"
6661 $ WRITE CONFIG "$ set command ''vms_prefix':[000000]''packageup'.CLD"
6663 $ ENDIF ! perl_symbol
6664 $ WRITE CONFIG "$ define/nolog pod2text ''vms_prefix':[lib.pod]pod2text.com"
6665 $ WRITE CONFIG "$ define/nolog pod2html ''vms_prefix':[lib.pod]pod2html.com"
6666 $ WRITE CONFIG "$ define/nolog pod2man ''vms_prefix':[lib.pod]pod2man.com"
6670 $ WRITE CONFIG "$ define SYS$TIMEZONE_DIFFERENTIAL ''tzd'"
6671 $ ELSE !leave in but commented out (in case setting was from perl :-)
6672 $ WRITE CONFIG "$! define SYS$TIMEZONE_DIFFERENTIAL ''tzd'"
6675 $ WRITE CONFIG "$! Symbols for commonly used programs:"
6677 $ WRITE CONFIG "$ c2ph == """ + perl_setup_perl + " ''vms_prefix':[utils]c2ph.com"""
6678 $ WRITE CONFIG "$ cpan == """ + perl_setup_perl + " ''vms_prefix':[utils]cpan.com"""
6679 $ IF F$LOCATE("Devel::DProf",extensions) .LT. F$LENGTH(extensions)
6681 $ WRITE CONFIG "$ dprofpp == """ + perl_setup_perl + " ''vms_prefix':[utils]dprofpp.com"""
6683 $ WRITE CONFIG "$ enc2xs == """ + perl_setup_perl + " ''vms_prefix':[utils]enc2xs.com"""
6684 $ WRITE CONFIG "$ find2perl == """ + perl_setup_perl + " ''vms_prefix':[utils]find2perl.com"""
6685 $ WRITE CONFIG "$ h2ph == """ + perl_setup_perl + " ''vms_prefix':[utils]h2ph.com"""
6686 $ WRITE CONFIG "$ h2xs == """ + perl_setup_perl + " ''vms_prefix':[utils]h2xs.com"""
6687 $ WRITE CONFIG "$ instmodsh == """ + perl_setup_perl + " ''vms_prefix':[utils]instmodsh.com"""
6688 $ WRITE CONFIG "$ libnetcfg == """ + perl_setup_perl + " ''vms_prefix':[utils]libnetcfg.com"""
6689 $ WRITE CONFIG "$ perlbug == """ + perl_setup_perl + " ''vms_prefix':[lib]perlbug.com"""
6690 $ WRITE CONFIG "$!perlcc == """ + perl_setup_perl + " ''vms_prefix':[utils]perlcc.com"""
6691 $ WRITE CONFIG "$ perldoc == """ + perl_setup_perl + " ''vms_prefix':[lib.pod]perldoc.com -t"""
6692 $ WRITE CONFIG "$ perlivp == """ + perl_setup_perl + " ''vms_prefix':[utils]perlivp.com"""
6693 $ WRITE CONFIG "$ piconv == """ + perl_setup_perl + " ''vms_prefix':[utils]piconv.com"""
6694 $ WRITE CONFIG "$ pl2pm == """ + perl_setup_perl + " ''vms_prefix':[utils]pl2pm.com"""
6695 $ WRITE CONFIG "$ pod2html == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2html"""
6696 $ WRITE CONFIG "$ pod2latex == """ + perl_setup_perl + " ''vms_prefix':[lib.pod]pod2latex.com"""
6697 $ WRITE CONFIG "$ pod2text == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2text"""
6698 $ WRITE CONFIG "$!pod2man == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2man"""
6699 $ WRITE CONFIG "$ pod2usage == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2usage.com"""
6700 $ WRITE CONFIG "$ podchecker == """ + perl_setup_perl + " ''vms_prefix':[utils]podchecker.com"""
6701 $ WRITE CONFIG "$ podselect == """ + perl_setup_perl + " ''vms_prefix':[utils]podselect.com"""
6702 $ WRITE CONFIG "$ psed == """ + perl_setup_perl + " ''vms_prefix':[utils]psed.com"""
6703 $ WRITE CONFIG "$ pstruct == """ + perl_setup_perl + " ''vms_prefix':[utils]pstruct.com"""
6704 $ WRITE CONFIG "$ s2p == """ + perl_setup_perl + " ''vms_prefix':[utils]s2p.com"""
6705 $ WRITE CONFIG "$ splain == """ + perl_setup_perl + " ''vms_prefix':[utils]splain.com"""
6706 $ WRITE CONFIG "$ xsubpp == """ + perl_setup_perl + " ''vms_prefix':[utils]xsubpp.com"""
6710 $ echo "The file can be found at:"
6711 $ echo4 " ''F$SEARCH(file_2_find)'"
6712 $ echo "Add that file (or an @ call to it) to your [SY]LOGIN.COM"
6713 $ echo "when you are satisfied with a successful compilation,"
6714 $ echo "testing, and installation of your perl."
6716 $ IF ((.NOT.perl_symbol) .AND. (perl_verb .EQS. "DCLTABLES"))
6718 $ file_2_find = "[-]''packageup'_install.com"
6719 $ OPEN/WRITE CONFIG 'file_2_find'
6720 $ WRITE CONFIG "$ set command perl /table=sys$common:[syslib]dcltables.exe -"
6721 $ WRITE CONFIG " /output=sys$common:[syslib]dcltables.exe"
6722 $ WRITE CONFIG "$ install replace sys$common:[syslib]dcltables.exe"
6725 $ echo4 "In order to install the ''packageup' verb into DCLTABLES run:"
6726 $ echo4 " @ ''F$SEARCH(file_2_find)'"
6727 $ echo4 "after a successful build, test, and install. Do so with CMKRNL privilege."
6731 $!figure out where we "are" by parsing 'vms_default_directory_name'
6733 $ set_def_command = ""
6734 $ dflt = F$ENVIRONMENT("DEFAULT") - ".UU]"
6735 $ tmp = vms_default_directory_name - dflt - "]"
6737 $ IF tmp .EQS. "" THEN GOTO Beyond_set_def_loop
6739 $ tmp1 = F$ELEMENT(i,".",tmp)
6740 $ IF tmp1 .EQS. "." THEN GOTO Beyond_set_def_loop
6742 $ THEN set_def_command = "set default [-"
6743 $ ELSE set_def_command = set_def_command + "-"
6747 $Beyond_set_def_loop:
6748 $ IF set_def_command.NES.""
6750 $ set_def_command = set_def_command - "-" + "]"
6752 $ echo4 "In order to build ''package' you must now issue the commands:"
6754 $ echo4 " ''set_def_command'"
6757 $ echo4 "In order to build ''package' you must now issue the command:"
6760 $ echo4 " ''make'''makefile'", macros
6763 $ IF ( F$SEARCH("config.msg").NES."" )
6765 $ echo4 "Hmm. I also noted the following information while running:"
6767 $ TYPE/OUTPUT=SYS$ERROR: config.msg
6768 $ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) config.msg
6769 $ DELETE/NOLOG/NOCONFIRM config.msg;
6776 $ CLOSE/NOLOG STDOUT
6777 $ DEASSIGN SYS$OUTPUT
6779 $ CLOSE/NOLOG CONFIG
6780 $ IF F$GETJPI("","FILCNT").GT.vms_filcnt
6781 $ THEN WRITE SYS$ERROR "%Config-W-VMS, WARNING: There is a file still open"
6783 $ dflt = F$ENVIRONMENT("DEFAULT")
6784 $ IF F$LOCATE("UU]",dflt).EQS.(F$LENGTH(dflt)-3)
6786 $ IF ( F$SEARCH("[]*.*").NES."" ) THEN DELETE/NOLOG/NOCONFIRM []*.*;*
6788 $ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) UU.DIR
6789 $ DELETE/NOLOG/NOCONFIRM UU.DIR;
6791 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
6793 $!: End of Configure