Re: building plruby on cygwin

From: ts <decoux(at)moulon(dot)inra(dot)fr>
To: ruby-talk(at)ruby-lang(dot)org
Cc: ruby-talk(at)ruby-lang(dot)org, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: building plruby on cygwin
Date: 2004-02-28 13:28:19
Message-ID: 200402281328.i1SDSIu02314@moulon.inra.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

>>>>> "D" == David Garamond <lists(at)zara(dot)6(dot)isreserved(dot)com> writes:

D> plruby.o(.text+0x739): In function `pl_query_type':
D> /usr/src/plruby-0.3.8/plruby.c:208: undefined reference to
D> `_SearchSysCache'
D> plruby.o(.text+0x760):/usr/src/plruby-0.3.8/plruby.c:218: undefined
D> reference to
D> `_ReleaseSysCache'
D> ...

I know nothing in cygwin but try to modify the Makefile and add
$(BE_DLLLIBS). This is because DLL need to have all symbols resolved at
compile time and not laod time.

Guy Decoux

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Shachar Shemesh 2004-02-28 20:58:28 Re: Connectivity from VB to Postgresql
Previous Message David Garamond 2004-02-28 12:36:43 building plruby on cygwin