[Bug 3736] winevdm: unable to exec 'app.exe': 16-bit support missing

Wine Bugs wine-bugs at winehq.org
Sun Nov 6 13:12:17 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=3736





------- Additional Comments From xerox_xerox2000 at yahoo.co.uk  2005-06-11 13:12 -------
I think i found the cause of the problem :
when i install wine using cvs i do this:: 
export CVSROOT=:pserver:cvs at rhlx01.fht-esslingen.de:/home/wine
cvs login
cvs -z 0 checkout wine

when i compile cvs wine krnl386.exe.so is just a copy of kernel32.dll.so

when i compile a source tarball krnl386.exe.so is a symbolic link to kernel32.dll.so

i compiled both cvs and source tarball and searched for diffs in configure and i
see this:
in cvs config.log:

configure:5389: checking whether ln -s works
configure:5396: result: no, using cp -p

in source tarball config.log:

configure:5389: checking whether ln -s works
configure:5393: result: yes

now how is that possible? how can cvs decide that ln -s doesn't work? it just
works fine here.
 any hints welcome

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list