[PATCH] winegcc - do not create .exe.so

Ben Klein shacklein at gmail.com
Sun Mar 20 22:31:23 CDT 2011


On 21 March 2011 12:26, Charles Davis <cdavis at mymail.mines.edu> wrote:
> Also, as near as I can tell, this will only work on x86 Linux. It won't
> work anywhere else (e.g. Mac OS X, FreeBSD, Solaris, etc.). This is
> because the 'start' code invokes execve(2) using the interrupt 80h
> interface. Even if other systems use int 80h for their syscall vector
> (Mac OS does, at least for Unix syscalls), the syscall numbers usually
> aren't the same across different platforms.

Does this also mean it will fail to work on amd64/ia64 systems?



More information about the wine-devel mailing list