upgrading from 2.2 to 2.2.8

2010-06-16 Thread Sam Steingold
SET_OPTIONS configure:9011: error: possibly undefined macro: LT_INIT apparently, I must include some other files in addition to libtool.m4: 4 argz.m4 28 ltdl.m4 8 ltsugar.m4 4 ltversion.m4 256 libtool.m4 12 ltoptions.m4 4 ltversion.in8 lt~obsolete

Re: export_dynamic_flag_spec

2010-06-09 Thread Sam Steingold
Hi Gary, thanks for your kind reply. On 6/9/10, Gary V. Vaughan wrote: > On 10 Jun 2010, at 01:51, Sam Steingold wrote: > > EXPORT_DYNAMIC_FLAG_SPEC='@EXPORT_DYNAMIC_FLAG_SPEC@' > > > > alas, instead of > > > > EXPORT_DYNAMIC_FLAG_SPEC='-Wl,

export_dynamic_flag_spec

2010-06-09 Thread Sam Steingold
how can I get the value of export_dynamic_flag_spec substituted by configure? I have this in my configure.in: AC_LIBTOOL_DLOPEN_SELF dnl do I even need this?! AC_PROG_LIBTOOL EXPORT_DYNAMIC_FLAG_SPEC=$export_dynamic_flag_spec AC_SUBST(EXPORT_DYNAMIC_FLAG_SPEC)dnl and this in my foo.sh.in file:

lt_dlopenext does not permit platform-independent code?

2006-10-12 Thread Sam Steingold
Hi, PostgreSQL library is called libpq.so on linux and pq.dll on win32. it would be nice to be able to write dlopen_wrapper("pq") and have the right library opened on any platform. Alas, lt_dlopenext("pq") does not work on linux (lt_dlopenext("libpq") does). I think ltdl needs a function which w