On 4/16/2010 15:06, LunarShaddow wrote:
> Thx for the help of NightStriker. Now i replaced the boehm-gc dir of the gcc 
> tree with the newer test edition
> (I noted that the problem troubling me seemed to have been resolved in 2007 
> but not been imported to gcc...)
> I compiled boehm-gc seperatedly and it works great.
> but after I merged it into the gcc tree i noted that it won't created a 
> multilib directory in "/x86_64-w64-mingw32/32",
> and the "./32/libjava" complains about a "gc_*.po" file has no target to 
> built.
> I manually copied the Makefile from the 64bit directory and added -m32 into 
> each CFLAG and CPPFLAG, but it still goes wrong,
> with a "gc_*.h" missing.
> Any way to solve? Thx
>

Hi,

Check out the Makefile.am AM_ENABLE_MULTILIB macro used by other support 
libs. It should have what you want.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to