From: Mikhail Yakshin <greycat@altlinux.ru> To: sisyphus@altlinux.ru Subject: [sisyphus] Qt and g++3.2 Date: Tue, 17 Sep 2002 21:55:29 +0400 Message-ID: <3D876C91.6070504@altlinux.ru> (raw) Приветствую всех! Есть такая вот проблема. Поставил на домашнюю машину наконец-то gcc3.2 - теперь при выполнении configure не находит Qt, вернее выпадает на компиляции вот такой вот маленькой тестовой програмки: =============================================================== #include "confdefs.h" #include <qglobal.h> #include <qapplication.h> #include <qcursor.h> #include <qstylefactory.h> #include <private/qucomextra_p.h> #if ! (QT_VERSION >= 303) #error 1 #endif int main() { (void)QStyleFactory::create(QString::null); QCursor c(Qt::WhatsThisCursor); return 0; } =============================================================== Строчка компиляции: =============================================================== c++ -o conftest -O2 -fno-exceptions -fno-check-new -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib/qt3/lib -L/usr/X11R6/lib conftest.C -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lresolv -lpthread =============================================================== Результат: =============================================================== /home/GreyCat/tmp/ccxYXvOY.o: In function `main': /home/GreyCat/tmp/ccxYXvOY.o(.text+0x11): undefined reference to `QString::null' /home/GreyCat/tmp/ccxYXvOY.o(.text+0x16): undefined reference to `QStyleFactory::create(QString const&)' /home/GreyCat/tmp/ccxYXvOY.o(.text+0x20): undefined reference to `QCursor::QCursor[in-charge](int)' /home/GreyCat/tmp/ccxYXvOY.o(.text+0x28): undefined reference to `QCursor::~QCursor [in-charge]()' collect2: ld returned 1 exit status =============================================================== Итого - gcc3.2 почему-то в упор отказывается видеть в libqt-mt соответствующие имена. Если сделать select-gcc 2.96 - все замечательно собирается. В чем проблема? Нужна пересборка Qt или просто что-то доконфигурить в gcc3.2? От gcc3.2 стоят пакеты: libstdc++3.2-3.2.1-alt0.3 libstdc++3.2-devel-3.2.1-alt0.3 libgcc3.2-3.2.1-alt0.3 gcc3.2-3.2.1-alt0.3 cpp3.2-3.2.1-alt0.3 gcc3.2-c++-3.2.1-alt0.3 Qt3 - пакетом libqt3-3.0.5-alt5 WBR, GreyCat.
next reply other threads:[~2002-09-17 17:55 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2002-09-17 17:55 Mikhail Yakshin [this message] 2002-09-17 20:21 ` Ruslan Balkin 2002-09-18 5:38 ` А.Л. Клютченя 2002-09-18 5:56 ` А.Л. Клютченя
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=3D876C91.6070504@altlinux.ru \ --to=greycat@altlinux.ru \ --cc=sisyphus@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git