Hi there. Congratulations on 5.02 - a lot of work in that one for you.
The web site Win32 example program doesn't link due to an undefined reference to "Win32Window_dfQU" which is defined in "HSwin321.o". Although that file is listed in the package.conf entry for win32, it (and it's presumed companion HSwin322.o) does not appear in the verbose output from ghc's call to "ld" (an extract is below) when "-package win32" is passed to ghc. The win32 libraries are there, however. Cheers Mike Thomas. ..... e:\ghc\ghc-5.02\gcc-lib\ld.exe -Bdynamic -o hello.exe -u _Addr_Azh_static_info -u _PrelBase_Izh_sta tic_info -u _PrelBase_Czh_static_info -u _PrelFloat_Fzh_static_info -u _PrelFloat_Dzh_static_info -u _PrelPtr_Ptr_static_info -u _PrelWord_Wzh_static_info -u _PrelInt_I8zh_static_info -u _PrelInt_I16z h_static_info -u _PrelInt_I32zh_static_info -u _PrelInt_I64zh_static_info -u _PrelWord_W8zh_static_i nfo -u _PrelWord_W16zh_static_info -u _PrelWord_W32zh_static_info -u _PrelWord_W64zh_static_info -u _PrelStable_StablePtr_static_info -u _PrelBase_Izh_con_info -u _PrelBase_Czh_con_info -u _PrelFloat_ Fzh_con_info -u _PrelFloat_Dzh_con_info -u _PrelPtr_Ptr_con_info -u _PrelStable_StablePtr_con_info - u _PrelBase_False_closure -u _PrelBase_True_closure -u _PrelPack_unpackCString_closure -u _PrelIOBas e_stackOverflow_closure -u _PrelIOBase_heapOverflow_closure -u _PrelIOBase_NonTermination_closure -u _PrelIOBase_BlockedOnDeadMVar_closure -u _PrelWeak_runFinalizzerBatch_closure -u ___stginit_Prelude -u _PrelMain_mainIO_closure -u ___stginit_PrelMain e:/ghc/ghc-5.02/gcc-lib/crt2.o -Le:/ghc/ghc-5.02 -Le:/ghc/ghc-5.02/gcc-lib hello.o -lHSwin32 -luser32 -lgdi32 -lwinmm -lkernel32 -ladvapi32 -lHSlang -lHSlang_cbits -lHSstd -lHSstd_cbits -lwsock32 -lmsvcrt -lHSrts -lm -lwinmm -lwsock32 -lgmp -lmingw 32 -lgcc -lmoldname -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 -lming w32 -lgcc -lmoldname -lm svcrt e:/ghc/ghc-5.02/libHSwin32.a(Win32Window__106.o)(.text+0x2ba)://c/tmp/ghc169 2.hc: undefined referenc e to `Win32Window_dfQU' ...... _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
