Hi.

I am trying compile postgresql-6.4.2 on Sun Ultra 5 Sparc and Solaris 7.

When postgres user run this command from /usr/src/pgsql/src (csh shell):

/usr/local/bin/make all >& make.log &

The result in make.log is this (only the lasts lines):

...
make[2]: Leaving directory `/usr/share/src/pgsql/src/backend/access'
/usr/local/bin/make -C bootstrap all 
make[2]: Entering directory `/usr/share/src/pgsql/src/backend/bootstrap'
d bootparse.y
make[2]: d: Command not found
make[2]: [bootparse.c] Error 127 (ignored)
grep -v "^#" boot.sed > sedfile
sed -f sedfile < y.tab.c > bootparse.c
/bin/sh: y.tab.c: cannot open
make[2]: *** [bootparse.c] Error 1
make[2]: Leaving directory `/usr/share/src/pgsql/src/backend/bootstrap'
make[1]: *** [bootstrap.dir] Error 2
make[1]: Leaving directory `/usr/share/src/pgsql/src/backend'
make: *** [all] Error 2


I can't find 'd' command 8-?

I realiced ./configure --with-tcl --with-perl

I am using GNUmake 3.77-sol7-sparc

I have installed:

tcl-8.0.3-sol7-sparc-local
perl-5.005_02-sol7-sparc-local
libstdc++-2.8.1.1-sol7-sparc-local
gcc-2.8.1-sol7-sparc-local
flex-2.5.4-sol7-sparc-local

Thanks for all.


-- 
==============================================
Enrique Rodríguez Lázaro

Reply via email to