-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Hi, I was eager to try out the new DLM functionality in v1.2 prerelease. I've tried to get working this library that handles postgreqsl queries:
https://github.com/segasai/pg_idl
But when I try to get it to work in GDL, there is an error about undefined symbol IDL_SignalRegister
I see this defined inside idl_export.h; is there something I am doing wrong to try to get it working in GDL, or are some components like this still not fully implemented?
GDL> linkimage, 'PGSQL_QUERY', '/home/smoran/pg_idl/pgsql_query.so', 'PGSQL_QUERY', /keywords, /funct
% Type conversion error: Unable to convert given STRING: 'PGSQL_QUERY' to LONG.
% LINKIMAGE: Error linking procedure/DLL: PGSQL_QUERY -> PGSQL_QUERY (/home/smoran/pg_idl/pgsql_query.so) : Couldn't open /home/smoran/pg_idl/pgsql_query.so: /home/smoran/pg_idl/pgsql_query.so: undefined symbol: IDL_SignalRegister
Thanks!