d: command not found during compilation.

From: Fred Bennett <fbennett(at)i-linkcom(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: d: command not found during compilation.
Date: 1998-09-25 03:57:48
Message-ID: 360B14BC.38F0BFFB@i-linkcom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi!

I get this.

gmake[2]: Entering directory
`/usr/src/pgsql/postgresql-6.3.2/src/backend/bootst
rap'
d bootparse.y
gmake[2]: d: Command not found
gmake[2]: [bootparse.c] Error 127 (ignored)
grep -v "^#" boot.sed > sedfile
sed -f sedfile < y.tab.c > bootparse.c
/bin/sh: y.tab.c: No such file or directory
gmake[2]: *** [bootparse.c] Error 1
gmake[2]: Leaving directory
`/usr/src/pgsql/postgresql-6.3.2/src/backend/bootstr
ap'
gmake[1]: *** [bootstrap.dir] Error 2
gmake[1]: Leaving directory
`/usr/src/pgsql/postgresql-6.3.2/src/backend'
gmake: *** [all] Error 2

I am obiously missing somehting but what is d? does it mean ld? If so
I already have it installed.

Thank you.

Browse pgsql-admin by date

  From Date Subject
Next Message aaron ross 1998-09-25 15:56:47 Authentication and Perl
Previous Message G. Anthony Reina 1998-09-24 20:52:47 Can I dump/undump database for better performance?