From: Hoyt, D. <ho...@ll...> - 2010-03-18 18:45:47
|
Hello, When compiling libmpeg2 using GCC 4.4.3 under windows (GCC 4.4.3 available here: http://komisar.gin.by/mingw/index.html), I get crashes all over the place. Using an older version of GCC seems to work. Does anyone have some suggestions on what I could do? The version of GCC 4.4.3 I'm using does have graphite loop transformations enabled, but I'm turning them off using CFLAGS="-fno-loop-block -fno-loop-strip-mine -fno-loop-interchange -fno-tree-loop-distribution -fno-tree-loop-im". I appreciate any help anyone could offer. Thanks, - David Hoyt |