Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/usr.bin/xlint/lint1
On 09.01.2021 12:42, Jared McNeill wrote:
Not sure if it is this exact change, but I am no longer able to build
tools on Ubuntu 20.04.1:
--- lint1 ---
# link lint1/lint1
/usr/bin/ld: ops.lo: in function `initmtab':
ops.c:(.text+0x63): undefined reference to `STRUCT_ASSIGN'
That's weird for several reasons:
1. The word STRUCT_ASSIGN no longer appears in the whole source tree, as
I removed the macro.
2. The compiler should have already caught this "implicit function
declaration" with -Werror and never let the linker see this.
I guess a simple "make clean && make" will clear up the situation.
Roland
Home |
Main Index |
Thread Index |
Old Index