coreutils
[Top][All Lists]
Advanced

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

Build failure with CFLAGS=-g


From: Glenn Golden
Subject: Build failure with CFLAGS=-g
Date: Fri, 3 Feb 2023 12:47:36 -0700

In an attempt to build coreutils with debug symbols, I was surprised to find
that this sequence:

  $ git clone https://github.com/coreutils/coreutils
  $ cd coreutils/
  $ ./bootstrap
  $ export CFLAGS=-g
  $ ./configure --disable-silent-rules
  $ make

resulted in the attached build failure. (The build was clean up to that point.)

Seems to be 100% reproducible: Same behavior seen several times starting
from fresh git clone directory each time. Yet without the CFLAGS=-g, it
builds ok.

What am I doing wrong?

Thanks,

Glenn

Attachment: errors.txt
Description: Text document


reply via email to

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