Re: Solaris SPARC - Sun compiler 5.5 - 64 bit

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Clark, Andrew" <Andrew(dot)Clark(at)fnf(dot)com>
Cc: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, pgsql-ports(at)postgresql(dot)org
Subject: Re: Solaris SPARC - Sun compiler 5.5 - 64 bit
Date: 2005-07-29 14:18:15
Message-ID: 16672.1122646695@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"Clark, Andrew" <Andrew(dot)Clark(at)fnf(dot)com> writes:
> -I../../../../src/include -c -o s_lock.o s_lock.c
> /devtools/WS8.0/SUNWspro/prod/bin/fbe: "/tmp/yabeAAAKgainV", line 206:
> error: can't compute difference between symbols in different segments
> Failure in /devtools/WS8.0/SUNWspro/prod/bin/fbe, status = 0x100
> Fatal Error exec'ing /devtools/WS8.0/SUNWspro/prod/bin/fbe
> cc: acomp failed for s_lock.c

You really should mention which Postgres version you're using
... but if it's pre-8.0, possibly the problem is the lack of this patch:

2004-12-29 18:47 tgl

* src/: backend/storage/lmgr/s_lock.c, template/sunos4: Support
Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan(at)ayan(dot)net

regards, tom lane

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Clark, Andrew 2005-07-29 14:34:37 Re: Solaris SPARC - Sun compiler 5.5 - 64 bit
Previous Message Clark, Andrew 2005-07-29 13:32:06 Re: Solaris SPARC - Sun compiler 5.5 - 64 bit