Re: gmake[3]: *** No rule to make target page/SUBSYS.o ?????????????????

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Rolf C Stadheim <r-stadhe(at)online(dot)no>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: gmake[3]: *** No rule to make target page/SUBSYS.o ?????????????????
Date: 2000-05-01 11:08:50
Message-ID: 390D65C2.128CCEDC@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> But, at one point the compilation procedure stopped, and ended with
> a series of error messages like:
> gmake[3]: Entering directory
> `/usr/src/pgsql/postgresql-6.5.3/src/backend/storage/buffer'
> gmake[3]: *** No rule to make target `page/SUBSYS.o'. Stop.
> What am I missing on my present installation of Linux?
> I suspect it is a missing object file, or a missing header file, but
> which one(s)?

Not sure. The failure happened earlier, when a component of
page/SUBSYS.o was being constructed.

You will have to do a "make clean" and then look carefully at the make
results *before* the error message that you have already noticed.

> I have Mandrake Linux 7.0, installed on a Pentium 200 MHz, 64 MB
> ram.

I'm running that too, with no problems.

Good luck.

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-05-01 11:22:08 Re: Cosmetic bug in 7.0 docs
Previous Message Bruce Momjian 2000-05-01 04:36:44 Re: RE: [PATCHES] relation filename patch