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

Поиск
Список
Период
Сортировка
От Stephen Kogge
Тема Re: [HACKERS] Re: [BUGS] [Keystone Slip # 14] Building pristine source on RedHat Alpha6.0
Дата
Msg-id 199907291533.LAA09271@tuna.uimage.com
обсуждение исходный текст
Ответ на Re: [BUGS] [Keystone Slip # 14] Building pristine source on RedHat Alpha6.0  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] Re: [BUGS] [Keystone Slip # 14] Building pristine source on RedHat Alpha6.0  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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@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. Koggestevek@uimage.comhttp://www.uimage.com




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: [BUGS] [Keystone Slip # 14] Building pristine source on RedHat Alpha6.0
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: [BUGS] [Keystone Slip # 14] Building pristine source on RedHat Alpha6.0