Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ld: skipping incompatible /usr/lib/libpthread.so
Date: Fri, 08 Jan 2021 16:54:16
Message-Id: rta2nd$v8v$1@ciao.gmane.io
1 I've noticed that when linking an applicatoin I now get warnings like this:
2
3 /usr/lib/gcc/[...]/x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread
4 /usr/lib/gcc/[...]/x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread
5 /usr/lib/gcc/[...]/x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
6 /usr/lib/gcc/[...]/x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
7
8 Those files appear to be 32-bit versions.
9
10 Did I screw something up back when updating the profile from 17.0 to 17.1?
11
12 --
13 Grant

Replies

Subject Author
[gentoo-user] Re: ld: skipping incompatible /usr/lib/libpthread.so Grant Edwards <grant.b.edwards@×××××.com>