&begin_parameters cpu option(-processor)name,allow(mc68020,i80860,pa7100,pa8000),=mc68020 recompile switch(-recompile),=1 rebind switch(-rebind),=1 &end_parameters &echo command_lines & & This is a VOS command macro to build Perl 5 for the Stratus VOS & operating system. You need to have the VOS POSIX.1 support & loaded on your system. Change the following statement, if & necessary, to assign the correct pathname of the directory that & contains VOS POSIX.1 support. & &set_string POSIX >vos_ftp_site>pub>vos>alpha>posix & & See if the site has VOS POSIX.1 support loaded. If not, quit now. & &if ^ (exists &POSIX& -directory) &then &do &display_line build: VOS POSIX.1 support not found. &POSIX& &return &end & & Set up the appropriate directory suffix for each architecture. & &if &cpu& = mc68020 &then &set_string obj '' &if &cpu& = i80860 &then &set_string obj .860 &if &cpu& = pa7100 &then &set_string obj .7100 &if &cpu& = pa8000 &then &set_string obj .8000 & &set_string cpu -processor &cpu& & & If requested, compile the source code. & &if &recompile& = 0 &then &goto CHECK_REBIND & !set_library_paths include << < &POSIX&>incl system>include_library & & Suppress several harmless compiler warning and advice messages. & !cc <system>tcp_os>object_library&obj&) &then &set_string tcp_objlib (master_disk)>system>tcp_os>object_library&obj& &else &set_string tcp_objlib (master_disk)>system>tcp_os>object_library & &if (exists -directory (master_disk)>system>object_library&obj&) &then &set_string objlib (master_disk)>system>object_library&obj& &else &set_string objlib (master_disk)>system>object_library & &if (exists -directory (master_disk)>system>c_object_library&obj&) &then &set_string c_objlib (master_disk)>system>c_object_library&obj& &else &set_string c_objlib (master_disk)>system>c_object_library & !set_library_paths object . &+ &POSIX&>c>runtime>obj&obj& &+ &POSIX&>c>sysv_runtime>obj&obj& &+ &tcp_objlib& &objlib& &c_objlib& !bind -control