Gentoo Archives: gentoo-user

From: the <the.guard@××××.ru>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] glibc-2.27 is broken
Date: Tue, 30 Oct 2018 19:02:41
Message-Id: 7b1501d0-25ae-411a-216a-a32a36ddb6a5@mail.ru
In Reply to: Re: [gentoo-user] glibc-2.27 is broken by Philip Webb
1 On 10/30/2018 12:52 PM, Philip Webb wrote:
2 > NB above : the error you cite is '4' :
3 > this shows there are other errors '1' '2' '3' above, which are more important.
4 > It would help if you find them & report them to the list.
5
6 Thanks, but that's the whole gcc output I got.
7 BTW the code for this is:
8
9 $ cat main.c
10 #include <stdio.h>
11
12 int main(int argc, char **argv) {
13
14 printf("hello world\n");
15 return 0;
16
17 }