Hi David,

I think I have fixed the qt detection in CVS. However, for your particular case I think the easiest solution is to specify the linker flags directly at ./configure:

 ./configure --prefix=/opt --with-gwen-dir=/opt \
  --with-backends=aqofxconnect --with-frontends=cbanking qbanking \
  --with-qt3-libs=/Developer/qt/lib \
  --with-qt3-includes=/Developer/qt/include \
  qt3_libs="-L/Developer/qt/lib -lqt-mt"

and that should do it.

Christian

David Reiser schrieb:
[G5D:/Developer/qt/lib] dbr% ls
README                  libqt-mt.3.3.5.dylib    libqui.1.0.0.dylib
libdesignercore.a       libqt-mt.3.3.dylib      libqui.1.0.dylib
libdesignercore.prl     libqt-mt.3.dylib        libqui.1.dylib
libeditor.a             libqt-mt.dylib          libqui.dylib
libeditor.prl           libqt-mt.la             libqui.prl
libqassistantclient.a   libqt-mt.prl            qt-mt.pc
libqassistantclient.prl libqt.la                qt.pc
libqnp.prl              libqt.prl

looks like Apple's choice of library style strikes again. Thanks for the help.




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to