Re: [PORTS] RedHat6.0 & Alpha

From: Uncle George <gatgul(at)voicenet(dot)com>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>, Ryan Kirkpatrick <rkirkpat(at)nag(dot)cs(dot)colorado(dot)edu>, pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] RedHat6.0 & Alpha
Date: 1999-07-22 17:50:57
Message-ID: 37975A01.7BCF755B@voicenet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports

Ok,
I would have liked to have seen the fix to typedef time_t AbsoluteTime in
nabstime.h, rather than this, but i guess its some movement :-/

As per ur request, I am sending u ( bruce) my changed *.[ch] files from the
July 20 source ( they are not diffs ) . All the regressions tests work except
for geometry ( precision ? ) and Rules ( of which i will follow up (later)
with a question.

I u folks got any questions please let me know, As i'm sure that you will
have some.

Regarding the Test&set problems, u have to compile spin.c with -fno-inline.
i'd give u a makefile but i'm not sure how u folks are handling the
ifeq ($(OS), linux )
ifeq ($(CPU), alpha )
spin.o: spin.c
$(CC) $(CFLAGS) -c -fno-inline spin.c -o spin.o
endif
endif

I'm using -O3, and seems happy
gat

Bruce Momjian wrote:

> > > I imagine that this flag is specific to the compiler. It would
> > >
> > OK, I have made it:
> >
> > ifeq ($(CPU),alpha)
> > ifeq ($(CC), gcc)
> > CFLAGS+= -mieee
> > endif
> > ifeq ($(CC), egcs)
> > CFLAGS+= -mieee
> > endif
> > endif
> >
> > I can always rip it out later.
>
> Let me reiterate Thomas's comments on this. Alpha has been a very
> bad port for us. I realize the problems are complex, but each alpha
> person seems to know only 80% of what we need to get things working
> 100%. We get partial solutions to small problems, that just seem to

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ole Gjerde 1999-07-22 18:19:18 Index not used on simple select
Previous Message Michael Meskes 1999-07-22 16:30:37 Seg fault in initdb

Browse pgsql-ports by date

  From Date Subject
Next Message Uncle George 1999-07-22 18:20:13 Re: [PORTS] RedHat6.0 & Alpha
Previous Message Marek Goc 1999-07-22 16:51:15 unsubscribe