bug-coreutils
[Top][All Lists]
Advanced

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

bug#35650: [PATCH] Improving HP-UX support


From: Osipov, Michael
Subject: bug#35650: [PATCH] Improving HP-UX support
Date: Mon, 20 May 2019 10:59:03 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1



Am 2019-05-17 um 17:00 schrieb Paul Eggert:
On 5/16/19 1:42 AM, Osipov, Michael wrote:
+ /opt/aCC/bin/aCC -AC99 -I. -I./lib -DHASH_ALGO_BLAKE2=1 -DHAVE_CONFIG_H -Ilib -I./lib -Isrc -I./src -I/opt/ports/coreutils/include -D_INCLUDE_STDC__SOURCE_199901 -g -c -o src/blake2/b2sum-blake2b-ref.o src/blake2/blake2b-ref.c +Maked "./lib/unistd.h", line 627: error #2035: #error directive: "Please include           config.h first."

Oh, I forgot to update blake2b-ref.c. I installed the attached further patch; please give it a try.

Deleted my work dir, untarred 8.31, applied diff betweeen v8.31 and master, autoreconf, configure, gmake.

Looks good to me:
bash-5.0# ldd ./src/b2sum

./src/b2sum:
        libc.so.1 =>    /usr/lib/hpux32/libc.so.1
        libdl.so.1 =>   /usr/lib/hpux32/libdl.so.1
bash-5.0# file ./src/b2sum
./src/b2sum:    ELF-32 executable object file - IA64

Thank you very much.

Compiling GNU coreutils on HP-UX is now a snap!

Michael





reply via email to

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