09-23-04 02:24 AM
"Alexander Dalloz" <alexander.dalloz@uni-bielefeld.de> wrote in message
news:pan.2004.09.16.17.40.18.228880@uni-bielefeld.de...
> On Thu, 16 Sep 2004 10:21:21 -0700 Thundersmash wrote:
>
Hat[vbcol=seagreen]
>
> head -1 configure
>
> That will print out the so called shebang line, pointing to the needed
> interpreter. Be sure you have that one installed.
>
> Alexander
Hi Alexander,
When I run "head -1 configure" from the GNU coreutils directory I made, I
get:
"#! /bin/sh"
So I tried "sh ./configure" and got:
:command not found3
./configure: line 21:syntax error near unexpected token 'elif'
./configure: line 21: 'elif test -n "${BASH_VERSION+set}" && (set -o p
osix)
'/dev/null 2>&1;then
Not sure what that means. Also, I ran "sh" and tried "./configure" from
that shell. I got:
": bad interpreter: No such file or directory"
I'm surprised I can't get coreutils compiled quickly on a default (with full
packages) installation of Red Hat 9. Maybe I'm screwed something up? I'm
using the latest stable coreutils source as of this morning from the GNU
site.
[ Post a follow-up to this message ]
|