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 13:30:34 -0500 (EST)

>
>> $  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? 
>
>maybe - I do not remember precise details, but the decc$ prefix looks like 
>what DEC did to rename (?) all of the library entrypoints. That should be
>addressed with the /prefix=all option.  Perhaps something is going wrong
>with the build.com script, which determines which compiler (and options)
>are to be used.
>
>The problem which you are reporting is that (for whatever reason) the
>compile/link process is looking for the __utc_stat function rather than
>stat, and not finding that.  With the /prefix=all option, I think DEC C
>will transform the __utc_stat name into decc$__utc_stat.
>  
>Thomas E. Dickey

Thomas, you solved it! I modified [.LYNX2-8-1.WWW.LIBRARY.VMS]LIBMAKE.COM to
use  /prefix=all qualifier instead of /prefix=ansi for the cc command to
compile htvmsutils.c (and others) correctly.  Now, no warning messages and NO
bomb when I user the Goto  file://localhost/disk/dir/file.ext url.  Thanks a
bunch!

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