Compilation problems....

Michael gnucash@twentyten.org
Mon, 30 Oct 2000 21:24:58 -0800


Hello, James.  Here is the output of libqt* in /usr/lib

I'm using Guile 1.4

libqt.so ->libqt.so.1.44
libqt.so.1 ->libqt.so.1.44
libqt.so.1.44
libqthreads.a
libqthreads.la
libqthreads.so ->libqthreads.so.0.0.0
libqthreads.so.0 ->libqthreads.so.0.0.0
libqthreads.so.0.0.0  

>From all the posts, it seems that Guile is clearly my problem.  I've 
reinstalled Guile numerous times however.  I'm not sure where to go from 
here.  :-(


Michael



On Monday 30 October 2000 21:22, James LewisMoss wrote:
> >>>>> On Sun, 29 Oct 2000 22:49:54 -0800, Michael <michaeln@twentyten.org>
> >>>>> said:
>
>  Michael> I've been wrestling with GNUCash for over a week and decided
>  Michael> to finally seek assistance:
>
>  Michael> Slackware 7.1, Linux 2.4.0-pre9
>
>
>  Michael> /usr/lib/libguile.so: undefined reference to `qt_abort'
>  Michael> /usr/lib/libguile.so: undefined reference to `qt_error'
>  Michael> /usr/lib/libguile.so: undefined reference to `qt_block'
>  Michael> collect2: ld returned 1 exit status make[3]: *** [gnucash]
>  Michael> Error 1 make[3]: Leaving directory
>  Michael> `/home/michaeln/gnucash-1.4.8/src' make[2]: ***
>  Michael> [all-recursive] Error 1 make[2]: Leaving directory
>  Michael> `/home/michaeln/gnucash-1.4.8/src' make[1]: ***
>  Michael> [all-recursive] Error 1 make[1]: Leaving directory
>  Michael> `/home/michaeln/gnucash-1.4.8' make: *** [all-recursive-am]
>  Michael> Error 2
>
>  Michael> What do you guys make of this?  This thing has a TON of
>  Michael> dependencies but I think I got them all taken care of.
>  Michael> Obviously I think wrong.  ;-) This is the first software
>  Michael> package that makes me dream of Redhat RPMs.  ;-)
>
> Looks like -lqt or -lqthreads isn't on the link line after -lguile.
>
> either /usr/lib/libqthreads* or /usr/lib/libqt* exist?  What version
> of guile?
>
> Jim