Re: instalation problems!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fariba Noorbakhsh <fNoorbakhsh(at)ccs-munich(dot)de>
Cc: pgsql-bugs(at)postgreSQL(dot)org
Subject: Re: instalation problems!
Date: 2001-05-11 17:25:54
Message-ID: 5881.989601954@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Fariba Noorbakhsh <fNoorbakhsh(at)ccs-munich(dot)de> writes:
> The platfrom which we are using is Digital V4.0-D (alphaev56-dec-osf4.0d).
> I copied the whole configuration report for you, maybe it helps.
> I'm acctually suspecting our GCC version (v2.7.2.3), maybe it's too old and
> not familiar with "-mieee" option. What do you think?

Could be. Try removing this hack from src/backend/utils/adt/Makefile:

# seems to be required for some date/time stuff 1999/07/22 bjm
ifeq "$(findstring alpha,$(host_cpu))" "alpha"
ifeq "$(GCC)" "yes"
override CFLAGS+= -mieee
endif
endif

I'd be interested to know whether the regression tests pass cleanly
after you do that.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2001-05-11 18:08:22 Re: Terrible perfomance during nested "... where x in (select ...)" operator
Previous Message Glenn Trewitt 2001-05-11 16:11:05 pg_config broken in 7.1.1 on FreeBSD with Tcl + Java