On Sun, Jun 29, 2008 at 07:23:54PM +0600, Alexander Vysokovskih wrote: > May be offtopic, sorry. Why a gcc-amd64 don't use stdcall convention > for calling functions? (warning: -mregparm is ignored in 64-bit mode). stdcall is a Microsoft thing... Why do you want to use it on Unix? Andrew