Hi, if i run "make crosstest" after ./configure and make it generates exe-files i can run them in wine with expected results, but if i run them under windows xp(32-bit) i get "Program too big to fit in memory" as only response. Why? running Ubuntu 8.10 64-Bit wine GIT from today mingw32 4.2.1
2009/1/15 Andr? H. <wineforum-user at winehq.org>:> Hi, > if i run "make crosstest" after ./configure and make it generates exe-files > i can run them in wine with expected results, but if i run them under windows xp(32-bit) i get "Program too big to fit in memory" as only response. > Why? > > running Ubuntu 8.10 64-Bit > wine GIT from today > mingw32 4.2.1 > > > > > >Are you building wine as 32bit or 64bit? -- -Austin
i do just ./configure and make without options. should i force 32-bit? how?
Well, that didnt help. the crosstest has its own object-files called .cross.o and it uses mingw32, so it should not be a problem hell, whats that?