Обсуждение: d: command not found during compilation.

Поиск
Список
Период
Сортировка

d: command not found during compilation.

От
Fred Bennett
Дата:
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.