6.4 Build Error from CVS snapshot - Mailing list pgsql-hackers

From Clark Evans
Subject 6.4 Build Error from CVS snapshot
Date
Msg-id 36CC77FB.419354E1@manhattanproject.com
Whole thread Raw
Responses RE: [HACKERS] 6.4 Build Error from CVS snapshot  (Vince Vielhaber <vev@michvhf.com>)
List pgsql-hackers
After the previous error, I was thinking that I built
it from the wrong account... so I changed accounts,
did a 'make clean' followed by a 'make'.

Following is a different error that occurs
when I did this.  This different error is the
same error that I was getting *before* I blew
away the RELEASE directory and re-freshed it
from the CVS server.

Hope it helps.  Is this something that I'm 
doing wrong?  The current tree builds just great.

Best,

Clark

-------- Original Message --------
Subject: Hmm
Date: Thu, 18 Feb 1999 15:24:58 -0500
From: PosgreSQL Backend Database <postgres@lucky.distributedsystems.com>
To: clark.evans@manhattanproject.com

make[3]: Entering directory `/usr/local/src/pgsql/RELEASE/src/backend/utils/sort'
gcc -I../../../include -I../../../backend   -O2  -Wall -Wmissing-prototypes -I../..   -c lselect.c -o lselect.o
gcc -I../../../include -I../../../backend   -O2  -Wall -Wmissing-prototypes -I../..   -c psort.c -o psort.o
ld -r -o SUBSYS.o lselect.o psort.o
make[3]: Leaving directory `/usr/local/src/pgsql/RELEASE/src/backend/utils/sort'
make[3]: Entering directory `/usr/local/src/pgsql/RELEASE/src/backend/utils/time'
gcc -I../../../include -I../../../backend   -O2  -Wall -Wmissing-prototypes -I../..   -c tqual.c -o tqual.o
ld -r -o SUBSYS.o tqual.o
make[3]: Leaving directory `/usr/local/src/pgsql/RELEASE/src/backend/utils/time'
gcc -I../../include -I../../backend   -O2  -Wall -Wmissing-prototypes -I..    -c fmgrtab.c -o fmgrtab.o
make[2]: *** No rule to make target `adt/SUBSYS.o', needed by `SUBSYS.o'.  Stop.
make[2]: Leaving directory `/usr/local/src/pgsql/RELEASE/src/backend/utils'
make[1]: *** [utils.dir] Error 2
make[1]: Leaving directory `/usr/local/src/pgsql/RELEASE/src/backend'
make: *** [all] Error 2


pgsql-hackers by date:

Previous
From: Clark Evans
Date:
Subject: 6.4 Build Error from CVS snapshot
Next
From: Vince Vielhaber
Date:
Subject: RE: [HACKERS] 6.4 Build Error from CVS snapshot