Article 156548 of comp.os.vms: Gopher server 1.2vms1 migration from: VMS VAX 6.1 + VAX C 3.2 to: VMS Alpha 6.2 + DEC C 5.2 I made the following mods: 1) [.OBJECT]COMPATIBLE.H ************ File DISK2:[PDUTIL.GOPHER1_2VMS1.GOPHERD]COMPATIBLE.H;2 72 /* special AV mod */ 73 #include 74 #define tempnam gopher_tempnam 75 char *tempnam(); ****** File DISK6:[PDUTIL.GOPHER1_2VMS1.GOPHERD]COMPATIBLE.H;1 72 char *tempnam(); ************ 2) [.EGREP]VMSMAKE.COM ************ File DISK2:[PDUTIL.GOPHER1_2VMS1.EGREP]VMSMAKE.COM;2 29 $ !! special AV mod !! 'cc' getopt 30 $ say "Compiling regex...." ****** File DISK6:[PDUTIL.GOPHER1_2VMS1.EGREP]VMSMAKE.COM;1 29 $ 'cc' getopt 30 $ say "Compiling regex...." ************ ************ File DISK2:[PDUTIL.GOPHER1_2VMS1.EGREP]VMSMAKE.COM;2 51 grep,shell_mung,alloca,dfa,regex,'opt'/options 52 $ say "Linking egrep...." 53 $ link/notrace/exe=[-.exe]egrep.exe - 54 egrep,shell_mung,alloca,dfa,regex,'opt'/options 55 $ say "Generating on-line help...." ****** File DISK6:[PDUTIL.GOPHER1_2VMS1.EGREP]VMSMAKE.COM;1 51 grep,shell_mung,alloca,dfa,getopt,regex,'opt'/options 52 $ say "Linking egrep...." 53 $ link/notrace/exe=[-.exe]egrep.exe - 54 egrep,shell_mung,alloca,dfa,getopt,regex,'opt'/options 55 $ say "Generating on-line help...." ************ And everything worked fine. I also have the 2.x server version stuffed away somewhere, but I have not had the time to play with it yet. Arne Arne Vajhøj local DECNET: KOPC::ARNE Computer Department PSI: PSI%23831001354030::ARNE Southern Denmark Business School Internet: ARNE@KO.HHS.DK WWW URL: http://www.hhs.dk/~arne/arne.html