Subject: Re: make build fails everytime
To: Joe Reed <jnr@po.cwru.edu>
From: Frederick Bruckman <fredb@immanent.net>
List: current-users
Date: 02/01/2002 05:24:14
On Fri, 1 Feb 2002, Joe Reed wrote:

> /usr/src/tools/toolchain/../../gnu/dist/toolchain/binutils/configure:
> /usr/src/tools/obj/tools.NetBSD-1.5ZA-i386/bin/nblex: not found
> configure: error: cannot find output from
> /usr/src/tools/obj/tools.NetBSD-1.5ZA-i386/bin/nblex; giving up
> Configure in /usr/obj/tools/toolchain/build/binutils failed, exiting.
> *** Error code 1
>
> Stop.
> nbmake: stopped in /usr/src/tools/toolchain

After updating my sources last night, I get a little farther than
that, but still broke:

cc -O -I/s/src-current/tools/compat/obj.mac68k
 -I/s/src-current/tools/compat/obj.mac68k/include
 -I/s/src-current/tools/lint1/../compat -DHAVE_CONFIG_H
 -D_FILE_OFFSET_BITS=64
 -I/s/src-current/tools/lint1/../../usr.bin/xlint/lint1 -I.
 -DTARGET_OBJFMT_ELF
 -I/s/src-current/tools/lint1/../../usr.bin/xlint/lint1/../arch/m68k
 -I/s/src-current/tools/lint1/../../usr.bin/xlint/lint1/../common   -o
 lint1 cgram.lo scan.lo mem1.lo mem.lo err.lo main1.lo decl.lo tree.lo
 func.lo init.lo emit.lo emit1.lo inittyp.lo
 -L/s/src-current/tools/compat/obj.mac68k -lnbcompat -lutil -lz
scan.lo: In function `fcon':
scan.lo(.text+0x216c): undefined reference to `finite'
tree.lo: In function `cvtcon':
tree.lo(.text+0x262a): undefined reference to `__fixunsxfdi'
tree.lo(.text+0x2744): undefined reference to `__floatdixf'
tree.lo(.text+0x2764): undefined reference to `__floatdixf'
tree.lo: In function `foldflt':
tree.lo(.text+0x421e): undefined reference to `finite'
tree.lo: In function `constant':
tree.lo(.text+0x48e0): undefined reference to `__fixxfdi'
*** Error code 1

Stop.
nbmake: stopped in /s/src-current/tools/lint1

Frederick