Re: Postgres 6.4, gmake, d: command not found - Mailing list pgsql-admin

From Tom Lane
Subject Re: Postgres 6.4, gmake, d: command not found
Date
Msg-id 21144.1016206227@sss.pgh.pa.us
Whole thread Raw
In response to Postgres 6.4, gmake, d: command not found  (Eric Scroger <escroger@carl.org>)
List pgsql-admin
Eric Scroger <escroger@carl.org> writes:
> gmake[2]: Entering directory
> `/usr/share/src/pgsql/postgresql-6.4.2/src/backend/bootstrap'
> d bootparse.y
> gmake[2]: d: Command not found
> gmake[2]: [bootparse.c] Error 127 (ignored)

Looks like the configure script has chosen "d" instead of bison or yacc
(not clear why ... do you have YACC defined in your environment?)

You'll probably get further if you install bison and reconfigure.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Ladislav Jirsa"
Date:
Subject: problems with dbf-files
Next
From: Peter Eisentraut
Date:
Subject: Re: to --enable-locale or not to --enable-locale?