[gnucash-de] Bericht/Probleme zu aqbanking auf x86_64 Architekture (Suse 9.2) - länglich

Dittmann, Werner werner.dittmann at siemens.com
Mon Jul 11 02:51:26 EDT 2005


Hallo zusammen,

die GnuCash Liste ist ja recht aktiv, auch was aqbanking angeht. Daher
nachfolgend eine kleine Geschichte darüber, wie man einen verregneten
Sonntagnachmittag verbringen kann. Bitte, mit Ausnahme der
beschriebenen Fehler und Probleme, nicht alles allzu ernst nehemen.

In den beiden angehängten Textdateien sind die Protokolle vom libofx
build (der Lauf der dann, zumindest teilweise erfolgreich war) sowie
der nicht erfolgreiche Lauf von "kbanking".

Happy reading
Werner


Diese Wochende hab ich mal versucht auf meinem brandneuen System die
Sachen für aqbanking zu übersetzen und zu installieren. Die
Konfiguration:

CPU: AMD Athlon-64, Venice Kern, 3000+
Speicher: 1GB
Betriebsystem: Suse 9.2, x86_64 Variante

*Begin the Begin*

Vorgehen geplant entsprechend dem Wiki
(http://linuxwiki.de/AqBanking).  Zunächst runterladen der 4 Pakete,
alles aktuelle Versionen von Sourceforge.

gwenhyfar		als Source RPM
ktoblzcheck		als Source RPM
aqbanking		als Source RPM
aqhbci		als Source RPM

Die Source RPMs hab jeweils ich mit dem Kommando "rpmbuild --rebuild <paket>"
als binary RPMs erstellt. Die binary RPMs dann installiert - das war
zumindest der Plan.

*"Easy going" mit gwenhyfar und ktoblzcheck*

Bei den Paketen gwenhyfar und ktoblzcheck kein Problem. Wie oben beschrieben
erstellt und installiert.

*Die Geschichte von libofx*

Obwohl ich kein OFX brauche und im Wiki die libofx als optional 
gekennzeichnet ist, besteht aqbanking auf dem Paket. Ich hab auf
Anhieb nichts gesehen wie ich das auszuschalten kann 
(ausser --nodeps), aber das ist ja nicht dokumentiert :-).

Also libofx runtergeladen. Das gibts als tar Datei. Ausgepackt,
./configure - Fehler. Es fehlt OpenSP, geprüft, ist aber
installiert. Configure will unbedingt OpenSP-devel. Also wird das
devel Paket installiert (ist in einer aktuellen Version auf der Suse
DVD). Das ist allgemein ein Nachteil von Sourcepaketen - man muss
auch die devel Pakete installieren von denen das zu installierende
abhänig ist.

Beim Übersetzen ein paar warnings:
"Comparison always false due to range limitations, module
ofx_preproc.cpp"

sonst alles ok. Da ich sowieso kein OFX mache stört mich das wenig.

Beim bilden der libofx Bibliothek knallt es. Folgende Fehlermldung:
"/usr/lib/libstdc++: could not read symbols: invalid operation"

Aha, da versucht er die 32-Bit stdc++ zu laden. Nach durchsuchen aller
relevanten Dateien finde ich 2 Stellen die "stdc++" explizit angeben:

libtool		   (wird von configure erstellt, glaube ich)
lib/Makefile	   (wird auch von configure erstellt)

Auf Verdacht in beiden Dateien diese Angaben gelöscht und nochmal
"make". Jetzt läufts durch. Beim Erstellen der Bibliothek sowie der OFX
Programme tauchen jetzt solche Warnungen auf:
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc

/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libstdc++.so when searching for -lstdc++

Von diesen Warnungen gibts einige, aber nachdem sich sonst niemand
beschwert nehme ich an, dass der Linker die jeweiligen 64-Bit
Versionen genommen und die 32-Bit Versionen übersprungen hat. Ok, mit
"make install" dann libofx installiert.

*Kleine "Hickups" mit aqbanking und aqhbci*

Da libofx ja nicht als RPM Paket installiert ist, meckert aqbanking
RPM das ihm libofx fehlt. Also jetzt doch mit "rpmbuild --rebuild
--nodeps" das Binary erstellen, dann installieren. Auch hier das
"--nodeps" nicht vergessen.

Jetzt noch aqhbci. Das allseits beliebte "rpmbuild --rebuild" läuft
durch ohne zu meckern, bei der Installation des Binaries meckert RPM
jedoch das ihm libofx fehlt. Also auch wieder mit "--nodeps"
installieren. Warum er beim "rpmbuild" nicht gemeckert hat, ist mir
nicht klar, vielleicht eine fehlende "%requires" Angabe in der RPM
spec Datei?

So, jetzt sind alle 4 Basispakete entsprechend dem Wiki drin, mit "rpm -qa"
geprüft und für gut befunden.

*"Der Zauberer von aqhbci" oder aqhbci-qt-tools*

Das gibts wieder als Source RPM. Prima. Mittlerweile ist "rpmbuild" ja
mein Freund. Aber leider gibts auch falsche Freunde, wie ich gleich
darauf feststellen musste :-).

Beim Übersetzen einige Warnings (wer nimmt schon Warnings ernst?):

wizard.cpp,	function _doPage
337:warning:cast from pointer to integer of different size
		function reject
403:warning:cast from pointer to integer of different size

Ein leichtes, zynisches Grinsen huscht über mein Gesicht: hat da
jemand gemeint Pointer und Integer sind gleich (Anzahl bits)? Nicht
bei der 64-Bit Architktur die bei GCC verwendet wird (siehe iX vom Mai
2005, Seite 106). Ausserdem ist es seit den Zeiten wo man von 16-Bit
Architektur auf 32-Bit umstellte sowieso verpöhnt Pointer in Integer
zu speichern :-).

Naja, machen wir mal weiter. Beim Erstellen der Bibliothek eine
ähnlicher Knall wie bei libofx. Hier meckert der Linker über
"/usr/lib/qt3/lib/libqt-mt.so: could not read symbols:invalid operation"

Jetzt war ich aber zu faul den näheren Grund zu suchen, das überlasse ich
jetzt den "Gurus von aqbanking".

*Die KDE Fesseln für KMyMoney ("KDE Bindings" kbanking)*

Eigentlich will ich ja nicht gnucash sondern KMyMoney einsetzen
(GnuCash ist für meine Bedürfnisse zu mächtig), deshalb nochmal
schnell "kbanking" runterladen und übersetzen.

Das gibts wieder als tar Datei (komisch denke ich mir, tar heisst doch
"tape archive". Dabei ist das doch garnicht auf einem Magnetband
erhältlich :-) ).

Auspacken, configure, make ... 

Wieder ein paar nette Hinweise vom GCC in Form von "Warnings":

importer.cpp: In member function `virtual void Importer::reject()':
importer.cpp:359: warning: cast from pointer to integer of different size
importer.cpp: In member function `bool Importer::_doPage(QWidget*)':
importer.cpp:392: warning: cast from pointer to integer of different size
importer.cpp: In member function `bool Importer::_undoPage(QWidget*)':
importer.cpp:401: warning: `bool rv' might be used uninitialized in this
   function
importer.cpp: In member function `bool Importer::_doPage(QWidget*)':
importer.cpp:382: warning: `bool rv' might be used uninitialized in this
   function

Bekannt --- trotzdem, die Pointer Warnings könnten zum Problem beim
Ablauf des Programmes führen. Das es gar nicht erst soweit kommt,
dafür sorgt schon mein besonders aufmerksamer Freund, der Linker. Der
will scheinbar um keinen Preis 32-Bit Bibliothen mit 64-Bit
Bibliotheken mischen. Hier wieder seine Beschwerde:

"/opt/kde3/lib/libkdeui.so: could not read symbols:invalid operation"

Auch diese Bibliothek gibts als 64-Bit Ausführung.

Conclusio

Jetzt mal genug für heute. Auch eine Anpassung an 64-Bit braucht eben ein paar
Anläufe.

Was zu tun bleibt (für die Damen und Herren von aqbanking et al): 

Nachsehen der Pointer Probleme, die können wirklich zu bösen
Überraschungen führen: Integer ist 32-Bit, Pointer 64-Bit in dieser
Variante der 64-Bit Architektur.

Prüfen und entfernen der anscheinend festen Angaben der 32-Bit
Bibliotheken. Wie gesehen funktioner zumindest das Linken bei einigen
Sachen ganz ordentlich. Nein, leider kann ich hier keinen Tipp geben
wie das geht: configure und Freunde sind mir ein Buch mit sieben
Siegeln.

-------------- nächster Teil --------------
wd at linux:~/devhome/kbanking-0.9.9> ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for dot... YES
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking target system type... posix
checking if gwenhywfar support desired... yes
checking for gwenhywfar... /usr
checking for gwen libs... -L/usr/lib64 -lgwenhywfar
checking for gwen C++ libs... -L/usr/lib64 -lgwenpp
checking for gwen UI libs... -L/usr/lib64 -lgwenui
checking for gwen includes...
checking for gwen plugins... /usr/lib64/gwenhywfar/plugins/17
checking for gwen headers... /usr/include/gwenhywfar
checking for gwen UI... yes
checking for gwen Crypto... yes
checking if gwenhywfar test desired... yes
checking for Gwenhywfar version >=1.9.10.0... found 1.13.3.0
checking if aqbanking support desired... yes
checking for aqbanking... /usr
checking for aqbanking libs... -L/usr/lib64 -laqbanking
checking for aqbanking C++ libs... -L/usr/lib64 -laqbankingpp
checking for aqbanking includes...
checking for aqbanking plugins... /usr/lib64/aqbanking/plugins/0
checking for aqbanking data... /usr/share/aqbanking
checking if aqbanking test desired... yes
checking for AqBanking version >=1.0.6.0... found 1.0.12.0
checking if KDE3 is allowed... yes
checking if QT3 is allowed... yes
checking for qt3 includes... -I/usr/lib/qt3/include
checking if threaded qt3 may be used... yes
checking for qt3 libraries... -L/usr/lib/qt3/lib -lqt-mt
checking for qt3 moc... /usr/lib/qt3/bin/moc
checking for qt3 uic... /usr/lib/qt3/bin/uic
checking if qt3 version is fully useable... yes
checking for kde3 install dir... /opt/kde3
checking for kde3 includes... /opt/kde3/include
checking for kde3 libraries... -L/opt/kde3/lib
checking for lupdate... /usr/lib/qt3/bin/lupdate
checking for lrelease... /usr/lib/qt3/bin/lrelease
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Doxyfile
config.status: creating kbanking-config.in
config.status: creating version.h
config.status: creating kbanking.spec
config.status: creating m4/Makefile
config.status: creating po/Makefile
config.status: creating src/Makefile
config.status: creating src/test/Makefile
config.status: creating src/kbanking/Makefile
config.status: creating src/kbanking/dialogs/Makefile
config.status: creating src/kbanking/prg/Makefile
config.status: creating src/kbanking/views/Makefile
config.status: creating src/kbanking/widgets/Makefile
config.status: creating config.h
config.status: executing depfiles commands
wd at linux:~/devhome/kbanking-0.9.9> make
cat: i18nsources: Datei oder Verzeichnis nicht gefunden
make  all-recursive
cat: i18nsources: Datei oder Verzeichnis nicht gefunden
make[1]: Entering directory `/home/wd/devhome/kbanking-0.9.9'
Making all in m4
make[2]: Entering directory `/home/wd/devhome/kbanking-0.9.9/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/wd/devhome/kbanking-0.9.9/m4'
Making all in src
make[2]: Entering directory `/home/wd/devhome/kbanking-0.9.9/src'
Making all in kbanking
make[3]: Entering directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking'
/usr/lib/qt3/bin/moc -o flagstaff.moc.cpp flagstaff.h
make  all-recursive
make[4]: Entering directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking'
Making all in prg
make[5]: Entering directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/prg'
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I.    -I/usr/lib/qt3/include -I/opt/kde3/include    -g -O2 -Wall -MT banking.lo -MD -MP -MF ".deps/banking.Tpo" -c -o banking.lo banking.cpp; \
then mv -f ".deps/banking.Tpo" ".deps/banking.Plo"; else rm -f ".deps/banking.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I/usr/lib/qt3/include -I/opt/kde3/include -g -O2 -Wall -MT banking.lo -MD -MP -MF .deps/banking.Tpo -c banking.cpp -fPIC -DPIC -o .libs/banking.o
/bin/sh ../../../libtool --tag=CXX --mode=link g++  -g -O2 -Wall   -o libprg.la  banking.lo
ar cru .libs/libprg.a .libs/banking.o
ranlib .libs/libprg.a
creating libprg.la
(cd .libs && rm -f libprg.la && ln -s ../libprg.la libprg.la)
make[5]: Leaving directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/prg'
Making all in widgets
make[5]: Entering directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/widgets'
/usr/lib/qt3/bin/uic progress.ui -impl progress.ui.h -o progress.ui.cpp
/usr/lib/qt3/bin/uic progress.ui -o progress.ui.h
/usr/lib/qt3/bin/moc -o progress.ui.moc.cpp progress.ui.h
/usr/lib/qt3/bin/uic simplebox.ui -impl simplebox.ui.h -o simplebox.ui.cpp
/usr/lib/qt3/bin/uic simplebox.ui -o simplebox.ui.h
/usr/lib/qt3/bin/moc -o simplebox.ui.moc.cpp simplebox.ui.h
/usr/lib/qt3/bin/moc -o inputbox.moc.cpp inputbox.h
/usr/lib/qt3/bin/moc -o progress.moc.cpp progress.h
/usr/lib/qt3/bin/moc -o simplebox.moc.cpp simplebox.h
make  all-am
make[6]: Entering directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/widgets'
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT accountlist.lo -MD -MP -MF ".deps/accountlist.Tpo" -c -o accountlist.lo accountlist.cpp; \
then mv -f ".deps/accountlist.Tpo" ".deps/accountlist.Plo"; else rm -f ".deps/accountlist.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT accountlist.lo -MD -MP -MF .deps/accountlist.Tpo -c accountlist.cpp  -fPIC -DPIC -o .libs/accountlist.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT joblist.lo -MD -MP -MF ".deps/joblist.Tpo" -c -o joblist.lo joblist.cpp; \
then mv -f ".deps/joblist.Tpo" ".deps/joblist.Plo"; else rm -f ".deps/joblist.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT joblist.lo -MD -MP -MF .deps/joblist.Tpo -c joblist.cpp  -fPIC -DPIC -o .libs/joblist.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT inputbox.lo -MD -MP -MF ".deps/inputbox.Tpo" -c -o inputbox.lo inputbox.cpp; \
then mv -f ".deps/inputbox.Tpo" ".deps/inputbox.Plo"; else rm -f ".deps/inputbox.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT inputbox.lo -MD -MP -MF .deps/inputbox.Tpo -c inputbox.cpp  -fPIC -DPIC -o .libs/inputbox.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT plugindescrlist.lo -MD -MP -MF ".deps/plugindescrlist.Tpo" -c -o plugindescrlist.lo plugindescrlist.cpp; \
then mv -f ".deps/plugindescrlist.Tpo" ".deps/plugindescrlist.Plo"; else rm -f ".deps/plugindescrlist.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT plugindescrlist.lo -MD -MP -MF .deps/plugindescrlist.Tpo -c plugindescrlist.cpp  -fPIC -DPIC -o .libs/plugindescrlist.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT progress.lo -MD -MP -MF ".deps/progress.Tpo" -c -o progress.lo progress.cpp; \
then mv -f ".deps/progress.Tpo" ".deps/progress.Plo"; else rm -f ".deps/progress.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT progress.lo -MD -MP -MF .deps/progress.Tpo -c progress.cpp  -fPIC -DPIC -o .libs/progress.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT simplebox.lo -MD -MP -MF ".deps/simplebox.Tpo" -c -o simplebox.lo simplebox.cpp; \
then mv -f ".deps/simplebox.Tpo" ".deps/simplebox.Plo"; else rm -f ".deps/simplebox.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT simplebox.lo -MD -MP -MF .deps/simplebox.Tpo -c simplebox.cpp  -fPIC -DPIC -o .libs/simplebox.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT progress.ui.lo -MD -MP -MF ".deps/progress.ui.Tpo" -c -o progress.ui.lo progress.ui.cpp; \
then mv -f ".deps/progress.ui.Tpo" ".deps/progress.ui.Plo"; else rm -f ".deps/progress.ui.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT progress.ui.lo -MD -MP -MF .deps/progress.ui.Tpo -c progress.ui.cpp  -fPIC -DPIC -o .libs/progress.ui.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT progress.ui.moc.lo -MD -MP -MF ".deps/progress.ui.moc.Tpo" -c -o progress.ui.moc.lo progress.ui.moc.cpp; \
then mv -f ".deps/progress.ui.moc.Tpo" ".deps/progress.ui.moc.Plo"; else rm -f ".deps/progress.ui.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT progress.ui.moc.lo -MD -MP -MF .deps/progress.ui.moc.Tpo -c progress.ui.moc.cpp  -fPIC -DPIC -o .libs/progress.ui.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT simplebox.ui.lo -MD -MP -MF ".deps/simplebox.ui.Tpo" -c -o simplebox.ui.lo simplebox.ui.cpp; \
then mv -f ".deps/simplebox.ui.Tpo" ".deps/simplebox.ui.Plo"; else rm -f ".deps/simplebox.ui.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT simplebox.ui.lo -MD -MP -MF .deps/simplebox.ui.Tpo -c simplebox.ui.cpp  -fPIC -DPIC -o .libs/simplebox.ui.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT simplebox.ui.moc.lo -MD -MP -MF ".deps/simplebox.ui.moc.Tpo" -c -o simplebox.ui.moc.lo simplebox.ui.moc.cpp; \
then mv -f ".deps/simplebox.ui.moc.Tpo" ".deps/simplebox.ui.moc.Plo"; else rm -f ".deps/simplebox.ui.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT simplebox.ui.moc.lo -MD -MP -MF .deps/simplebox.ui.moc.Tpo -c simplebox.ui.moc.cpp  -fPIC -DPIC -o .libs/simplebox.ui.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT inputbox.moc.lo -MD -MP -MF ".deps/inputbox.moc.Tpo" -c -o inputbox.moc.lo inputbox.moc.cpp; \
then mv -f ".deps/inputbox.moc.Tpo" ".deps/inputbox.moc.Plo"; else rm -f ".deps/inputbox.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT inputbox.moc.lo -MD -MP -MF .deps/inputbox.moc.Tpo -c inputbox.moc.cpp  -fPIC -DPIC -o .libs/inputbox.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT progress.moc.lo -MD -MP -MF ".deps/progress.moc.Tpo" -c -o progress.moc.lo progress.moc.cpp; \
then mv -f ".deps/progress.moc.Tpo" ".deps/progress.moc.Plo"; else rm -f ".deps/progress.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT progress.moc.lo -MD -MP -MF .deps/progress.moc.Tpo -c progress.moc.cpp  -fPIC -DPIC -o .libs/progress.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs    -g -O2 -Wall -MT simplebox.moc.lo -MD -MP -MF ".deps/simplebox.moc.Tpo" -c-o simplebox.moc.lo simplebox.moc.cpp; \
then mv -f ".deps/simplebox.moc.Tpo" ".deps/simplebox.moc.Plo"; else rm -f ".deps/simplebox.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I.. -I../prg -I../dialogs -g -O2 -Wall -MT simplebox.moc.lo -MD -MP -MF .deps/simplebox.moc.Tpo -c simplebox.moc.cpp  -fPIC -DPIC -o .libs/simplebox.moc.o
/bin/sh ../../../libtool --tag=CXX --mode=link g++  -g -O2 -Wall   -o libwidgets.la   accountlist.lo joblist.lo inputbox.lo plugindescrlist.lo progress.lo simplebox.lo progress.ui.lo progress.ui.moc.lo simplebox.ui.lo simplebox.ui.moc.lo inputbox.moc.lo progress.moc.lo simplebox.moc.lo
ar cru .libs/libwidgets.a .libs/accountlist.o .libs/joblist.o .libs/inputbox.o .libs/plugindescrlist.o .libs/progress.o .libs/simplebox.o .libs/progress.ui.o .libs/progress.ui.moc.o .libs/simplebox.ui.o .libs/simplebox.ui.moc.o .libs/inputbox.moc.o .libs/progress.moc.o .libs/simplebox.moc.o
ranlib .libs/libwidgets.a
creating libwidgets.la
(cd .libs && rm -f libwidgets.la && ln -s ../libwidgets.la libwidgets.la)
make[6]: Leaving directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/widgets'
make[5]: Leaving directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/widgets'
Making all in dialogs
make[5]: Entering directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/dialogs'
/usr/lib/qt3/bin/moc -o settings.moc.cpp settings.h
/usr/lib/qt3/bin/uic settings.ui -impl settings.ui.h -o settings.ui.cpp
/usr/lib/qt3/bin/uic settings.ui -o settings.ui.h
/usr/lib/qt3/bin/moc -o settings.ui.moc.cpp settings.ui.h
/usr/lib/qt3/bin/moc -o processwatcher.moc.cpp processwatcher.h
/usr/lib/qt3/bin/uic processwatcher.ui -impl processwatcher.ui.h -o processwatcher.ui.cpp
/usr/lib/qt3/bin/uic processwatcher.ui -o processwatcher.ui.h
/usr/lib/qt3/bin/moc -o processwatcher.ui.moc.cpp processwatcher.ui.h
/usr/lib/qt3/bin/moc -o mapaccount.moc.cpp mapaccount.h
/usr/lib/qt3/bin/uic mapaccount.ui -impl mapaccount.ui.h -o mapaccount.ui.cpp
/usr/lib/qt3/bin/uic mapaccount.ui -o mapaccount.ui.h
/usr/lib/qt3/bin/moc -o mapaccount.ui.moc.cpp mapaccount.ui.h
/usr/lib/qt3/bin/moc -o importer.moc.cpp importer.h
/usr/lib/qt3/bin/uic importer.ui -impl importer.ui.h -o importer.ui.cpp
/usr/lib/qt3/bin/uic importer.ui -o importer.ui.h
/usr/lib/qt3/bin/moc -o importer.ui.moc.cpp importer.ui.h
/usr/lib/qt3/bin/moc -o pickstartdate.moc.cpp pickstartdate.h
/usr/lib/qt3/bin/uic pickstartdate.ui -impl pickstartdate.ui.h -o pickstartdate.ui.cpp
/usr/lib/qt3/bin/uic pickstartdate.ui -o pickstartdate.ui.h
/usr/lib/qt3/bin/moc -o pickstartdate.ui.moc.cpp pickstartdate.ui.h
/usr/lib/qt3/bin/moc -o printdialog.moc.cpp printdialog.h
/usr/lib/qt3/bin/uic printdialog.ui -impl printdialog.ui.h -o printdialog.ui.cpp
/usr/lib/qt3/bin/uic printdialog.ui -o printdialog.ui.h
/usr/lib/qt3/bin/moc -o printdialog.ui.moc.cpp printdialog.ui.h
make  all-am
make[6]: Entering directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/dialogs'
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT processwatcher.lo -MD -MP -MF ".deps/processwatcher.Tpo" -c -o processwatcher.lo processwatcher.cpp; \
then mv -f ".deps/processwatcher.Tpo" ".deps/processwatcher.Plo"; else rm -f ".deps/processwatcher.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT processwatcher.lo -MD -MP -MF .deps/processwatcher.Tpo -c processwatcher.cpp  -fPIC -DPIC -o .libs/processwatcher.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT settings.lo -MD -MP -MF ".deps/settings.Tpo" -c -o settings.lo settings.cpp; \
then mv -f ".deps/settings.Tpo" ".deps/settings.Plo"; else rm -f ".deps/settings.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT settings.lo -MD -MP -MF .deps/settings.Tpo -c settings.cpp  -fPIC -DPIC -o .libs/settings.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT mapaccount.lo -MD -MP -MF ".deps/mapaccount.Tpo" -c -o mapaccount.lo mapaccount.cpp; \
then mv -f ".deps/mapaccount.Tpo" ".deps/mapaccount.Plo"; else rm -f ".deps/mapaccount.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT mapaccount.lo -MD -MP -MF .deps/mapaccount.Tpo -c mapaccount.cpp  -fPIC -DPIC -o .libs/mapaccount.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT importer.lo -MD -MP -MF ".deps/importer.Tpo" -c -o importer.lo importer.cpp; \
then mv -f ".deps/importer.Tpo" ".deps/importer.Plo"; else rm -f ".deps/importer.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT importer.lo -MD -MP -MF .deps/importer.Tpo -c importer.cpp  -fPIC -DPIC -o .libs/importer.o
importer.cpp: In member function `virtual void Importer::reject()':
importer.cpp:359: warning: cast from pointer to integer of different size
importer.cpp: In member function `bool Importer::_doPage(QWidget*)':
importer.cpp:392: warning: cast from pointer to integer of different size
importer.cpp: In member function `bool Importer::_undoPage(QWidget*)':
importer.cpp:401: warning: `bool rv' might be used uninitialized in this
   function
importer.cpp: In member function `bool Importer::_doPage(QWidget*)':
importer.cpp:382: warning: `bool rv' might be used uninitialized in this
   function
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT pickstartdate.lo -MD -MP -MF ".deps/pickstartdate.Tpo" -c-o pickstartdate.lo pickstartdate.cpp; \
then mv -f ".deps/pickstartdate.Tpo" ".deps/pickstartdate.Plo"; else rm -f ".deps/pickstartdate.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT pickstartdate.lo -MD -MP -MF .deps/pickstartdate.Tpo -c pickstartdate.cpp  -fPIC -DPIC -o .libs/pickstartdate.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT printdialog.lo -MD -MP -MF ".deps/printdialog.Tpo" -c -o printdialog.lo printdialog.cpp; \
then mv -f ".deps/printdialog.Tpo" ".deps/printdialog.Plo"; else rm -f ".deps/printdialog.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT printdialog.lo -MD -MP -MF .deps/printdialog.Tpo -c printdialog.cpp  -fPIC -DPIC -o .libs/printdialog.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT settings.moc.lo -MD -MP -MF ".deps/settings.moc.Tpo" -c -o settings.moc.lo settings.moc.cpp; \
then mv -f ".deps/settings.moc.Tpo" ".deps/settings.moc.Plo"; else rm -f ".deps/settings.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT settings.moc.lo -MD -MP -MF .deps/settings.moc.Tpo -c settings.moc.cpp  -fPIC -DPIC -o .libs/settings.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT settings.ui.lo -MD -MP -MF ".deps/settings.ui.Tpo" -c -o settings.ui.lo settings.ui.cpp; \
then mv -f ".deps/settings.ui.Tpo" ".deps/settings.ui.Plo"; else rm -f ".deps/settings.ui.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT settings.ui.lo -MD -MP -MF .deps/settings.ui.Tpo -c settings.ui.cpp  -fPIC -DPIC -o .libs/settings.ui.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT settings.ui.moc.lo -MD -MP -MF ".deps/settings.ui.moc.Tpo" -c -o settings.ui.moc.lo settings.ui.moc.cpp; \
then mv -f ".deps/settings.ui.moc.Tpo" ".deps/settings.ui.moc.Plo"; else rm -f ".deps/settings.ui.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT settings.ui.moc.lo -MD -MP -MF .deps/settings.ui.moc.Tpo -c settings.ui.moc.cpp  -fPIC -DPIC -o .libs/settings.ui.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT processwatcher.moc.lo -MD -MP -MF ".deps/processwatcher.moc.Tpo" -c -o processwatcher.moc.lo processwatcher.moc.cpp; \
then mv -f ".deps/processwatcher.moc.Tpo" ".deps/processwatcher.moc.Plo"; else rm -f ".deps/processwatcher.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT processwatcher.moc.lo -MD -MP -MF .deps/processwatcher.moc.Tpo -c processwatcher.moc.cpp  -fPIC -DPIC -o .libs/processwatcher.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT processwatcher.ui.lo -MD -MP -MF ".deps/processwatcher.ui.Tpo" -c -o processwatcher.ui.lo processwatcher.ui.cpp; \
then mv -f ".deps/processwatcher.ui.Tpo" ".deps/processwatcher.ui.Plo"; else rm-f ".deps/processwatcher.ui.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT processwatcher.ui.lo -MD -MP -MF.deps/processwatcher.ui.Tpo -c processwatcher.ui.cpp  -fPIC -DPIC -o .libs/processwatcher.ui.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT processwatcher.ui.moc.lo -MD -MP -MF ".deps/processwatcher.ui.moc.Tpo" -c -o processwatcher.ui.moc.lo processwatcher.ui.moc.cpp; \
then mv -f ".deps/processwatcher.ui.moc.Tpo" ".deps/processwatcher.ui.moc.Plo";else rm -f ".deps/processwatcher.ui.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT processwatcher.ui.moc.lo -MD -MP-MF .deps/processwatcher.ui.moc.Tpo -c processwatcher.ui.moc.cpp  -fPIC -DPIC -o .libs/processwatcher.ui.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT mapaccount.moc.lo -MD -MP -MF ".deps/mapaccount.moc.Tpo" -c -o mapaccount.moc.lo mapaccount.moc.cpp; \
then mv -f ".deps/mapaccount.moc.Tpo" ".deps/mapaccount.moc.Plo"; else rm -f ".deps/mapaccount.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT mapaccount.moc.lo -MD -MP -MF .deps/mapaccount.moc.Tpo -c mapaccount.moc.cpp  -fPIC -DPIC -o .libs/mapaccount.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT mapaccount.ui.lo -MD -MP -MF ".deps/mapaccount.ui.Tpo" -c-o mapaccount.ui.lo mapaccount.ui.cpp; \
then mv -f ".deps/mapaccount.ui.Tpo" ".deps/mapaccount.ui.Plo"; else rm -f ".deps/mapaccount.ui.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT mapaccount.ui.lo -MD -MP -MF .deps/mapaccount.ui.Tpo -c mapaccount.ui.cpp  -fPIC -DPIC -o .libs/mapaccount.ui.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT mapaccount.ui.moc.lo -MD -MP -MF ".deps/mapaccount.ui.moc.Tpo" -c -o mapaccount.ui.moc.lo mapaccount.ui.moc.cpp; \
then mv -f ".deps/mapaccount.ui.moc.Tpo" ".deps/mapaccount.ui.moc.Plo"; else rm-f ".deps/mapaccount.ui.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT mapaccount.ui.moc.lo -MD -MP -MF.deps/mapaccount.ui.moc.Tpo -c mapaccount.ui.moc.cpp  -fPIC -DPIC -o .libs/mapaccount.ui.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT importer.moc.lo -MD -MP -MF ".deps/importer.moc.Tpo" -c -o importer.moc.lo importer.moc.cpp; \
then mv -f ".deps/importer.moc.Tpo" ".deps/importer.moc.Plo"; else rm -f ".deps/importer.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT importer.moc.lo -MD -MP -MF .deps/importer.moc.Tpo -c importer.moc.cpp  -fPIC -DPIC -o .libs/importer.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT importer.ui.lo -MD -MP -MF ".deps/importer.ui.Tpo" -c -o importer.ui.lo importer.ui.cpp; \
then mv -f ".deps/importer.ui.Tpo" ".deps/importer.ui.Plo"; else rm -f ".deps/importer.ui.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT importer.ui.lo -MD -MP -MF .deps/importer.ui.Tpo -c importer.ui.cpp  -fPIC -DPIC -o .libs/importer.ui.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT importer.ui.moc.lo -MD -MP -MF ".deps/importer.ui.moc.Tpo" -c -o importer.ui.moc.lo importer.ui.moc.cpp; \
then mv -f ".deps/importer.ui.moc.Tpo" ".deps/importer.ui.moc.Plo"; else rm -f ".deps/importer.ui.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT importer.ui.moc.lo -MD -MP -MF .deps/importer.ui.moc.Tpo -c importer.ui.moc.cpp  -fPIC -DPIC -o .libs/importer.ui.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT pickstartdate.moc.lo -MD -MP -MF ".deps/pickstartdate.moc.Tpo" -c -o pickstartdate.moc.lo pickstartdate.moc.cpp; \
then mv -f ".deps/pickstartdate.moc.Tpo" ".deps/pickstartdate.moc.Plo"; else rm-f ".deps/pickstartdate.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT pickstartdate.moc.lo -MD -MP -MF.deps/pickstartdate.moc.Tpo -c pickstartdate.moc.cpp  -fPIC -DPIC -o .libs/pickstartdate.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT pickstartdate.ui.lo -MD -MP -MF ".deps/pickstartdate.ui.Tpo" -c -o pickstartdate.ui.lo pickstartdate.ui.cpp; \
then mv -f ".deps/pickstartdate.ui.Tpo" ".deps/pickstartdate.ui.Plo"; else rm -f ".deps/pickstartdate.ui.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT pickstartdate.ui.lo -MD -MP -MF .deps/pickstartdate.ui.Tpo -c pickstartdate.ui.cpp  -fPIC -DPIC -o .libs/pickstartdate.ui.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT pickstartdate.ui.moc.lo -MD -MP -MF ".deps/pickstartdate.ui.moc.Tpo" -c -o pickstartdate.ui.moc.lo pickstartdate.ui.moc.cpp; \
then mv -f ".deps/pickstartdate.ui.moc.Tpo" ".deps/pickstartdate.ui.moc.Plo"; else rm -f ".deps/pickstartdate.ui.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT pickstartdate.ui.moc.lo -MD -MP -MF .deps/pickstartdate.ui.moc.Tpo -c pickstartdate.ui.moc.cpp  -fPIC -DPIC -o .libs/pickstartdate.ui.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT printdialog.moc.lo -MD -MP -MF ".deps/printdialog.moc.Tpo" -c -o printdialog.moc.lo printdialog.moc.cpp; \
then mv -f ".deps/printdialog.moc.Tpo" ".deps/printdialog.moc.Plo"; else rm -f ".deps/printdialog.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT printdialog.moc.lo -MD -MP -MF .deps/printdialog.moc.Tpo -c printdialog.moc.cpp  -fPIC -DPIC -o .libs/printdialog.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT printdialog.ui.lo -MD -MP -MF ".deps/printdialog.ui.Tpo" -c -o printdialog.ui.lo printdialog.ui.cpp; \
then mv -f ".deps/printdialog.ui.Tpo" ".deps/printdialog.ui.Plo"; else rm -f ".deps/printdialog.ui.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT printdialog.ui.lo -MD -MP -MF .deps/printdialog.ui.Tpo -c printdialog.ui.cpp  -fPIC -DPIC -o .libs/printdialog.ui.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg    -g -O2 -Wall -MT printdialog.ui.moc.lo -MD -MP -MF ".deps/printdialog.ui.moc.Tpo" -c -o printdialog.ui.moc.lo printdialog.ui.moc.cpp; \
then mv -f ".deps/printdialog.ui.moc.Tpo" ".deps/printdialog.ui.moc.Plo"; else rm -f ".deps/printdialog.ui.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I.. -I../prg -g -O2 -Wall -MT printdialog.ui.moc.lo -MD -MP -MF .deps/printdialog.ui.moc.Tpo -c printdialog.ui.moc.cpp  -fPIC -DPIC -o .libs/printdialog.ui.moc.o
/bin/sh ../../../libtool --tag=CXX --mode=link g++  -g -O2 -Wall   -o libdialogs.la   processwatcher.lo settings.lo mapaccount.lo importer.lo pickstartdate.lo printdialog.lo settings.moc.lo settings.ui.lo settings.ui.moc.lo processwatcher.moc.lo processwatcher.ui.lo processwatcher.ui.moc.lo mapaccount.moc.lo mapaccount.ui.lo mapaccount.ui.moc.lo importer.moc.lo importer.ui.lo importer.ui.moc.lo pickstartdate.moc.lo pickstartdate.ui.lo pickstartdate.ui.moc.lo printdialog.moc.lo printdialog.ui.lo printdialog.ui.moc.lo
ar cru .libs/libdialogs.a .libs/processwatcher.o .libs/settings.o .libs/mapaccount.o .libs/importer.o .libs/pickstartdate.o .libs/printdialog.o .libs/settings.moc.o .libs/settings.ui.o .libs/settings.ui.moc.o .libs/processwatcher.moc.o .libs/processwatcher.ui.o .libs/processwatcher.ui.moc.o .libs/mapaccount.moc.o .libs/mapaccount.ui.o .libs/mapaccount.ui.moc.o .libs/importer.moc.o .libs/importer.ui.o .libs/importer.ui.moc.o .libs/pickstartdate.moc.o .libs/pickstartdate.ui.o .libs/pickstartdate.ui.moc.o .libs/printdialog.moc.o .libs/printdialog.ui.o .libs/printdialog.ui.moc.o
ranlib .libs/libdialogs.a
creating libdialogs.la
(cd .libs && rm -f libdialogs.la && ln -s ../libdialogs.la libdialogs.la)
make[6]: Leaving directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/dialogs'
make[5]: Leaving directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/dialogs'
Making all in views
make[5]: Entering directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/views'
/usr/lib/qt3/bin/uic jobview.ui -impl jobview.ui.h -o jobview.ui.cpp
/usr/lib/qt3/bin/uic jobview.ui -o jobview.ui.h
/usr/lib/qt3/bin/moc -o jobview.ui.moc.cpp jobview.ui.h
/usr/lib/qt3/bin/moc -o jobview.moc.cpp jobview.h
make  all-am
make[6]: Entering directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/views'
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../..    -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I../dialogs -I../prg -I..    -g -O2 -Wall -MT jobview.lo -MD -MP -MF ".deps/jobview.Tpo" -c -o jobview.lo jobview.cpp; \
then mv -f ".deps/jobview.Tpo" ".deps/jobview.Plo"; else rm -f ".deps/jobview.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I../dialogs -I../prg -I.. -g -O2 -Wall -MT jobview.lo -MD -MP -MF .deps/jobview.Tpo -c jobview.cpp  -fPIC -DPIC -o .libs/jobview.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../..    -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I../dialogs -I../prg -I..    -g -O2 -Wall -MT jobview.ui.lo -MD -MP -MF ".deps/jobview.ui.Tpo" -c -o jobview.ui.lo jobview.ui.cpp; \
then mv -f ".deps/jobview.ui.Tpo" ".deps/jobview.ui.Plo"; else rm -f ".deps/jobview.ui.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I../dialogs -I../prg -I.. -g -O2 -Wall -MT jobview.ui.lo -MD -MP -MF .deps/jobview.ui.Tpo -c jobview.ui.cpp  -fPIC -DPIC -o .libs/jobview.ui.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../..    -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I../dialogs -I../prg -I..    -g -O2 -Wall -MT jobview.ui.moc.lo -MD -MP -MF ".deps/jobview.ui.moc.Tpo" -c -o jobview.ui.moc.lo jobview.ui.moc.cpp; \
then mv -f ".deps/jobview.ui.moc.Tpo" ".deps/jobview.ui.moc.Plo"; else rm -f ".deps/jobview.ui.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I../dialogs -I../prg -I.. -g -O2 -Wall -MT jobview.ui.moc.lo -MD -MP -MF .deps/jobview.ui.moc.Tpo -c jobview.ui.moc.cpp  -fPIC -DPIC -o .libs/jobview.ui.moc.o
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../..    -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I../dialogs -I../prg -I..    -g -O2 -Wall -MT jobview.moc.lo -MD -MP -MF ".deps/jobview.moc.Tpo" -c -o jobview.moc.lo jobview.moc.cpp; \
then mv -f ".deps/jobview.moc.Tpo" ".deps/jobview.moc.Plo"; else rm -f ".deps/jobview.moc.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/lib/qt3/include -I/opt/kde3/include -I../widgets -I../dialogs -I../prg -I.. -g -O2 -Wall -MT jobview.moc.lo -MD -MP -MF .deps/jobview.moc.Tpo -c jobview.moc.cpp  -fPIC -DPIC -o .libs/jobview.moc.o
/bin/sh ../../../libtool --tag=CXX --mode=link g++  -g -O2 -Wall   -o libviews.la   jobview.lo jobview.ui.lo jobview.ui.moc.lo jobview.moc.lo
ar cru .libs/libviews.a .libs/jobview.o .libs/jobview.ui.o .libs/jobview.ui.moc.o .libs/jobview.moc.o
ranlib .libs/libviews.a
creating libviews.la
(cd .libs && rm -f libviews.la && ln -s ../libviews.la libviews.la)
make[6]: Leaving directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/views'
make[5]: Leaving directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking/views'
make[5]: Entering directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking'
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DDATADIR=\"/usr/share/kbanking\" -I. -I. -I../.. -I/usr/lib/qt3/include -I/opt/kde3/include -Idialogs -Iwidgets -Iprg -Iviews    -g -O2 -Wall -MT flagstaff.lo -MD -MP -MF ".deps/flagstaff.Tpo" -c -o flagstaff.lo flagstaff.cpp; \
then mv -f ".deps/flagstaff.Tpo" ".deps/flagstaff.Plo"; else rm -f ".deps/flagstaff.Tpo"; exit 1; fi
mkdir .libs
 g++ -DDATADIR=\"/usr/share/kbanking\" -I. -I. -I../.. -I/usr/lib/qt3/include -I/opt/kde3/include -Idialogs -Iwidgets -Iprg -Iviews -g -O2 -Wall -MT flagstaff.lo -MD -MP -MF .deps/flagstaff.Tpo -c flagstaff.cpp  -fPIC -DPIC -o .libs/flagstaff.o
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DDATADIR=\"/usr/share/kbanking\" -I. -I. -I../.. -I/usr/lib/qt3/include -I/opt/kde3/include -Idialogs -Iwidgets -Iprg -Iviews    -g -O2 -Wall -MT kbanking.lo -MD -MP -MF ".deps/kbanking.Tpo" -c -o kbanking.lo kbanking.cpp; \
then mv -f ".deps/kbanking.Tpo" ".deps/kbanking.Plo"; else rm -f ".deps/kbanking.Tpo"; exit 1; fi
 g++ -DDATADIR=\"/usr/share/kbanking\" -I. -I. -I../.. -I/usr/lib/qt3/include -I/opt/kde3/include -Idialogs -Iwidgets -Iprg -Iviews -g -O2 -Wall -MT kbanking.lo -MD -MP -MF .deps/kbanking.Tpo -c kbanking.cpp  -fPIC -DPIC -o .libs/kbanking.o
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DDATADIR=\"/usr/share/kbanking\" -I. -I. -I../.. -I/usr/lib/qt3/include -I/opt/kde3/include -Idialogs -Iwidgets -Iprg -Iviews    -g -O2 -Wall -MT waitcallback.lo -MD -MP -MF ".deps/waitcallback.Tpo" -c -o waitcallback.lo waitcallback.cpp; \
then mv -f ".deps/waitcallback.Tpo" ".deps/waitcallback.Plo"; else rm -f ".deps/waitcallback.Tpo"; exit 1; fi
 g++ -DDATADIR=\"/usr/share/kbanking\" -I. -I. -I../.. -I/usr/lib/qt3/include -I/opt/kde3/include -Idialogs -Iwidgets -Iprg -Iviews -g -O2 -Wall -MT waitcallback.lo -MD -MP -MF .deps/waitcallback.Tpo -c waitcallback.cpp  -fPIC -DPIC -o .libs/waitcallback.o
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DDATADIR=\"/usr/share/kbanking\" -I. -I. -I../.. -I/usr/lib/qt3/include -I/opt/kde3/include -Idialogs -Iwidgets -Iprg -Iviews    -g -O2 -Wall -MT flagstaff.moc.lo -MD -MP -MF ".deps/flagstaff.moc.Tpo" -c -o flagstaff.moc.lo flagstaff.moc.cpp; \
then mv -f ".deps/flagstaff.moc.Tpo" ".deps/flagstaff.moc.Plo"; else rm -f ".deps/flagstaff.moc.Tpo"; exit 1; fi
 g++ -DDATADIR=\"/usr/share/kbanking\" -I. -I. -I../.. -I/usr/lib/qt3/include -I/opt/kde3/include -Idialogs -Iwidgets -Iprg -Iviews -g -O2 -Wall -MT flagstaff.moc.lo -MD -MP -MF .deps/flagstaff.moc.Tpo -c flagstaff.moc.cpp  -fPIC -DPIC -o .libs/flagstaff.moc.o
/bin/sh ../../libtool --tag=CXX --mode=link g++  -g -O2 -Wall   -o libkbanking.la -rpath /usr/lib -version-info 2:1:1 flagstaff.lo kbanking.lo waitcallback.lo flagstaff.moc.lo prg/libprg.la widgets/libwidgets.la dialogs/libdialogs.la views/libviews.la -L/opt/kde3/lib -lkdeui -lkdecore -lkio -L/usr/lib64 -laqbanking -L/usr/lib64 -lgwenhywfar
g++ -shared -nostdlib /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../lib64/crti.o /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/crtbeginS.o  .libs/flagstaff.o .libs/kbanking.o .libs/waitcallback.o .libs/flagstaff.moc.o -Wl,--whole-archive prg/.libs/libprg.a widgets/.libs/libwidgets.a dialogs/.libs/libdialogs.a views/.libs/libviews.a -Wl,--no-whole-archive  -L/opt/kde3/lib /opt/kde3/lib/libkdeui.so /opt/kde3/lib/libkdecore.so /opt/kde3/lib/libkio.so -L/usr/lib64 /usr/lib64/libaqbanking.so /usr/lib64/libgwenhywfar.so -L/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4 -L/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../lib64 -L/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../.. -L/lib/../lib64 -L/usr/lib/../lib64 /usr/lib64/libstdc++.so -lm -lc -lgcc_s /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/crtendS.o /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../lib64/crtn.o  -Wl,-soname -Wl,libkbanking.so.1 -o .libs/libkbanking.so.1.1.1
/opt/kde3/lib/libkdeui.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[5]: *** [libkbanking.la] Fehler 1
make[5]: Leaving directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking'
make[3]: *** [all] Fehler 2
make[3]: Leaving directory `/home/wd/devhome/kbanking-0.9.9/src/kbanking'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/wd/devhome/kbanking-0.9.9/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/wd/devhome/kbanking-0.9.9'
make: *** [all] Fehler 2
-------------- nächster Teil --------------
wd at linux:~/devhome/libofx-0.7.0> make
make  all-recursive
make[1]: Entering directory `/home/wd/devhome/libofx-0.7.0'
Making all in inc
make[2]: Entering directory `/home/wd/devhome/libofx-0.7.0/inc'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/wd/devhome/libofx-0.7.0/inc'
Making all in dtd
make[2]: Entering directory `/home/wd/devhome/libofx-0.7.0/dtd'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/wd/devhome/libofx-0.7.0/dtd'
Making all in lib
make[2]: Entering directory `/home/wd/devhome/libofx-0.7.0/lib'
/bin/sh ../libtool --mode=link g++  -g -O2  -o libofx.la -rpath /usr/local/lib -version-info 1:0:0 messages.lo ofx_utilities.lo file_preproc.lo context.lo ofx_preproc.lo ofx_container_generic.lo ofx_container_main.lo ofx_container_security.lo ofx_container_statement.lo ofx_container_account.lo ofx_container_transaction.lo ofx_containers_misc.lo ofx_sgml.lo ofc_sgml.lo @LIBOBJ@ -L/usr/lib -losp
g++ -shared -nostdlib /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../lib64/crti.o /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/crtbeginS.o  .libs/messages.o .libs/ofx_utilities.o .libs/file_preproc.o .libs/context.o .libs/ofx_preproc.o .libs/ofx_container_generic.o .libs/ofx_container_main.o .libs/ofx_container_security.o .libs/ofx_container_statement.o .libs/ofx_container_account.o .libs/ofx_container_transaction.o .libs/ofx_containers_misc.o .libs/ofx_sgml.o .libs/ofc_sgml.o  -L/usr/lib64 -L/usr/lib /usr/lib64/libosp.so -L/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4 -L/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../lib64 -L/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../.. -L/lib/../lib64 -L/usr/lib/../lib64 -lm -lc -lgcc_s /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/crtendS.o/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../lib64/crtn.o  -Wl,-soname -Wl,libofx.so.1 -o .libs/libofx.so.1.0.0
(cd .libs && rm -f libofx.so.1 && ln -s libofx.so.1.0.0 libofx.so.1)
(cd .libs && rm -f libofx.so && ln -s libofx.so.1.0.0 libofx.so)
ar cru .libs/libofx.a  messages.o ofx_utilities.o file_preproc.o context.o ofx_preproc.o ofx_container_generic.o ofx_container_main.o ofx_container_security.o ofx_container_statement.o ofx_container_account.o ofx_container_transaction.o ofx_containers_misc.o ofx_sgml.o ofc_sgml.o
ranlib .libs/libofx.a
creating libofx.la
(cd .libs && rm -f libofx.la && ln -s ../libofx.la libofx.la)
make[2]: Leaving directory `/home/wd/devhome/libofx-0.7.0/lib'
Making all in doc
make[2]: Entering directory `/home/wd/devhome/libofx-0.7.0/doc'
make[3]: Entering directory `/home/wd/devhome/libofx-0.7.0/doc'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Leaving directory `/home/wd/devhome/libofx-0.7.0/doc'
make[2]: Leaving directory `/home/wd/devhome/libofx-0.7.0/doc'
Making all in .
make[2]: Entering directory `/home/wd/devhome/libofx-0.7.0'
make[2]: Leaving directory `/home/wd/devhome/libofx-0.7.0'
Making all in ofx2qif
make[2]: Entering directory `/home/wd/devhome/libofx-0.7.0/ofx2qif'
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../inc   -g -O2 -c ofx2qif.c
/bin/sh ../libtool --mode=link gcc  -g -O2  -o ofx2qif  ofx2qif.o ../lib/libofx.la
mkdir .libs
gcc -g -O2 -o .libs/ofx2qif ofx2qif.o  ../lib/.libs/libofx.so -L/usr/lib /usr/lib64/libosp.so -lpthread -lnsl /usr/lib64/libstdc++.so
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libnsl.so when searching for -lnsl
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libnsl.a when searching for -lnsl
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s
creating ofx2qif
make[2]: Leaving directory `/home/wd/devhome/libofx-0.7.0/ofx2qif'
Making all in ofxdump
make[2]: Entering directory `/home/wd/devhome/libofx-0.7.0/ofxdump'
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../inc   -g -O2 -c cmdline.c
g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../inc   -g -O2 -c ofxdump.cpp
/bin/sh ../libtool --mode=link g++  -g -O2  -o ofxdump  cmdline.o ofxdump.o ../lib/libofx.la
mkdir .libs
g++ -g -O2 -o .libs/ofxdump cmdline.o ofxdump.o  ../lib/.libs/libofx.so -L/usr/lib /usr/lib64/libosp.so -lpthread -lnsl /usr/lib64/libstdc++.so
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libnsl.so when searching for -lnsl
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libnsl.a when searching for -lnsl
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libstdc++.so when searching for -lstdc++
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libstdc++.a when searching for -lstdc++
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s
creating ofxdump
make[2]: Leaving directory `/home/wd/devhome/libofx-0.7.0/ofxdump'
make[1]: Leaving directory `/home/wd/devhome/libofx-0.7.0'