Cross compiling coreutils to 32 bit

2018-02-14 Thread Kevin Wilson
Hi, I am trying to cross compile coreutils-8.27 to 32 bit on x86_64 machine under Fedora. What I am running is: untar the tar file. ./configure --target=i686-pc-linux-gn and then "make". It builds succesfully. However, when I am runing: file src/stty I am getting: src/stty: ELF 64-bit LSB

Re: Cross compiling coreutils to 32 bit

2018-02-14 Thread Assaf Gordon
Hello, On Wed, Feb 14, 2018 at 09:59:13AM +0200, Kevin Wilson wrote: > I am trying to cross compile coreutils-8.27 to 32 bit on > x86_64 machine under Fedora. > I would recommend to following: First, Install "multilib" support. In debian/ubuntu, the command is: apt-get install gcc-multilib

Re: ls is broken, what's next cd?

2018-02-14 Thread Bernhard Voelker
On 02/13/2018 08:35 AM, Harald Dunkel wrote: If I got this correctly, then the folks to benefit from this change are GUI users, using copy-and-paste. Is this an argument to affect the command line users? Well, unless one is working on a bare tty without X or via network, I would guess that

bug#30453: Bug in BC calculator version 1.07.1

2018-02-14 Thread Martin Møller Skarbiniks Pedersen
This is not a bug. >From the man-page: $ man bc | fgrep -A5 "expr * expr" expr * expr The result of the expression is the product of the two expressions. expr / expr The result of the expression is the quotient of the two expressions. The scale of