HELP: {compiling 6.5.2 on FreeBSD3.3} <-error

From: Courtney Thomas <ccthomas(at)access1(dot)net>
To: pgsql-general(at)postgreSQL(dot)org
Subject: HELP: {compiling 6.5.2 on FreeBSD3.3} <-error
Date: 1999-10-25 01:55:23
Message-ID: 3813B88B.41C67EA6@access1.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings !

Running "make all", I get the following result in make.log.........

Everything seems to proceed well until, "making commands", then

I get:
from src/backend/commands

ld -r -o SUBSYS.o async.o ..... and a lot of other *.o
files
async.o file not recognized
file format not recognized

Examining the dir containing said *.o files, async.o does exist along
with the other *.o files [except cp.o, though cp.c exists].

It's not clear to me what's wrong, obviously.
Are the *.o files corrupt ? If so, how do I clean that up ?
Why isn't cp.c even compiled ?
Do I need to do anything rebegin the entire compilation of PostgreSQL ?

BTW, when I try to "make install" man/docs, I get five "missing
operator" errors. Any help here ?

Thanks to all,

Courtney

Browse pgsql-general by date

  From Date Subject
Next Message System Administrator 1999-10-25 02:02:46 Errors in Postgres
Previous Message Lincoln Yeoh 1999-10-25 01:41:36 Re: [GENERAL] UPDATE cell from text file