From: Eric K. <eri...@gm...> - 2008-03-05 10:49:40
|
I hope this works better... Sun Mar 2 23:37:10 GMT 2008 Eric Kow <eri...@gm...> * Create a --enable-split-objs option for configure and makefile. For wxcore, --enable-split-objs calls GHC with -split-objs and combines the splitted up .o files in the archive. Tue Mar 4 15:40:47 GMT 2008 Eric Kow <eri...@gm...> * Add a wxcREFUSE_MEDIACTRL flag (for the same reason as opengl) Tue Mar 4 17:07:29 GMT 2008 Eric Kow <eri...@gm...> * Fix configure bug where ENABLE-SPLITOBJS was being defined. It was being set to 'no' (perhaps the makefile should just check if ENABLE-SPLITOBJS='yes') Tue Mar 4 22:35:05 GMT 2008 Eric Kow <eri...@gm...> * Warn about GHC older than 6.4 (to match removed functionality). Tue Mar 4 22:35:24 GMT 2008 Eric Kow <eri...@gm...> * Back off from using split-objs for Graphics.UI.WXCore.WxcTypes I don't really understand why we have to do this, but I get undefined symbol errors linking sample apps when using this with --enable-split-objs Wed Feb 27 22:31:52 GMT 2008 Eric Kow <eri...@gm...> * Add an --hcflags option to the configure script. For --split-objs and friends. Tue Mar 4 22:43:27 GMT 2008 Eric Kow <eri...@gm...> * Bump to 0.10.3. Wed Mar 5 10:32:28 GMT 2008 Eric Kow <eri...@gm...> * Add vim modeline for makefile.lib. It's really irritating otherwise; vim thinks it's COBOL. Wed Mar 5 10:48:56 GMT 2008 Eric Kow <eri...@gm...> * Use xargs to feed split objs to $(AR) 25 at a time. |