Re: Compilation error on Solaris for Postgres-8.0.0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rajan Bhide" <rbhide(at)starentnetworks(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Compilation error on Solaris for Postgres-8.0.0
Date: 2005-01-27 14:57:06
Message-ID: 19579.1106837826@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Rajan Bhide" <rbhide(at)starentnetworks(dot)com> writes:
> /export/home/uxapps/workshop/SUNWspro/bin/cc -Xa -D_REENTRANT
> -I../../../../src/include -mt -c -o s_lock.o s_lock.c
> /export/home/uxapps/workshop/SUNWspro/bin/../WS6U2/bin/fbe:
> "/tmp/yabeAAA42aaxH", line 195: error: can't compute difference between
> symbols in different segments
> Failure in /export/home/uxapps/workshop/SUNWspro/bin/../WS6U2/bin/fbe,
> status = 0x100

I suppose it's spitting up on the Sun-specific assembly code in s_lock.c,
but that error message is spectacularly unhelpful. You'll probably have
to consult some Solaris experts for answers.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message John DeSoi 2005-01-27 16:15:04 Re: Two copies of every mail!
Previous Message Tom Lane 2005-01-27 14:53:15 Re: Two copies of every mail!