lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev file://localhost/


From: COXMD
Subject: Re: lynx-dev file://localhost/
Date: Fri, 19 Feb 1999 10:29:20 -0500 (EST)

>> >> I have cleanly compilled/linked Lynx 2.8.1 on Open VMS 7.1 VAX using DEC 
>> >> C 6.0  
>> >> and made local specific mod.s to the Lynx.cfg file, etc.  Everything I 
>> >> have  
>> >> tried with Lynx seems to work very well except the Goto URL with any for 
>> >> of  
>...
>  
>> I @build again following your instructions.  This time I noticed the 
>> following 
>> messages that may have affected my lynx executable:  
>>  
>> ... 
>> UCdomap.obj, - 
>> [-.WWW.Library.Implementation]WWWLib_MULTINET.olb/library, - 
>> sys$disk:[]MULTINET.opt/opt, sys$disk:[]DECC.opt/opt 
>> multinet:multinet_socket_library/share 
>> sys$library:vaxcrtl/library 
>> sys$library:vaxccurse/library 
>> %LINK-W-NUDFSYMS, 1 undefined symbol: 
>> %LINK-I-UDFSYM,         __UTC_STAT 
>> %LINK-W-USEUNDEF, undefined symbol __UTC_STAT referenced 
>>         in psect $CODE offset %X000008F3 
>>         in module HTVMSUTILS file 
>> DISK$SS:[CWIS.LYNX2-8-1.WWW.LIBRARY.IMPLEMENTATION]WWWLIB_MULTINET.OLB;1 
>...
>>   Morris D. Cox                       EMail: address@hidden 
>
>I do not see a definition for "UTC_STAT" (or similar name) in the lynx
>source code.  So I think you have a definition for that in the multinet
>headers.  I would look for that, e.g.,
>
>       search multinet_root:[multinet.include...]*.h utc_stat
>
>Perhaps it is a symbol that we can accommodate with a simple definition.
>(I don't have a VAX, but can advise you).
>
>-- 
>Thomas E. Dickey

I tried this and this is what I found:


$  search multinet_root:[multinet.include...]*.h utc_stat
%SEARCH-I-NOMATCHES, no strings matched

$ sear  SYS$COMMON:[DECC$LIB.REFERENCE.DECC$RTLDEF]*.h utc_stat
******************************
SYS$COMMON:[DECC$LIB.REFERENCE.DECC$RTLDEF]STAT.H;4

**  local time and one __utc_stat() which returns time in terms of UTC.
#         define stat(__p1,__p2)   __utc_stat(__p1,__p2)
**  decc$__utc_stat instead of stat.

This mimics what is on our Alpha VMS 7.2 with DEC C 6.0, and Lynx 2.8.1 runs
fine.  Are we getting anywhere?


--
  Morris D. Cox                       EMail: address@hidden
  Information Technology Services     Phone: (828)262-6295 
  Raley Hall                          Fax:   (828)262-2236
  Appalachian State University
  Boone, NC   28608

reply via email to

[Prev in Thread] Current Thread [Next in Thread]