Re: global symbol conflict in

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: meskes(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org
Subject: Re: global symbol conflict in
Date: 2006-11-23 04:38:12
Message-ID: 200611230438.kAN4cCa16013@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


'times' changed to 'static'.

---------------------------------------------------------------------------

Tom Lane wrote:
> 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/007908799/xsh/times.html
>
> Perhaps you could just make those arrays "static"?
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alex Deiter 2006-11-23 15:31:04 BUG #2778: make check failed
Previous Message Bruce Momjian 2006-11-23 03:48:45 Re: Operator Classes and ANALYZE