Has anyone managed to get OFX support working in 64 bit? It seems that libtool is unable to create a loadable object for libofx, which prevents GnuCash from being able to load libgncmod-ofx. From what I've been able to gather, the reason libtool can't make a .so for libofx has something to do with libstdc++... when building libgncmod-ofx, I get the following error from libtool:
*** Warning: linker path does not have real file for library -lstdc++. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libstdc++ and none of the candidates passed a file format test *** using a file magic. Last file checked: libstdc++.so.5.0.6 *** Warning: libtool could not satisfy all declared inter-library *** dependencies of module libgncmod-ofx. Therefore, libtool will create *** a static module, that should work as long as the dlopening *** application is linked with the -dlopen flag. Is there a way to fix this without adding -dlopen to LDFLAGS? I'd prefer to fix the root cause rather than the symptoms. And I'm avoiding learning the voodoo of libtool until someone pays me to do it;) -- Gregory Symons Software Engineer GPG Public Key available at http://www.gsconsulting.biz/PGP/gsymons.asc
signature.asc
Description: This is a digitally signed message part
