Hi, I'm trying to install postgresql7.2 on susOS. When I used gmake command to build it, it is giving the following error. /usr/ucb/cc: language optional software package not installed
Below is some of the output generated with gmake. /bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 /usr/perl5/5.00503/ExtUtils/xsubpp -typemap /usr/perl5/5.00503/ExtUtils/typemap -typemap typemap Pg.xs > Pg.c cc -c -I. -I../../../src/interfaces/libpq -I../../../src/include -xO3 -xdepend -DVERSION=\"1.9.0\" -DXS_VERSION=\"1.9.0\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE Pg.c /usr/ucb/cc: language optional software package not installed gmake[4]: *** [Pg.o] Error 1 gmake[4]: Leaving directory `/u01/app/pgsql/postgresql-7.2/src/interfaces/perl5' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/u01/app/pgsql/postgresql-7.2/src/interfaces/perl5' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/u01/app/pgsql/postgresql-7.2/src/interfaces' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/u01/app/pgsql/postgresql-7.2/src' gmake: *** [all] Error 2 ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org
