On Tue, 28 Oct 2003 13:25:53 +0300, Sir flyker scribed thus:
Under Windows my program exe file is about 6Mb. Under Linux and Wine it is about 50Mb (.so file). It is normal ?
You probably haven't stripped the binary, so it has full debug symbols in it. Try using the strip command.