dbTalk Databases Forums  

[BUGS] global symbol conflict in test/pgtypeslib/dt_test2.pgc

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


Discuss [BUGS] global symbol conflict in test/pgtypeslib/dt_test2.pgc in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tom Lane
 
Posts: n/a

Default [BUGS] global symbol conflict in test/pgtypeslib/dt_test2.pgc - 10-23-2006 , 04:45 PM






On an HPUX machine I notice this build warning:

ld: Type mismatch for symbol "times"; resolving FUNC symbol (in file /usr/lib/pa20_64/libc.sl) to OBJECT symbol (in file dt_test2.o)

It'd probably be a good idea if dt_test2.pgc did not declare a global
symbol conflicting with a standard library function name:
http://www.opengroup.org/onlinepubs/...xsh/times.html

Perhaps you could just make those arrays "static"?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

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.