dbTalk Databases Forums  

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

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #1679: Error while compiling (linking), finite, Unsatisfied symbols in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Haluk GUNCER
 
Posts: n/a

Default [BUGS] BUG #1679: Error while compiling (linking), finite, Unsatisfied symbols - 05-24-2005 , 10:53 AM







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.

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.