Jim Gifford <[EMAIL PROTECTED]> writes:

> lfs:~/build$ ls -t > test
> Illegal instruction

Can you use a debugger to find out more why it's failing?
E.g.:

   $ gdb src/ls
   GNU gdb 2002-04-01-cvs
   Copyright 2002 Free Software Foundation, Inc.
   GDB is free software, covered by the GNU General Public License, and you are
   welcome to change it and/or distribute copies of it under certain conditions.
   Type "show copying" to see the conditions.
   There is absolutely no warranty for GDB.  Type "show warranty" for details.
   This GDB was configured as "i386-linux"...
   (gdb) r -t >test
   Starting program: /home/eggert/src/gnu/cu-getdate/src/ls -t >test
   [New Thread 1024 (LWP 3354)]

   Program exited normally.

On your host, you should get an exception; at that point type
"where" to GDB, and get a backtrace.

Or, if you prefer a different debugger, please use that.


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to