[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev file://localhost/
From: |
dickey |
Subject: |
Re: lynx-dev file://localhost/ |
Date: |
Fri, 19 Feb 1999 11:23:09 -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.
>
> --
> 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
--
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey