Re: cvs 'make' failure with OFX

Bill Suit <[email protected]> Fri, 20 Jan 2006 06:55:18 -0500
Newsgroups gmane.comp.kde.kmymoney2.devel,gmane.comp.finance.libofx.devel
Message-ID <[email protected]>
On Friday 20 January 2006 00:10, ace jones wrote:
> It's the "for some time now" that's what's wrong.  You needed a more
> recent CVS version than you had.
>
> As to your build error, that does look like a problem.  You should send
> this, and your config.log to us on [email protected]
>
> I have a guess, though.  Try editing libs/Makefile.am and changing
> @LIBOBJ@ to @LIBOBJS@ (note the added 'S').  Regenerate and reconfigure
> with ./autogen.sh, and make again.  I bet that solves the problem.
>
> </Ace>
>
Made the change in lib/Makefile.am, ./autogen.sh now errors out here:

...
Making all in ofx2qif
make[2]: Entering directory `/opt/libofx/ofx2qif'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../inc   -g -O2 -MT ofx2qif.o -MD -MP 
-MF ".deps/ofx2qif.Tpo" -c -o ofx2qif.o ofx2qif.c; \
then mv -f ".deps/ofx2qif.Tpo" ".deps/ofx2qif.Po"; else rm -f 
".deps/ofx2qif.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2   -o ofx2qif  
ofx2qif.o ../lib/libofx.la
gcc -g -O2 -o .libs/ofx2qif ofx2qif.o  ../lib/.libs/libofx.so 
-L/usr/lib //usr/lib/libosp.so -lpthread 
-lnsl /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/libstdc++.so 
-L/usr/x86_64-pc-linux-gnu/bin -L/usr/x86_64-pc-linux-gnu/lib 
-L/usr/lib/gcc/x86_64-pc-linux-gnu/../../../x86_64-pc-linux-gnu/lib 
-L/usr/lib/gcc/x86_64-pc-linux-gnu/../../../lib64 -Wl,--rpath -Wl,//usr/lib
gcc: ../lib/.libs/libofx.so: No such file or directory
make[2]: *** [ofx2qif] Error 1
make[2]: Leaving directory `/opt/libofx/ofx2qif'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/libofx'
make: *** [all] Error 2

Config log attached.

Bill
config.log.gz (application/x-gzip, 8.7 KB) - not displayed