BUG #1679: Error while compiling (linking), finite, Unsatisfied symbols

From: "Haluk GUNCER" <halukguncer(at)hotmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1679: Error while compiling (linking), finite, Unsatisfied symbols
Date: 2005-05-24 15:31:18
Message-ID: 20050524153118.0325AF0B06@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1679
Logged by: Haluk GUNCER
Email address: halukguncer(at)hotmail(dot)com
PostgreSQL version: 7.3.10 to 8.0.3
Operating system: HP UX B.11.11
Description: Error while compiling (linking), finite, Unsatisfied
symbols
Details:

/usr/ccs/bin/ld -r -o SUBSYS.o fmgrtab.o adt/SUBSYS.o cache/SUBSYS.o
error/SUBSY
S.o fmgr/SUBSYS.o hash/SUBSYS.o init/SUBSYS.o misc/SUBSYS.o mmgr/SUBSYS.o
sort/S
UBSYS.o time/SUBSYS.o mb/SUBSYS.o
gmake[3]: Leaving directory
`/home/postgres/postgresql-7.3.10/src/backend/utils'
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations
-Wl,+b -Wl,/usr/local/pgsql/lib -Wl,-z -Wl,-E access/SUBSYS.o
bootstrap/SUBSYS.
o catalog/SUBSYS.o parser/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o
lib/SUBSY
S.o libpq/SUBSYS.o main/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o
port/SUBSYS.o
postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o storage/SUBSYS.o
tcop/SUBSY
S.o utils/SUBSYS.o -lc -lPW -lgen -lBSD -ldld -lnsl -lm -o postgres
/usr/ccs/bin/ld: Unsatisfied symbols:
finite (first referenced in utils/SUBSYS.o) (code)
collect2: ld returned 1 exit status

I have a work around:
I put code
#undef HAVE_FINITE
to
../src/backend/utils/adt/float.c
then it can link for each version. 7.3.10 to 8.0.3

note : I did not try prior versions.

Browse pgsql-bugs by date

  From Date Subject
Next Message Haluk GUNCER 2005-05-24 16:11:12 BUG #1680: pw_shadow BUS ERROR when initdb called.
Previous Message Haluk GUNCER 2005-05-24 15:22:31 BUG #1678: pw_shadow BUS ERROR