<solved> Make Crosstest
<solved> Make Crosstest
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
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
Last edited by André H. on Fri Jan 16, 2009 11:39 am, edited 1 time in total.
Make Crosstest
2009/1/15 André H. <[email protected]>:
--
-Austin
Are you building wine as 32bit or 64bit?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
--
-Austin
Make Crosstest
2009/1/15 André H. <[email protected]>:
$ CC="gcc -m32" ./configure
Though it could still be a wine bug, I don't know to be honest.
--
-Austin
Try:i do just ./configure and make without options.
should i force 32-bit? how?
$ CC="gcc -m32" ./configure
Though it could still be a wine bug, I don't know to be honest.
--
-Austin
Make Crosstest
2009/1/16 André H. <[email protected]>:
http://source.winehq.org/git/wine.git/? ... 303a910658
Though, I've avoided the whole 64-bit mess. I used 64-bit when it
first was supported (for distro, not Wine), but didn't see any real
advantage, but way too many headaches.
(possibly other OS's, I'm not sure).
--
-Austin
I see Alexandre committed something semi-relevant: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
http://source.winehq.org/git/wine.git/? ... 303a910658
Though, I've avoided the whole 64-bit mess. I used 64-bit when it
first was supported (for distro, not Wine), but didn't see any real
advantage, but way too many headaches.
mingw32? It's a build environment to build windows binaries on Linuxhell, whats that?
(possibly other OS's, I'm not sure).
--
-Austin
Make Crosstest
Austin English wrote:
support for Mono under the Mac. That's one reason I don't use plain
Mono here for one of the programs I'm testing for compatibility with Wine.
James McKenzie
There's one for MacOSX that somewhat works. Needed to support Jet402009/1/16 André H. <[email protected]>:
mingw32? It's a build environment to build windows binaries on Linux
(possibly other OS's, I'm not sure).
support for Mono under the Mac. That's one reason I don't use plain
Mono here for one of the programs I'm testing for compatibility with Wine.
James McKenzie