Gnucash 1.4.2 build problem

Tom Corner corner@chello.at
Tue, 18 Jul 2000 15:27:54 +0200 (CEST)


Hello,

Let me try this again.  I am using gnucash-1.4.2, guile-1.3.4, and
g-wrap-0.9.4.  This is said to be correct.

The build completes to the final step. Then it blows up in the final
link with undefined references to the following symbols:

scm_async_clock
scm_makdbl
scm_newsmob


So as a kluge  I created dumb.c:

int scm_async_clock;
int scm_makdbl;
int scm_newsmob;


This was linked with libgncguile.a

Now it compiles, but gets a segmentation fault on an attempt to execute
it.

Can somebody help?

Thanks,

Tom
 
--------------------------------