Derek Atkins ([EMAIL PROTECTED]) said: > Bill, > > Bill Nottingham <[EMAIL PROTECTED]> writes: > > >> > [EMAIL PROTECTED] ~]$ /opt/gnucash/bin/gnucash > >> > ERROR: In procedure dynamic-link: > >> > ERROR: file: "libgw-wct", message: "/usr/lib/libgw-wct.so.0: cannot > >> > open > >> > shared object file: No such file or directory" > > > > It's looking in the wrong place - this (in theory) should be in > > /usr/lib64 (assuming x86_64 - you aren't building for ia64, are you? :) ) > > > > Does that library exist in /usr/lib64? If so, there might be a misbuilt > > libtool .la file somewhere. > > Does FC4 x86_64 have a 32-bit and 64-bit version of g-wrap?
Runtime is shipped as both 32 and 64-bit, devel is 64-bit only. > If so, how would you know which version of the library to use? 64-bit libs live in /usr/lib64, assuming things are built correctly. > What does g-wrap-config return? [EMAIL PROTECTED]: ~]$ g-wrap-config --c-link-args guile -L/usr/lib64 -lgwrap-wct -lgwrap-glib Bill _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
