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 07:27:35 -0500 (EST)

>> 
>> Good day! 
>>  
>> 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 
>>  
>>    file://localhost/disk/dir/file.ext 
>...
>>  
>> HTVMSUTILS      HTStat                          24005      0000000D  
>> 000D4989 
>
>these line numbers correspond to listing-files (not normally generated)
>on VMS.  If you add the "/listing" option to the vmsbuild.com script's
>definitions for the compiler, you will get the listing file when you
>build lynx.  (I don't know offhand what the bug would be, but we can see
>what it is & fix it).
>
>> HTFILE          HTLoadFile                      24257      0000016F  
>> 000C3567 
>> HTACCESS        HTLoad                          21770      00000076  
>> 000C91EA 
>> HTACCESS        HTLoadDocument                  22008      000002C6  
>> 000C9522 
>> HTACCESS        HTLoadAbsolute                  22164      0000004C  
>> 000C9938 
>> LYGETFILE       getfile                         26665      00000D7C  
>> 0006A63C 
>> LYMAINLOOP      mainloop                        30983      00000626  
>> 0007C8FA 
>> LYMAIN          main                            29348      000016D3  
>> 000781D3 
>> SHELL$MATCH_WIL SHELL$MATCH_WILD                           0000010B  
>> 000F6BE7 
>>  
>> A Fatal error has occurred in Lynx Ver. 2.8.1rel.2 
>  
>>   Morris D. Cox                       EMail: address@hidden 
>
>-- 
>Thomas E. Dickey

Thanks for answering my request.

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.IMPLEMENTA
TION]WWWLIB_MULTINET.OLB;1
%LINK-W-USEUNDEF, undefined symbol __UTC_STAT referenced
        in psect $CODE offset %X000009D0
        in module HTVMSUTILS file
DISK$SS:[CWIS.LYNX2-8-1.WWW.LIBRARY.IMPLEMENTA
TION]WWWLIB_MULTINET.OLB;1
%LINK-W-USEUNDEF, undefined symbol __UTC_STAT referenced
        in psect $CODE offset %X000009F8
        in module HTVMSUTILS file
DISK$SS:[CWIS.LYNX2-8-1.WWW.LIBRARY.IMPLEMENTA
TION]WWWLIB_MULTINET.OLB;1
$!
$!      Copy the executable to the top directory and restore the default.
$!
$ copy lynx.exe [-]
...


Again I try the Goto file://localhost/disk/dir/file.ext with the same results,
as expected.  From the listings for htvmsutil compilation I have: 

HTVMSUTILS                                                     18-FEB-1999 
V1.0                                                           14-OCT-1998 

      1   24001 char *Ptr, *Ptr2;
      1   24002 char Name[256];
      1   24003
      1   24004    /* try normal stat... */
      1   24005    Result = stat((char *)filename,info);
      1   24006    if (Result == 0)
      1   24007       return(Result);
      1   24008
      1   24009    /* make local copy */
      1   24010    strcpy(Name,filename);
      1   24011 


Is this enought to pin point the problem?  tks

--
  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]