configure failing on guile
Al Brown
mral at sonic.net
Tue Feb 24 17:38:24 CST 2004
Derek Atkins wrote:
> Please CC gnucash-user on all replies...
>
> Al Brown <mral at sonic.net> writes:
>
>
>>Thanks for replying.
>
>
> Well, the list just got flushed today so your message just came through
> this evening..
>
>
>>I just check the RPM database
>>and I only see guile-1.4-8 and I don't remember installing anything
>>by hand.
>
>
> Well, then, that's your problem. Install guile-devel.
>
>
>>Is there something I can check separate from the RPM database to see.
>>I have never heard of guile before. I'm not even sure what it is.
>>
>>Should I have it or not have it.
>
>
> You'll need to install it.
>
>
>>When I type guile -v on the command line it says guile 1.4
>
>
> sure, that doesn't mean you can compile programs against it. You need
> the -devel package.
>
>
>>Al
>
>
> -derek
>
Sorry for the improper reply, I'm still learning about mailinglist.
Thanks for your help.
I down loaded the RPM for g-wrap-devel-1.3.4-1 and that got me over the
problem I was having. I used that as a clue and got over the missing
g-wrap-config and libghttp-devel problems that happened next.
The problem I'm having now is in the make.
...snipped
Making all in core-utils
make[3]: Entering directory `/usr/tmp/gnucash-1.8.8/src/core-utils'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-I /usr/include/g-wrap -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -Wall -Wunused -Werror -c core-utils.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I /usr/include/g-wrap
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2 -Wall -Wunused
-Werror -c core-utils.c -fPIC
-o .libs/core-utils.o
/bin/sh ../../libtool --mode=link gcc -I /usr/include/g-wrap
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2 -Wall -Wunused
-Werror -o libcore-utils.la -rpath /usr/local/lib -module -L/usr/lib
-lglib core-utils.lo -lpopt -lm -lm
gcc -shared .libs/core-utils.o -L/usr/lib /usr/lib/libglib.so
/usr/lib/libpopt.so -lm -Wl,-soname -Wl,libcore-utils.so.0 -o
.libs/libcore-utils.so.0.0.0
(cd .libs && rm -f libcore-utils.so.0 && ln -s libcore-utils.so.0.0.0
libcore-utils.so.0)
(cd .libs && rm -f libcore-utils.so && ln -s libcore-utils.so.0.0.0
libcore-utils.so)
creating libcore-utils.la
(cd .libs && rm -f libcore-utils.la && ln -s ../libcore-utils.la
libcore-utils.la)
rm -f gnucash g-wrapped
ln -sf . gnucash
ln -sf . g-wrapped
touch .scm-links
FLAVOR=gnome guile -c \
"(set! %load-path (cons \"/usr/share/guile\" %load-path)) \
(primitive-load \"./gw-core-utils-spec.scm\") \
(gw:generate-wrapset \"gw-core-utils\")"
**** NOTE: this wrapset appears to be empty !?
add-ws-t gw-core-utils #<output: gw-core-utils.c 3>
gw:global-declarations-ccg
for-parent gw-core-utils
add-ws-t gw-core-utils #<output: gw-core-utils.c 3>
gw:global-definitions-ccg
for-parent gw-core-utils
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-I /usr/include/g-wrap -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -Wall -Wunused -Werror -c gw-core-utils.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I /usr/include/g-wrap
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2 -Wall -Wunused
-Werror -c gw-core-utils.c -fPIC -o .libs/gw-core-utils.o
/bin/sh ../../libtool --mode=link gcc -I /usr/include/g-wrap
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2 -Wall -Wunused
-Werror -o libgw-core-utils.la -rpath /usr/local/lib -module
-L/usr/lib -lgwrap-wct -lgwrap-glib gw-core-utils.lo libcore-utils.la
-lpopt -lm -lm
grep: /usr/lib/libqthreads.la: No such file or directory
sed: can't read /usr/lib/libqthreads.la: No such file or directory
libtool: link: `/usr/lib/libqthreads.la' is not a valid libtool archive
make[3]: *** [libgw-core-utils.la] Error 1
make[3]: Leaving directory `/usr/tmp/gnucash-1.8.8/src/core-utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/tmp/gnucash-1.8.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/tmp/gnucash-1.8.8'
make: *** [all-recursive-am] Error 2
[fred at butler gnucash-1.8.8]$
I dont know what libqthreads.la is or where it comes from.
Just so that folks know what my environment is:
I started with redhat 8.0 and I'm tring to compile gnucash 1.8.8
I just finished installing the RPM for gnucash 1.8.5 and it went great.
Thanks for your help
Al
More information about the gnucash-user
mailing list