| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk> |
| Cc: | hackers(at)postgresql(dot)org |
| Subject: | Re: [HACKERS] New psql compile problem. |
| Date: | 1999-11-06 20:46:56 |
| Message-ID: | 199911062046.PAA08620@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> 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'
Do you have sgml files in that directory? You should.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1999-11-06 20:48:05 | Re: [HACKERS] ERROR: infinite recursion in proc_exit |
| Previous Message | Tom Lane | 1999-11-06 20:40:29 | Re: [HACKERS] ERROR: infinite recursion in proc_exit |