Re: [HACKERS] head's linking problem

2008-10-10 Thread Alvaro Herrera
Grzegorz Jaskiewicz wrote: > head compiles ok now, panic's over ;) Tom fixed it yesterday :-) -- Alvaro Herrerahttp://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-hackers mailing list (pgsql-hacker

Re: [HACKERS] head's linking problem

2008-10-10 Thread Grzegorz Jaskiewicz
head compiles ok now, panic's over ;) -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] head's linking problem

2008-10-09 Thread Grzegorz Jaskiewicz
On 2008-10-09, at 22:57, Alvaro Herrera wrote: Grzegorz Jaskiewicz wrote: On 2008-10-09, at 21:25, Alvaro Herrera wrote: Yeah, my bad. What's the platform? mac os x Hmm, does your link line include -lintl? If not, does it successfully link if you add it? ld: library not found for

Re: [HACKERS] head's linking problem

2008-10-09 Thread Grzegorz Jaskiewicz
thickbook:backend gj$ gcc-4.2 -no-cpp-precomp -no-cpp-precomp -O2 - Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after- statement -Wendif-labels -fno-strict-aliasing -fwrapv -L../../src/port -Wl,-dead_strip_dylibs access/common/heaptuple.o access/common/ indextuple.o access/comm

Re: [HACKERS] head's linking problem

2008-10-09 Thread Alvaro Herrera
Grzegorz Jaskiewicz wrote: > > On 2008-10-09, at 21:25, Alvaro Herrera wrote: > >> Yeah, my bad. What's the platform? > > mac os x Hmm, does your link line include -lintl? If not, does it successfully link if you add it? -- Alvaro Herrerahttp://www.CommandPromp

Re: [HACKERS] head's linking problem

2008-10-09 Thread Grzegorz Jaskiewicz
On 2008-10-09, at 21:25, Alvaro Herrera wrote: Grzegorz Jaskiewicz wrote: current cvs head won't compile here, linking problem. I did try make distclean, etc: Undefined symbols: "_dgettext", referenced from: _errmsg_internal in elog.o _elog_finish in elog.o _errcontext in el

Re: [HACKERS] head's linking problem

2008-10-09 Thread Alvaro Herrera
Grzegorz Jaskiewicz wrote: > current cvs head won't compile here, linking problem. I did try make > distclean, etc: > Undefined symbols: > "_dgettext", referenced from: > _errmsg_internal in elog.o > _elog_finish in elog.o > _errcontext in elog.o > _errhint in elog.o >

[HACKERS] head's linking problem

2008-10-09 Thread Grzegorz Jaskiewicz
current cvs head won't compile here, linking problem. I did try make distclean, etc: Undefined symbols: "_dgettext", referenced from: _errmsg_internal in elog.o _elog_finish in elog.o _errcontext in elog.o _errhint in elog.o _errdetail_log in elog.o _errdet