Hi, I'd like to compile qt-components using Meego SDK for Ubuntu (I use instructions from http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux). I did this:
git clone git://gitorious.org/qt-components/qt-components.git QTDIR=/usr/lib/madde/linux-x86_64/targets/meego-core-armv7l-1.1 ./configure mad -t meego-core-armv7l-1.1 make The libqtcomponentsplugin.so linking failed: g++ -Wl,-O1 -shared -o libqtcomponentsplugin.so .obj/plugin.o .obj/qrangemodel.o .obj/moc_qglobalenums.o .obj/moc_qrangemodel.o -L/home/chalup/qt-components/lib -L/usr/lib/madde/linux-x86_64/sysroots/meego-core-armv7l-madde-sysroot-1.1-fs/usr/lib -L/home/chalup/qt-components/lib -lQtComponents -lQtDeclarative -lQtGui -lQtCore -lpthread /usr/lib/madde/linux-x86_64/toolchains/arm-2009q1-203-arm-none-linux-gnueabi_linux_x86_64/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lQtComponents collect2: ld returned 1 exit status I'm surprised, because there is a "-L/home/chalup/qt-components/lib" flag, and ~/qt-components/lib contains libQtComponents.so What am I doing wrong? _______________________________________________ Qt-components mailing list Qt-components@qt.nokia.com http://lists.qt.nokia.com/mailman/listinfo/qt-components