I installed grwap-1.3.4 and gnucash its misbehaving: gnucash is missing a symbol:
ERROR: In procedure dynamic-func:
ERROR: /usr/lib/libltdl.so.3: undefined symbol: gw_init_wrapset_gw_glib
I find the symbols in libgw-glib.so:
nm -a libgw-glib.a | grep gw_init_wrapset_gw_glib
00000148 T gw_init_wrapset_gw_glib
But ldd says its not linked to this, instead, its linked to the following,
which dion't have the symbol:
libgwrap-wct.so.1 => /usr/local/lib/libgwrap-wct.so.1 (0x40094000)
libgwrap-glib.so.1 => /usr/local/lib/libgwrap-glib.so.1 (0x40098000)
Well duuh, here's why:
g-wrap-config --c-link-args guile
-L/usr/local/lib -lgwrap-wct -lgwrap-glib
I'm guessing that this *should have* returned -lgw-wct -lgw-glib instead.
That's my guess ...
Surely I am not the only one out there who is experiencing this ??
--linas
--
pub 1024D/01045933 2001-02-01 Linas Vepstas (Labas!) <[EMAIL PROTECTED]>
PGP Key fingerprint = 8305 2521 6000 0B5E 8984 3F54 64A9 9A82 0104 5933
pgp00000.pgp
Description: PGP signature
_______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
