Subject: Re: -current build: sendmail -> undefined reference to `__unsetenv13'
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Klaus Klein <kleink@reziprozitaet.de>
List: current-users
Date: 04/10/2003 10:14:17
Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de> writes:
> main.o(.text+0x2706): undefined reference to `__unsetenv13'
> main.o(.text+0x2b17): undefined reference to `__unsetenv13'
> collect2: ld returned 1 exit status
> *** Error code 1
There was a small window between <stdlib.h> referencing it and
__unsetenv13() actually being built into libc, but this shouldn't be
biting you if your sources are really -current.
> grep doesn't find unsetenv13 in src/BUILDING or src/UPDATING.
> What's the right fix here?
I've added __unsetenv13 to UPDATING since it already happens to
mention __assert13, but except for said small window of failure it's
really nothing that wouldn't be taken care of by an in-order performed
build of the system.
- Klaus