New psql compile problem.

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: hackers(at)postgresql(dot)org
Subject: New psql compile problem.
Date: 1999-11-06 20:38:11
Message-ID: 199911062038.UAA06108@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I have a small problem compiling the new psql code.

The dependency in the makefile on the sgml files seems to
be failing because of the '*'.

If I remove that dependancy everything is OK.

Perhaps it's my version of make.

bash-2.03$ make --version
GNU Make version 3.77, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98

Anyway, here's the section of the make log.

Keith.

make[2]: Entering directory `/export/home/pgsql/src/bin/psql'
make -C ../../interfaces/libpq libpq.a
make[3]: Entering directory `/export/home/pgsql/src/interfaces/libpq'
make[3]: `libpq.a' is up to date.
make[3]: Leaving directory `/export/home/pgsql/src/interfaces/libpq'
gcc -I../../interfaces/libpq -I../../include -I../../backend -Wall
-Wmissing-prototypes -g -O2 -DLOCK_MGR_DEBUG -DDEADLOCK_DEBUG -c command.c -o
command.o
gcc -I../../interfaces/libpq -I../../include -I../../backend -Wall
-Wmissing-prototypes -g -O2 -DLOCK_MGR_DEBUG -DDEADLOCK_DEBUG -c common.c -o
common.o
make[2]: *** No rule to make target `../../../doc/src/sgml/ref/*.sgml', needed
by `sql_help.h'. Stop.
make[2]: Leaving directory `/export/home/pgsql/src/bin/psql'

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-11-06 20:40:29 Re: [HACKERS] ERROR: infinite recursion in proc_exit
Previous Message Ansley, Michael 1999-11-06 20:33:48 RE: [HACKERS] Arrays broken on temp tables