Re: [HACKERS] Re: [BUGS] [Keystone Slip # 14] Building pristine source on RedHat Alpha6.0

From: Stephen Kogge <stevek(at)uimage(dot)com>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: nospam(dot)bannisp(at)cwdom(dot)dm, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, stevek(at)uimage(dot)com
Subject: Re: [HACKERS] Re: [BUGS] [Keystone Slip # 14] Building pristine source on RedHat Alpha6.0
Date: 1999-07-29 15:33:52
Message-ID: 199907291533.LAA09271@tuna.uimage.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > Bruce,
> >
> >
> >
> > Dead sure. It took me some time to locate the offending line. I
> > initially thought it was a shell expansion problem.
>
> Yikes. Is this the expected behavour? Does anyone else see this?
>
> >
> > The platform is RedHat linux 6.0 with egcs-2.91.66.
> > [me(at)linny2 src]# ./configure
> > creating cache ./config.cache
> > checking host system type... alpha-unknown-linux-gnu
...
> > checking whether the C compiler (gcc -O -mieee # optimization -O2
> > removed becau
> > se of egcs problem ) works... no
> > configure: error: installation or configuration problem: C compiler
> > cannot creat
> > e executables.
> >
> >
> > Peter
> >
> > Bruce Momjian wrote:
> > >

The same sort of thing happens with OSF1 unless you specify

./configure --with-template=alpha_gcc

There are comments in the documentation that a few changes are needed
but I have not found what they were/are. For grins I installed egcs as
gcc and I still get this during the make so those "changes" for OSF1
would be nice. Else I get to puzzle out what's happening. Does anybody
have DEC OSF working with postgress?? :-)

....
ld -r -o SUBSYS.o md.o mm.o smgr.o smgrtype.o
gmake[3]: Leaving directory `/source/local/postgresql/postgresql-6.5/src/backen
d/storage/smgr'
for i in buffer file ipc large_object lmgr page smgr; do gmake -C $i
buffer/SUBSYS.o; done
gmake[3]: Entering directory `/source/local/postgresql/postgresql-6.5/src/backe
nd/storage/buffer'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory `/source/local/postgresql/postgresql-6.5/src/backen
d/storage/buffer'
gmake[3]: Entering directory `/source/local/postgresql/postgresql-6.5/src/backe
nd/storage/file'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory `/source/local/postgresql/postgresql-6.5/src/backen
d/storage/file'
gmake[3]: Entering directory `/source/local/postgresql/postgresql-6.5/src/backe
nd/storage/ipc'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory `/source/local/postgresql/postgresql-6.5/src/backen
d/storage/ipc'
gmake[3]: Entering directory `/source/local/postgresql/postgresql-6.5/src/backe
nd/storage/large_object'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory `/source/local/postgresql/postgresql-6.5/src/backen
d/storage/large_object'
gmake[3]: Entering directory `/source/local/postgresql/postgresql-6.5/src/backe
nd/storage/lmgr'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory `/source/local/postgresql/postgresql-6.5/src/backen
d/storage/lmgr'
gmake[3]: Entering directory `/source/local/postgresql/postgresql-6.5/src/backe
nd/storage/page'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory `/source/local/postgresql/postgresql-6.5/src/backen
d/storage/page'
gmake[3]: Entering directory `/source/local/postgresql/postgresql-6.5/src/backe
nd/storage/smgr'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory `/source/local/postgresql/postgresql-6.5/src/backen
d/storage/smgr'
gmake[2]: *** [buffer/SUBSYS.o] Error 2
gmake[2]: Leaving directory `/source/local/postgresql/postgresql-6.5/src/backen
d/storage'
gmake[1]: *** [storage.dir] Error 2
gmake[1]: Leaving directory `/source/local/postgresql/postgresql-6.5/src/backen
d'
gmake: *** [all] Error 2

--
Stephen N. Kogge
stevek(at)uimage(dot)com
http://www.uimage.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-07-29 15:39:55 Re: [HACKERS] Re: [BUGS] [Keystone Slip # 14] Building pristine source on RedHat Alpha6.0
Previous Message Thomas Lockhart 1999-07-29 15:32:01 Re: [PORTS] RedHat6.0 & Alpha