Compile error: command not found

From: "Nathan Garlington" <garlinto(at)gmail(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: Compile error: command not found
Date: 2008-05-02 13:50:38
Message-ID: e7b855e50805020650g556f0472k1249b201c5a90013@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi all!

I downloaded 8.3.1 and ./configure and gmake went smoothly during the
installation process. But when I ran gmake install, I had these
errors:

**********
gmake[3]: Entering directory `/root/postgresql-8.3.1/src/backend/utils'
AWK='' /bin/sh Gen_fmgrtab.sh ../../../src/include/catalog/pg_proc.h
Gen_fmgrtab.sh: line 84: $5 == "12" { print }: command not found
Gen_fmgrtab.sh: line 142:
BEGIN { OFS = ""; }
{ if (seenit[$(NF-3)]++ == 0) print "#define F_", $(NF-3), "
", $1; }: command not found
Gen_fmgrtab.sh failed
gmake[3]: *** [fmgroids.h] Error 1
gmake[3]: Leaving directory `/root/postgresql-8.3.1/src/backend/utils'
gmake[2]: *** [utils/fmgroids.h] Error 2
gmake[2]: Leaving directory `/root/postgresql-8.3.1/src/backend'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/root/postgresql-8.3.1/src'
gmake: *** [install] Error 2

***********
and gmake stopped. Any ideas as to what I can do to fix this?

I'm running a recently installed Slackware Linux 12.0 on a linux-only box.

--
Regards,
Nathan Garlington

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Peter Eisentraut 2008-05-02 14:03:43 Re: Compile error: command not found
Previous Message Anton Burkun 2008-05-01 07:46:05 Compiling trigger function with MinGW