Re: 386 'ls' gets SIGILL iff /proc is mounted

Eric Buddington (eric@sparrow.nad.adelphia.net)
Thu, 29 Mar 2001 10:05:27 -0500


On Wed, Mar 28, 2001 at 10:09:11AM -0800, Ulrich Drepper wrote:
> Eric Buddington <eric@sparrow.nad.adelphia.net> writes:
>
> > OK. Context again (since I clipped preceding notes): 386SX/20 nfsroot,
> > getting SIGILL on lots of processes, math emulation is enabled, ls and
> > glibc were compiled with '-march=i386 -mcpu=i386' to be sure.
>
> This isn't enough. You compiled glibc on a i586 or later without
> telling configure to use the i386 configuration. Run configure with
> the usual options and
>
> i386-linux-gnu
>
> at the end of the command line and then use the options above.

This seems to have solved the problem. Thanks!

-Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/