bug-bash
[Top][All Lists]
Advanced

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

Re: bash-5.2.9 lib/readline/input.c fix for Tru64


From: Chet Ramey
Subject: Re: bash-5.2.9 lib/readline/input.c fix for Tru64
Date: Tue, 15 Nov 2022 09:59:09 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.1

On 11/14/22 6:56 AM, Henry Bent wrote:

Also this platform doesn't have strtoimax but config.h is still setting

#define HAVE_DECL_STRTOIMAX 1
#define HAVE_DECL_STRTOLL 1
#define HAVE_DECL_STRTOULL 1
#define HAVE_DECL_STRTOUMAX 1

even though later on it correctly realizes that HAVE_STRTOLL,
HAVE_STRTOULL, HAVE_STRTOIMAX, and HAVE_STRTOUMAX should not be set.  This
is because the Tru64 linker will still produce an executable and return
true even if the executable contains unresolved symbols.  I'm not
immediately sure of a fix for that one.

Does it still do that even if you force the linker to produce a static
executable?

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/




reply via email to

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