From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26408 invoked by alias); 12 Jan 2004 10:07:18 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Reply-To: cygwin-xfree@cygwin.com Received: (qmail 26401 invoked from network); 12 Jan 2004 10:07:17 -0000 Received: from unknown (HELO agminet01.oracle.com) (141.146.126.228) by sources.redhat.com with SMTP; 12 Jan 2004 10:07:17 -0000 Received: from rgmgw5.us.oracle.com (rgmgw5.us.oracle.com [138.1.191.14]) by agminet01.oracle.com (Switch-3.1.2/Switch-3.1.0) with ESMTP id i0CA74n4020977 for ; Mon, 12 Jan 2004 02:07:08 -0800 Received: from rgmgw5.us.oracle.com (localhost [127.0.0.1]) by rgmgw5.us.oracle.com (Switch-2.1.5/Switch-2.1.0) with ESMTP id i0CA73S15297 for ; Mon, 12 Jan 2004 03:07:03 -0700 (MST) Received: from vzell-de.de.oracle.com (dhcp-duesseldorf-140-84-22-12.de.oracle.com [140.84.22.12]) by rgmgw5.us.oracle.com (Switch-2.1.5/Switch-2.1.0) with ESMTP id i0CA70S15193 for ; Mon, 12 Jan 2004 03:07:02 -0700 (MST) To: cygwin-xfree@cygwin.com Subject: Re: QT 3.2.3 cygwin/XFree release available References: From: "Dr. Volker Zell" Date: Mon, 12 Jan 2004 10:07:00 -0000 In-Reply-To: (Ralf Habacker's message of "Tue, 25 Nov 2003 17:32:42 +0100") Message-ID: <878ykd32ej.fsf@vzell-de.de.oracle.com> User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Portable Code, cygwin32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Brightmail-Tracker: AAAAAQAAAAI= X-White-List-Member: TRUE X-SW-Source: 2004-01/txt/msg00222.txt.bz2 List-Id: >>>>> "Ralf" == Ralf Habacker writes: Ralf> Hi all, Hi Ralf> today the cygwin/XFree port of the QT 3.2.3 X11 release based on the recent Ralf> cygwin release is ready containing binary and source package. The following configure test for QT fails: conftest.cc: #include #include #include #include #include #if ! (QT_VERSION >= 220) #error 1 #endif int main() { QStringList *t = new QStringList(); return 0; } 11:04 AM [533]> g++ -o conftest.exe -g -O2 -I/opt/qt/3.2/include -I/usr/X11R6/include -L/opt/qt/3.2/lib -L/usr/X11R6/lib conftest.cc -lpthread -lqt-mt -lXext -lX11 /tmp/ccuqyFzd.o(.text$_ZN17QValueListPrivateI7QStringEC1Ev+0x58): In function `_ZNK6QGList5countEv': /opt/qt/3.2/include/qglist.h:153: undefined reference to `QString::shared_null' /tmp/ccuqyFzd.o(.text$_ZN17QValueListPrivateI7QStringEC1Ev+0x68):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QString::makeSharedNull()' /tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0xc):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QGList::clear()' /tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0x10):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QGList::~QGList [in-charge]()' /tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0x14):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QGList::~QGList [in-charge deleting]()' /tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0x18):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QPtrCollection::newItem(void*)' /tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0x20):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QGList::compareItems(void*, void*)' /tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0x24):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QGList::read(QDataStream&, void*&)' /tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0x28):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QGList::write(QDataStream&, void*) const' collect2: ld returned 1 exit status What is the right link command to link with qt-3.2.3 release ? BTW the release is missing the qmake.conf file for the cygwin platform Ralf> Have fun Ciao Volker