[Wine]compile size

Duane Clark dclark at akamail.com
Wed Aug 4 12:23:13 CDT 2004


Kovacs Alpar wrote:
> Hi all,
> 
> I have a fedora core 1 linux box and a 20040505 version of wine source and I trie to build my binaries
> I run configure --disable-debug --disable-trace in the source tree, and make depend make make install. The installed binaries is over 180MB.
> It seems to be too beg for me. In the same version of binaries downloaded from winehq this installed binaries is arround 40 MB (unfortunately I can't use them becouse I get segfault error)
> 
> What is my mistake?????????
> 

When compiling, the binaries are not stripped by default. For example, 
for me:

# ll x11drv.dll.so
... 6048060 Aug  2 15:06 x11drv.dll.so*
# strip x11drv.dll.so
# ll x11drv.dll.so
... 480192 Aug  4 10:20 x11drv.dll.so*




More information about the wine-users mailing list