From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 16 Nov 2003 02:36:12 +0200 From: vad To: community@altlinux.ru Subject: Re: [Comm] libqt-mt Message-Id: <20031116023612.349cf84e.vadzzim198@mail.ru> In-Reply-To: <200311101357.04994.zerg@altlinux.org> References: <20031109175230.2ae1108c.vadzzim198@mail.ru> <200311101357.04994.zerg@altlinux.org> Organization: house of pain X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i586-alt-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-Spam: Not detected X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.3 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 00:37:34 -0000 Archived-At: List-Archive: List-Post: On Mon, 10 Nov 2003 13:57:04 +0300 Sergey V Turchin wrote: > В сообщении от 9 Ноябрь 2003 18:52 vad написал(a): > > > > > more details about this problem, look at the end of config.log. > > > > -- > Regards, Sergey, ALT Linux Team, http://www.altlinux.ru > http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08 > Совет хороший. Только в этом логе 1514 строк.Но вот те насчет которых у меня подозрения.Может есть какая здравая мысль? configure:22062: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -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.cc -lqt-mt -ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5 /root/tmp/ccXLqQ5R.o: In function `main': /root/tmp/ccXLqQ5R.o(.text+0x8): undefined reference to `QString::null' /root/tmp/ccXLqQ5R.o(.text+0xd): undefined reference to `QStyleFactory::create(QString const &)' /root/tmp/ccXLqQ5R.o(.text+0x1a): undefined reference to `QCursor::QCursor(int)' /root/tmp/ccXLqQ5R.o(.text+0x24): undefined reference to `QCursor::~QCursor(void)' collect2: ld returned 1 exit status configure:22065: $? = 1 configure: failed program was: #include "confdefs.h" #include #include #include #include #include #if ! (QT_VERSION >= 0x030100) #error 1 #endif int main() { (void)QStyleFactory::create(QString::null); QCursor c(Qt::WhatsThisCursor); return 0; } configure:22105: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support! С уважением. Jose.