home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.gopher
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!kcgl1.eng.ohio-state.edu!JONESD
- From: JONESD@kcgl1.eng.ohio-state.edu (David Jones)
- Subject: Re: job.acs.ohio-state.edu (link?)
- Message-ID: <1992Dec22.034541.11486@magnus.acs.ohio-state.edu>
- Sender: news@magnus.acs.ohio-state.edu
- Nntp-Posting-Host: kcgl1.eng.ohio-state.edu
- Organization: The Ohio State University
- References: <Stafford-211292145030@stafford.winona.msus.edu>
- Date: Tue, 22 Dec 1992 03:45:41 GMT
- Lines: 46
-
- >Could he post back and perhaps offer the compilation
- >command procedure or explain why I've got:
- >
- >%LINK-W-NUDFSYMS, 3 undefined symbols:
- >%LINK-I-UDFSYM, DCACHE_RESTORE
- >%LINK-I-UDFSYM, DCACHE_SAVE
- >%LINK-I-UDFSYM, DCACHE_SEARCH
- >
-
- You got that because you tried to link the program with the LINK_CLIENT.COM
- procedure that is part of the boombox distribution. GOPHER_CLIENT.SHARE
- doesn't include that file, any future versions will. Those routines are
- defined in a new source file, they manage the cache of previously fetched
- directories.
-
- Here is a LINK_CLIENT.COM that has a good chance of working:
- ----------------------------------------------------------------------------
- $ IF P1 .EQS. ""
- $ THEN
- $ IF ( F$getdvi("INET0:","EXISTS") ) THEN P1 = "WOLLONGONG"
- $ IF ( f$getdvi("BG:","EXISTS") ) THEN P1 = "UCX"
- $ IF ( f$getdvi("MULTINET:","EXISTS") )
- $ THEN
- $ P1 = "MULTINET"
- $ CREATE MULTINET.OPT
- GOPHER.OBJ
- CSO.OBJ,ERROR.OBJ,GLOBALS.OBJ,DCACHE.OBJ
- GOPHERSTRUCT.OBJ,MANAGER.OBJ,OURUTILS.OBJ,SUBPROCS.OBJ,UTIL.OBJ
- sys$share:vaxcrtl/share
- multinet:multinet_socket_library/share
- $ ENDIF
- $ ENDIF
- $!
- $ set noon
- $ verify = f$verify(1)
- $ link/exe=gopher 'P1'.OPT/OPTION
- $ verify = 'f$verify(verify)
- $ exit $status
- -----------------------------------------------------------------------------
-
- David L. Jones | Phone: (614) 292-6929
- Ohio State Unviversity | Internet:
- 1971 Neil Ave. Rm. 406 | jonesd@kcgl1.eng.ohio-state.edu
- Columbus, OH 43210 | jones-d@eng.ohio-state.edu
-
- Disclaimer: A repudiation of a claim.
-