On 19/5/2010 14:36, Dmitrijs Ledkovs wrote: > As far as I understand this is one of the last steps in building java > with mingw-w64. > > If you have any thought, rotten patches or hints eveything is welcome. > > I will try to do a java build using mingw.org if that works maybe > there is something to steal =) > > This build was using gcc-4.5 branch snapshot from yesterday. > >
I am having trouble building java on mingw32 myself. Here are some tips: 1) Link against the winsock library 2) Use something like the following patch: [PATCH] Don't reference main() in stacktrace.cc on MinGW http://article.gmane.org/gmane.comp.gcc.java.patches/15102 3) Remove a reference to __declspec(dllexport) from libjava/libltdl/ltdl.c, to avoid breaking auto-export. Hope this helps, Cesar ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
