lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV lynx compilation


From: T.E.Dickey
Subject: Re: LYNX-DEV lynx compilation
Date: Thu, 27 Feb 1997 17:18:07 -0500 (EST)

> A few problems with lynx 2.7 on VMS
> 
> 1.    The [.www.library.implementation]HTAABROWSE.C module uses the 'stat'
>       function. Under the compile option /PREFIX=ANSI (DEC C 5.3 on VMS 6.2)
>       this results in an undefined external 'stat' because the compiler is
>       not prefixing stat with 'decc$'. The fix is to change the /prefix
>       qualifier to /PREFIX=ALL ([.www.library.implementation]LIBMAKE.COM)
> 
>       This is a bug in DEC C I believe.
not a "bug" - a feature.  'stat()' is POSIX, not ANSI, and a lot of implementors
have decided that they're mutually exclusive, rather than a superset.

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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