From: SMTP%"F.Zwarts@KVI.nl" 18-DEC-1994 11:09:17.13 To: EVERHART CC: Subj: Re: Mosaic V2.4 for VMS X-Newsgroups: comp.os.vms,vmsnet.sources.d,vmsnet.networks.tcp-ip.multinet From: Fred Zwarts Subject: Re: Mosaic V2.4 for VMS Message-ID: Sender: root@rug.nl (Operator) Nntp-Posting-Host: kvip62.kvi.nl Organization: Rekencentrum der Rijksuniversiteit Groningen Date: Mon, 12 Dec 1994 08:25:09 GMT Lines: 64 To: Info-VAX@Mvb.Saic.Com X-Gateway-Source-Info: USENET smithp01@mcrcr6.med.nyu.edu wrote: > > In article <1994Dec5.141849.30192@msuvx2.memphis.edu>, flowers@cc.memphis.edu (Harry Flowers) writes: > > > The sources are available now from gatekeeper.dec.com as well. If you'd > > rather get a ZIP file than a .tar.Z one, I've got a copy on Narnia in the > > unsupported directory. I built it with Multinet, and it works fine (what > > I've done with it). > > > > (Narnia is narnia.memphis.edu, in [anonymous.unsupp]. Note that I modified > > the DESCRIP.MMS file in the SRC subdirectory to define a local home page; > > you'll probably want to change that. The original was also missing the > > MULTINET.OPT link options file, but it was trivial to copy the UCX one and > > make the appropriate change.) There's no build command file; it requires > > MMS (or probably MMK would work ;-). > > I grabbed the ZIP file, deleted the OBJs and OLBs and used MMS to build it on > OpenVMS V6.1/AXP with Multinet 3.3-C. There were 4 undefined symbols. > Replacing the libraries in the MULTINET.OPT file with the R5 versions got me > down to two... > > %LINK-W-NUDFSYMS, 2 undefined symbols: > %LINK-I-UDFSYM, XMREPTYPEINSTALLTEAROFFMODELCON > %LINK-I-UDFSYM, _XMSTRINGS > > ... so the question is: where can I find these on the Alpha? Or are there > changes that need to be made to step past these calls? > > So near and yet so far... > > +----------------------------------------------------------------------------+ > |Ross Smith, Research Computing Resource, Department of Cell Biology, NYU-MC| > |E-Mail: SMITH@NYUMED.BITNET (BITNET), SMITH@MCCLB0.MED.NYU.EDU (Internet)| > +----------------------------------------------------------------------------+ I received several replies on my previous posting, with questions like this one. I had the same problem, when I tried to build Mosaic 2.4 under VMS 6.1, and Motif 1.2. I succeeded to build Mosaic, by replacing the following lines in the LINKer option file: SYS$LIBRARY:DECW$XMLIBSHR.EXE/SHARE SYS$LIBRARY:DECW$XTSHR.EXE/SHARE by SYS$SHARE:DECW$XMLIBSHR12.EXE/SHARE SYS$SHARE:DECW$XTLIBSHRR5.EXE/SHARE for the AXP. For the VAX I replaced the following lines: SYS$LIBRARY:DECW$XMULIBSHR.EXE/SHARE SYS$LIBRARY:DECW$XMLIBSHR.EXE/SHARE SYS$LIBRARY:DECW$XTSHR.EXE/SHARE SYS$LIBRARY:DECW$XLIBSHR.EXE/SHARE by SYS$SHARE:DECW$XTLIBSHRR5.EXE/SHARE SYS$SHARE:DECW$XMLIBSHR12.EXE/SHARE SYS$SHARE:DECW$XMULIBSHRR5.EXE/SHARE Fred Zwarts (Zwarts@KVI.nl)