Michael Gerz
Wed, 04 Jan 2006 15:14:51 -0800

>Hi Angus,
>
>
>I also noticed that MinGW no longer allows you to build 1.4.0cvs. As a 
>workaround, I use cygwin's automake 
>to generate the Makefiles. It works as expected but, of course, it isn't nice 
>to have to install and use 
>cygwin in addition to MinGW. Thank god, we ship the final 1.4.0 source 
>distribution with the auto-generated 
>files so that the users do not have to run automake by themselves.
>
>Michael

I've tried this but configure (under mingw) is the failing when it's trying to 
detect libqt-mt. The test program it's using is linking with heaps of undefined 
references - to graphics related stuff which I
beleive to be in libgdi32, which is being linked.
Below is the start of the relevant section in config.log. To confirm, do I just 
start a cygwin bash shell and run autogen.sh?

cheers,
andrew

ps I've seen your mingw recipe posted several times. Does this live somewhere, 
or do you just post it from time to time?

configure:24732: checking for Qt library name
configure:24777: g++ -o conftest.exe -g -O -mms-bitfields 
-I/c/src/qt-3//include -L/c/src/qt-3//lib -Wextra -Wall   -L/c/src/qt-3/lib/ 
-lqt-mt -lqtmain -lglu32 -lkernel32 -luser32 -lgdi32 -lcomdlg32 -ladvapi32 
-lshell32 -luuid -limm32 -lwinmm -lopengl32 -lwsock32 -lwinspool -no-undefined 
-Wl,--export-all-symbols conftest.cc -lm  -lqt-mt >&5
c:/src/qt-3/lib/libqt-mt.a(qapplication.o):qapplication.cpp:(.text+0x5159): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qapplication.o):qapplication.cpp:(.text+0x5177): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qapplication.o):qapplication.cpp:(.text+0x51f5): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qapplication.o):qapplication.cpp:(.text+0x5213): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qapplication.o):qapplication.cpp:(.text+0x56b9): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qapplication.o):qapplication.cpp:(.text+0x56d7): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qapplication.o):qapplication.cpp:(.text+0x5755): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qapplication.o):qapplication.cpp:(.text+0x5773): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qfont_win.o):qfont_win.cpp:(.text+0x17f): undefined 
reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qfont_win.o):qfont_win.cpp:(.text+0x31b): undefined 
reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qfont_win.o):qfont_win.cpp:(.text+0x849): undefined 
reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qfont_win.o):qfont_win.cpp:(.text+0x871): undefined 
reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qfont_win.o):qfont_win.cpp:(.text+0xd0e): undefined 
reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qfont_win.o):qfont_win.cpp:(.text+0xeec): undefined 
reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qdragobject.o):qdragobject.cpp:(.text+0x209b): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qdragobject.o):qdragobject.cpp:(.text+0x20ae): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qdragobject.o):qdragobject.cpp:(.text+0x20c1): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qdragobject.o):qdragobject.cpp:(.text+0xaaf0): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qdragobject.o):qdragobject.cpp:(.text+0xab03): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qdragobject.o):qdragobject.cpp:(.text+0xab16): 
undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qapplication_win.o):qapplication_win.cpp:(.text+0x2851):
 undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qapplication_win.o):qapplication_win.cpp:(.text+0x28bd):
 undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qapplication_win.o):qapplication_win.cpp:(.text+0x290a):
 undefined reference to [EMAIL PROTECTED]'
c:/src/qt-3/lib/libqt-mt.a(qapplication_win.o):qapplication_win.cpp:(.text+0x31bb):
 undefined reference to [EMAIL PROTECTED]'

Reply via email to