win32 daily trunk build failing: Weird libofx linker flags?
Christian Stimming
stimming at tuhh.de
Sat Apr 2 16:26:19 EDT 2011
The current win32 daily trunk build is failing during "make" of gnucash:
make[5]: Entering directory `/c/soft/gnucash/build/src/import-export/ofx'
/bin/sh ../../../libtool --tag=CC --mode=link gcc [...] -g -o libgncmod-
ofx.la [...] -Lc:/soft/gnome/lib -lgthread-2.0 -lgobject-2.0 -lgmodule-2.0 -
lglib-2.0 -lintl -Lc:/soft/libofx/lib -lofx -lm -lm
grep: /mingw/lib/gcc/mingw32/4.5.2/libstdc++.la: No such file or directory
/bin/sed: can't read /mingw/lib/gcc/mingw32/4.5.2/libstdc++.la: No such file
or directory
libtool: link: `/mingw/lib/gcc/mingw32/4.5.2/libstdc++.la' is not a valid
libtool archive
make[5]: *** [libgncmod-ofx.la] Error 1
make[5]: Leaving directory `/c/soft/gnucash/build/src/import-export/ofx'
make[4]: *** [all-recursive] Error 1
However, the linker command line (the libtool line which I've shortened above)
looks just fine. The only way how any mention of "libstdc++" could come into
play are libofx's libtool files. Maybe the libofx installation that is picked
up by gnucash in c:/soft/libofx/lib wasn't compiled with this current compiler
but instead an older gcc compiler? Geert or Derek, can you remove the folder
c:/soft/libofx so that it will be re-compiled next night with the correct
compiler?
Regards,
Christian
More information about the gnucash-devel
mailing list