64-bit issues, login accounts on an Athlon-64 available.

Bill Nottingham notting at redhat.com
Thu Dec 8 17:43:59 EST 2005


Derek Atkins (warlord at MIT.EDU) said: 
> Bill,
> 
> Bill Nottingham <notting at redhat.com> writes:
> 
> >> >   [volker at kepler ~]$ /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?

[notting at apone: ~]$ g-wrap-config  --c-link-args guile
-L/usr/lib64 -lgwrap-wct -lgwrap-glib

Bill


More information about the gnucash-devel mailing list