$ makeg++ -o qt main.o -L/usr/X11R6/lib -lXext -lX11/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lXextcollect2: ld returned 1 exit statusmake: *** [qt] Error 1
$ makeg++ -o qt main.o -L/usr/X11R6/libmain.o:main.cpp:(.text+0x81): undefined reference to `QApplication::QApplication(int&, char**)'main.o:main.cpp:(.text+0x9b): undefined reference to `QString::QString(char const*)'main.o:main.cpp:(.text+0xe4): undefined reference to `QLabel::QLabel(QString const&, QWidget*, char const*, unsigned int)'main.o:main.cpp:(.text+0x102): undefined reference to `QString::shared_null'main.o:main.cpp:(.text+0x117): undefined reference to `QStringData::deleteSelf()'main.o:main.cpp:(.text+0x137): undefined reference to `QApplication::setMainWidget(QWidget*)'main.o:main.cpp:(.text+0x153): undefined reference to `QApplication::exec()'main.o:main.cpp:(.text+0x16f): undefined reference to `QApplication::~QApplication()'main.o:main.cpp:(.text+0x1be): undefined reference to `QApplication::~QApplication()'main.o:main.cpp:(.text+0x208): undefined reference to `QString::shared_null'main.o:main.cpp:(.text+0x21a): undefined reference to `QStringData::deleteSelf()'main.o:main.cpp:(.rdata$_ZTV6QGList[vtable for QGList]+0xc): undefined reference to `QGList::clear()'main.o:main.cpp:(.rdata$_ZTV6QGList[vtable for QGList]+0x10): undefined reference to `QGList::~QGList()'main.o:main.cpp:(.rdata$_ZTV6QGList[vtable for QGList]+0x14): undefined reference to `QGList::~QGList()'main.o:main.cpp:(.rdata$_ZTV6QGList[vtable for QGList]+0x18): undefined reference to `QPtrCollection::newItem(void*)main.o:main.cpp:(.rdata$_ZTV6QGList[vtable for QGList]+0x20): undefined reference to `QGList::compareItems(void*, void*)'main.o:main.cpp:(.rdata$_ZTV6QGList[vtable for QGList]+0x24): undefined reference to `QGList::read(QDataStream&, void*&)'main.o:main.cpp:(.rdata$_ZTV6QGList[vtable for QGList]+0x28): undefined reference to `QGList::write(QDataStream&, void*) const'collect2: ld returned 1 exit statusmake: *** [qt] Error 1