[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: problem running binaries
From: |
Jayesh Salvi |
Subject: |
RE: problem running binaries |
Date: |
Sat, 8 Jan 2005 08:25:41 -0600 |
#ls -l /usr/bin/make
-rwxr-xr-x 1 root root 127932 Jan 2 23:36 make
#ls -l /bin/make
-rwxr-xr-x 1 root root 127932 Jan 2 23:36 make
Jayesh
-----Original Message-----
From: Alfred M. Szmidt [mailto:ams@kemisten.nu]
Sent: Friday, January 07, 2005 9:38 AM
To: Jayesh Salvi
Cc: help-hurd@gnu.org
Subject: Re: problem running binaries
#make
-bash:/usr/bin/make: No such file or directory
Can you show what the output of `ls -l /usr/bin/make /bin/make' is?
#sh make
make: make: cannot execute binary file
That won't work, make isn't a shell script.