Re: linux-2.1.26 compile error

Theodore Y. Ts'o (tytso@MIT.EDU)
Mon, 24 Feb 1997 00:26:24 -0500


Date: Sat, 22 Feb 1997 17:30:30 -0500
From: scott gray <sgray@preferred.com>

My kernel compilation is aborting with the following error message:
arch/i386/mm/mm.o(.text+0xbd3): undefined reference to
`__start___ex_table'

Here is what I've installed thus far on my system:

libc-5.4.23
libg++-2.7.2.1
binutils-2.7.0.9

Apparently bintuils 2.7.0.9 is too recent. Use binutils 2.7.0.3, and
you'll be much happier. (2.7.0.9 is a private developer snapshot only).

- Ted