Thread

  1. New psql compile problem.

    Keith Parks <emkxp01@mtcc.demon.co.uk> — 1999-11-06T20:38:11Z

    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'