[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
statically linking coreutils 8.32
From: |
Gabor Z. Papp |
Subject: |
statically linking coreutils 8.32 |
Date: |
Thu, 19 Mar 2020 09:54:11 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) |
lo lo,
while trying to statically link coreutils 8.32 on linux x86_64, I'm
getting the following error:
[...]
CC src/blake2/b2sum-blake2b-ref.o
CC src/blake2/b2sum-b2sum.o
CCLD src/make-prime-list
CCLD src/libstdbuf.so
AR src/libver.a
/pkg/bin/ld: /pkg/lib/gcc/x86_64-gzp-linux-gnu/6.4.1/crtbeginT.o: relocation
R_X86_64_32 against hidden symbol `__TMC_END__' c
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:9158: src/libstdbuf.so] Error 1
On i686 in the same software environment linking works fine, coreutils 8.32
compiles statically.
Previous, 8.31 version links fine also on x86_64.